Skip to content

Commit 2a1da2a

Browse files
authored
Merge pull request #13887 from grails/dependabot/gradle/6.2.x/org.grails-grails-datastore-gorm-hibernate5-8.1.1
Bump org.grails:grails-datastore-gorm-hibernate5 from 8.1.0 to 8.1.1
2 parents 224d181 + 754d077 commit 2a1da2a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

grails-test-suite-persistence/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies {
1616
project(':grails-spring')
1717

1818
testImplementation "org.grails:grails-datastore-gorm-validation:$datastoreVersion"
19-
testImplementation "org.grails:grails-datastore-gorm-hibernate5:8.1.0", {
19+
testImplementation "org.grails:grails-datastore-gorm-hibernate5:8.1.1", {
2020
exclude group: 'org.grails', module:'grails-datastore-gorm'
2121
exclude group: 'org.grails', module:'grails-datastore-core'
2222
exclude group: 'org.springframework', module:'spring-core'

grails-test-suite-uber/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies {
2828
project(":grails-plugin-databinding"),
2929
project(':grails-spring')
3030

31-
testImplementation "org.grails:grails-datastore-gorm-hibernate5:8.1.0", {
31+
testImplementation "org.grails:grails-datastore-gorm-hibernate5:8.1.1", {
3232
exclude group: 'org.grails', module:'grails-datastore-gorm'
3333
exclude group: 'org.grails', module:'grails-datastore-core'
3434
exclude group: 'org.springframework', module:'spring-core'

grails-test-suite-web/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dependencies {
2929
project(':grails-spring')
3030
testImplementation "org.grails.plugins:converters:$legacyConvertersVersion"
3131

32-
testImplementation "org.grails:grails-datastore-gorm-hibernate5:8.1.0", {
32+
testImplementation "org.grails:grails-datastore-gorm-hibernate5:8.1.1", {
3333
exclude group: 'org.grails', module:'grails-datastore-gorm'
3434
exclude group: 'org.grails', module:'grails-datastore-core'
3535
exclude group: 'org.springframework', module:'spring-core'

0 commit comments

Comments
 (0)