We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4614058 commit e499230Copy full SHA for e499230
grails-datastore-gorm/build.gradle
@@ -11,7 +11,7 @@ dependencies {
11
compileOnly("org.springframework:spring-web:$springVersion")
12
testImplementation("org.springframework:spring-jdbc:$springVersion")
13
testImplementation("org.hibernate:hibernate-validator:$hibernateValidatorVersion")
14
- testRuntimeOnly('com.h2database:h2:1.4.200')
+ testRuntimeOnly('com.h2database:h2:2.2.224')
15
}
16
17
//compileGroovy.groovyOptions.forkOptions.jvmArgs = ['-Xdebug', '-Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5005']
0 commit comments