Skip to content

Commit

Permalink
Merge pull request #949 from grails/use-tck-from-grails-bom
Browse files Browse the repository at this point in the history
use grails-datastore-gorm-tck version from grails-bom
  • Loading branch information
jamesfredley authored Jan 4, 2025
2 parents 694d2f2 + 12fc468 commit 75ffe0e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ grailsGradlePluginVersion=7.0.0-M2
grailsVersion=7.0.0-M1
groovyVersion=4.0.24
hibernateVersion=5.6.15.Final
hibernateValidatorVersion=8.0.1.Final
yakworksHibernateGroovyProxyVersion=1.1
micronautPlatformVersion=4.6.3
picocliVersion=4.7.6
Expand Down
2 changes: 1 addition & 1 deletion grails-datastore-gorm-hibernate/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencies {
testImplementation "org.apache.groovy:groovy-test-junit5"
testImplementation "org.apache.groovy:groovy-sql"
testImplementation "org.apache.groovy:groovy-json"
testImplementation "org.grails:grails-datastore-gorm-tck:$gormVersion", {
testImplementation "org.grails:grails-datastore-gorm-tck", {
exclude group: "org.spockframework"
}
testImplementation "com.h2database:h2"
Expand Down

0 comments on commit 75ffe0e

Please sign in to comment.