diff --git a/build.gradle b/build.gradle index 8929bf3..55b331f 100644 --- a/build.gradle +++ b/build.gradle @@ -35,7 +35,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.4.240" implementation "org.apache.groovy:groovy-sql" } diff --git a/ivy.xml b/ivy.xml index 09945b8..68cbd6c 100644 --- a/ivy.xml +++ b/ivy.xml @@ -39,7 +39,7 @@ - + diff --git a/pom.xml b/pom.xml index 212eabd..5fd2ae0 100644 --- a/pom.xml +++ b/pom.xml @@ -127,7 +127,7 @@ com.h2database h2 - 2.2.224 + 2.4.240 org.apache.groovy