Skip to content

Commit

Permalink
Merge pull request #12144 from grails/renovate/org.grails-grails-data…
Browse files Browse the repository at this point in the history
…store-gorm-hibernate5-7.x

Update dependency org.grails:grails-datastore-gorm-hibernate5 to v7.1.0
  • Loading branch information
puneetbehl committed Nov 3, 2021
2 parents d6bd84e + 8fe0d0d commit 27d9e9b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion grails-test-suite-persistence/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies {
project(':grails-spring')

testImplementation "org.grails:grails-datastore-gorm-validation:$datastoreVersion"
testImplementation "org.grails:grails-datastore-gorm-hibernate5:7.1.0-RC4", {
testImplementation "org.grails:grails-datastore-gorm-hibernate5:7.1.0", {
exclude group: 'org.grails', module:'grails-datastore-gorm'
exclude group: 'org.grails', module:'grails-datastore-core'
exclude group: 'org.springframework', module:'spring-core'
Expand Down
2 changes: 1 addition & 1 deletion grails-test-suite-uber/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies {
project(":grails-plugin-databinding"),
project(':grails-spring')

testImplementation "org.grails:grails-datastore-gorm-hibernate5:7.1.0-RC4", {
testImplementation "org.grails:grails-datastore-gorm-hibernate5:7.1.0", {
exclude group: 'org.grails', module:'grails-datastore-gorm'
exclude group: 'org.grails', module:'grails-datastore-core'
exclude group: 'org.springframework', module:'spring-core'
Expand Down
2 changes: 1 addition & 1 deletion grails-test-suite-web/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies {
project(':grails-spring')
testImplementation "org.grails.plugins:converters:$legacyConvertersVersion"

testImplementation "org.grails:grails-datastore-gorm-hibernate5:7.1.0-RC4", {
testImplementation "org.grails:grails-datastore-gorm-hibernate5:7.1.0", {
exclude group: 'org.grails', module:'grails-datastore-gorm'
exclude group: 'org.grails', module:'grails-datastore-core'
exclude group: 'org.springframework', module:'spring-core'
Expand Down

0 comments on commit 27d9e9b

Please sign in to comment.