Skip to content

Commit

Permalink
Merge pull request #12048 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.RC3
  • Loading branch information
Puneet Behl committed Sep 4, 2021
2 parents dd100f9 + 6014a61 commit 1652c7e
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.RC2", {
testImplementation "org.grails:grails-datastore-gorm-hibernate5:7.1.0.RC3", {
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.RC2", {
testImplementation "org.grails:grails-datastore-gorm-hibernate5:7.1.0.RC3", {
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.RC2", {
testImplementation "org.grails:grails-datastore-gorm-hibernate5:7.1.0.RC3", {
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 1652c7e

Please sign in to comment.