Skip to content

Commit e650ebb

Browse files
committed
Update to GORM 6.0.12
1 parent 8be3528 commit e650ebb

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ ext {
3434
commonsCollectionsVersion = "3.2.1"
3535
commonsIOVersion = "2.2"
3636
commonsLangVersion = "2.6"
37-
datastoreVersion = "6.0.10.RELEASE"
37+
datastoreVersion = "6.0.12.RELEASE"
3838
gdocEngineVersion = "1.0.1"
3939
groovyVersion = System.getenv('CI_GROOVY_VERSION') ?: "2.4.11"
4040
ivyVersion = "2.3.0"

grails-bom/plugins.properties

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
hibernate4=6.0.10
2-
hibernate5=6.0.10
3-
mongodb=6.0.10
1+
hibernate4=6.0.12
2+
hibernate5=6.0.12
3+
mongodb=6.0.12
44
rx-gorm-rest-client=1.0.5.RELEASE
5-
rx-mongodb=6.0.10
6-
neo4j=6.0.10
5+
rx-mongodb=6.0.12
6+
neo4j=6.0.12
77
cache=3.0.3
88
scaffolding=3.3.3
99
fields=2.1.5

0 commit comments

Comments
 (0)