diff --git a/build.gradle b/build.gradle index 1e88131e..d38db213 100644 --- a/build.gradle +++ b/build.gradle @@ -30,7 +30,7 @@ dependencies { runtimeOnly 'org.glassfish.jaxb:jaxb-core:3.0.2' runtimeOnly 'org.glassfish.jaxb:jaxb-runtime:3.0.2' - testImplementation 'com.h2database:h2:2.2.224' + testImplementation 'com.h2database:h2:2.3.232' testImplementation 'org.spockframework:spock-core:2.3-groovy-3.0' testRuntimeOnly 'org.junit.platform:junit-platform-launcher' }