diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-01-21 23:10:05 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-21 23:10:05 +0000 |
commit | b31edf0304f71975e1919d41690492bf073218dc (patch) | |
tree | 420b4c239e33508707ef831aa0f4a0fba7212d7a | |
parent | 5969ab7d90583422048c88ed120e583586cb0c4f (diff) | |
download | iciql-dependabot/maven/com.h2database-h2-2.1.210.tar.gz iciql-dependabot/maven/com.h2database-h2-2.1.210.zip |
Bump h2 from 1.4.193 to 2.1.210dependabot/maven/com.h2database-h2-2.1.210
Bumps [h2](https://github.com/h2database/h2database) from 1.4.193 to 2.1.210.
- [Release notes](https://github.com/h2database/h2database/releases)
- [Commits](https://github.com/h2database/h2database/compare/version-1.4.193...version-2.1.210)
---
updated-dependencies:
- dependency-name: com.h2database:h2
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -56,7 +56,7 @@ <dependency> <groupId>com.h2database</groupId> <artifactId>h2</artifactId> - <version>1.4.193</version> + <version>2.1.210</version> <type>jar</type> <scope>provided</scope> </dependency> |