Skip to content

Commit bf87365

Browse files
committed
Upgrade to GORM 6.0.1
1 parent e4cbd67 commit bf87365

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ ext {
3333
commonsCollectionsVersion = "3.2.1"
3434
commonsIOVersion = "2.2"
3535
commonsLangVersion = "2.6"
36-
datastoreVersion = "6.0.0.RELEASE"
36+
datastoreVersion = "6.0.1.RELEASE"
3737
gantVersion = "1.9.6"
3838
gdocEngineVersion = "1.0.1"
3939
groovyVersion = System.getenv('CI_GROOVY_VERSION') ?: "2.4.7"

grails-bom/plugins.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
hibernate4=6.0.0
2-
hibernate5=6.0.0
1+
hibernate4=6.0.1
2+
hibernate5=6.0.1
33
mongodb=6.0.0
44
rx-gorm-rest-client=1.0.0.RELEASE
55
rx-mongodb=6.0.0

0 commit comments

Comments
 (0)