aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-01-21 23:10:05 +0000
committerGitHub <noreply@github.com>2022-01-21 23:10:05 +0000
commitb31edf0304f71975e1919d41690492bf073218dc (patch)
tree420b4c239e33508707ef831aa0f4a0fba7212d7a
parent5969ab7d90583422048c88ed120e583586cb0c4f (diff)
downloadiciql-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.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 039376b..f7c4cdc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>