We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8be3528 commit e650ebbCopy full SHA for e650ebb
build.gradle
@@ -34,7 +34,7 @@ ext {
34
commonsCollectionsVersion = "3.2.1"
35
commonsIOVersion = "2.2"
36
commonsLangVersion = "2.6"
37
- datastoreVersion = "6.0.10.RELEASE"
+ datastoreVersion = "6.0.12.RELEASE"
38
gdocEngineVersion = "1.0.1"
39
groovyVersion = System.getenv('CI_GROOVY_VERSION') ?: "2.4.11"
40
ivyVersion = "2.3.0"
grails-bom/plugins.properties
@@ -1,9 +1,9 @@
1
-hibernate4=6.0.10
2
-hibernate5=6.0.10
3
-mongodb=6.0.10
+hibernate4=6.0.12
+hibernate5=6.0.12
+mongodb=6.0.12
4
rx-gorm-rest-client=1.0.5.RELEASE
5
-rx-mongodb=6.0.10
6
-neo4j=6.0.10
+rx-mongodb=6.0.12
+neo4j=6.0.12
7
cache=3.0.3
8
scaffolding=3.3.3
9
fields=2.1.5
0 commit comments