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

Commit 75ffe0e

Browse files
authored
Merge pull request #949 from grails/use-tck-from-grails-bom
use grails-datastore-gorm-tck version from grails-bom
2 parents 694d2f2 + 12fc468 commit 75ffe0e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

gradle.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ grailsGradlePluginVersion=7.0.0-M2
66
grailsVersion=7.0.0-M1
77
groovyVersion=4.0.24
88
hibernateVersion=5.6.15.Final
9-
hibernateValidatorVersion=8.0.1.Final
109
yakworksHibernateGroovyProxyVersion=1.1
1110
micronautPlatformVersion=4.6.3
1211
picocliVersion=4.7.6

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)