File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
grails-test-suite-persistence Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff 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'
Original file line number Diff line number Diff 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'
Original file line number Diff line number Diff 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'
You can’t perform that action at this time.
0 commit comments