Skip to content

Commit 754d077

Browse files
Bump org.grails:grails-datastore-gorm-hibernate5 from 8.1.0 to 8.1.1
Bumps [org.grails:grails-datastore-gorm-hibernate5](https://github.com/grails/gorm-hibernate5) from 8.1.0 to 8.1.1. - [Release notes](https://github.com/grails/gorm-hibernate5/releases) - [Commits](grails/grails-data-hibernate5@v8.1.0...v8.1.1) --- updated-dependencies: - dependency-name: org.grails:grails-datastore-gorm-hibernate5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 59a2ad9 commit 754d077

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)