Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.

Commit 1e81b91

Browse files
committed
use h2 version from grails-bom
1 parent afb3dff commit 1e81b91

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ dependencies {
5050
testImplementation "org.grails.plugins:hibernate5"
5151
testImplementation "org.grails:grails-gorm-testing-support"
5252
testImplementation "org.grails:grails-web-testing-support"
53-
testImplementation "com.h2database:h2:$h2Version"
53+
testImplementation "com.h2database:h2"
5454

5555
documentation "org.apache.groovy:groovy"
5656
documentation "org.apache.groovy:groovy-ant"

gradle.properties

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ asciidoctorJvmVersion=4.0.3
44
grailsVersion=7.0.0-SNAPSHOT
55
grailsGradlePluginVersion=7.0.0-SNAPSHOT
66
groovyVersion=4.0.23
7-
# Tests are built for this version
8-
h2Version=2.3.232
97
liquibaseHibernate5Version=4.27.0
108

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

0 commit comments

Comments
 (0)