Skip to content

Commit e499230

Browse files
authored
Update h2 test dependency to 2.2.224 (#1768)
1 parent 4614058 commit e499230

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grails-datastore-gorm/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies {
1111
compileOnly("org.springframework:spring-web:$springVersion")
1212
testImplementation("org.springframework:spring-jdbc:$springVersion")
1313
testImplementation("org.hibernate:hibernate-validator:$hibernateValidatorVersion")
14-
testRuntimeOnly('com.h2database:h2:1.4.200')
14+
testRuntimeOnly('com.h2database:h2:2.2.224')
1515
}
1616

1717
//compileGroovy.groovyOptions.forkOptions.jvmArgs = ['-Xdebug', '-Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5005']

0 commit comments

Comments
 (0)