Skip to content

Commit

Permalink
fix(deps): update dependency com.h2database:h2 to v2.3.232
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 12, 2024
1 parent c53c008 commit d588cce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grails-datastore-gorm/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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']

0 comments on commit d588cce

Please sign in to comment.