From 5e4c048adaafb3a37b20bec09e9f3166560b3b06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonard=20Br=C3=BCnings?= Date: Mon, 24 Jan 2022 15:35:47 +0100 Subject: [PATCH] Update h2 to 2.1.210 --- build.gradle | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 0679498..78bd787 100755 --- a/build.gradle +++ b/build.gradle @@ -26,7 +26,7 @@ dependencies { testRuntimeOnly "org.objenesis:objenesis:3.2" // allows mocking of classes without default constructor (together with ByteBuddy or CGLIB) // dependencies used by examples in this project - testRuntimeOnly "com.h2database:h2:2.0.210" + testRuntimeOnly "com.h2database:h2:2.1.210" implementation "org.codehaus.groovy:groovy-sql:3.0.8" } diff --git a/pom.xml b/pom.xml index 8e1c00b..77de148 100644 --- a/pom.xml +++ b/pom.xml @@ -117,7 +117,7 @@ com.h2database h2 - 2.0.210 + 2.1.210 org.codehaus.groovy