Skip to content

Commit

Permalink
use h2 version from grails-bom
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesfredley committed Oct 25, 2024
1 parent afb3dff commit 1e81b91
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ dependencies {
testImplementation "org.grails.plugins:hibernate5"
testImplementation "org.grails:grails-gorm-testing-support"
testImplementation "org.grails:grails-web-testing-support"
testImplementation "com.h2database:h2:$h2Version"
testImplementation "com.h2database:h2"

documentation "org.apache.groovy:groovy"
documentation "org.apache.groovy:groovy-ant"
Expand Down
2 changes: 0 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ asciidoctorJvmVersion=4.0.3
grailsVersion=7.0.0-SNAPSHOT
grailsGradlePluginVersion=7.0.0-SNAPSHOT
groovyVersion=4.0.23
# Tests are built for this version
h2Version=2.3.232
liquibaseHibernate5Version=4.27.0

websiteUrl=https://grails-plugins.github.io/grails-database-migration
Expand Down

0 comments on commit 1e81b91

Please sign in to comment.