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

Commit 2519361

Browse files
committed
use grails-datastore-gorm-tck version from grails-bom
1 parent 694d2f2 commit 2519361

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grails-datastore-gorm-hibernate/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ dependencies {
3737
testImplementation "org.apache.groovy:groovy-test-junit5"
3838
testImplementation "org.apache.groovy:groovy-sql"
3939
testImplementation "org.apache.groovy:groovy-json"
40-
testImplementation "org.grails:grails-datastore-gorm-tck:$gormVersion", {
40+
testImplementation "org.grails:grails-datastore-gorm-tck", {
4141
exclude group: "org.spockframework"
4242
}
4343
testImplementation "com.h2database:h2"

0 commit comments

Comments
 (0)