diff --git a/build.gradle b/build.gradle
index b71cbc8..97aeab2 100644
--- a/build.gradle
+++ b/build.gradle
@@ -33,7 +33,7 @@ dependencies {
testRuntimeOnly "org.objenesis:objenesis:3.4" // allows mocking of classes without default constructor (together with ByteBuddy or CGLIB)
// dependencies used by examples in this project
- testRuntimeOnly "com.h2database:h2:2.2.224"
+ testRuntimeOnly "com.h2database:h2:2.3.232"
implementation "org.apache.groovy:groovy-sql"
}
diff --git a/pom.xml b/pom.xml
index 3ba0c98..ffbc8e6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -116,7 +116,7 @@
com.h2database
h2
- 2.2.224
+ 2.3.232
org.apache.groovy