diff --git a/grails-datastore-gorm/build.gradle b/grails-datastore-gorm/build.gradle index 984be25619..63d2e9afb0 100644 --- a/grails-datastore-gorm/build.gradle +++ b/grails-datastore-gorm/build.gradle @@ -11,7 +11,7 @@ dependencies { compileOnly("org.springframework:spring-web:$springVersion") testImplementation("org.springframework:spring-jdbc:$springVersion") testImplementation("org.hibernate:hibernate-validator:$hibernateValidatorVersion") - testRuntimeOnly('com.h2database:h2:2.2.224') + testRuntimeOnly('com.h2database:h2:2.3.232') } //compileGroovy.groovyOptions.forkOptions.jvmArgs = ['-Xdebug', '-Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5005']