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 d03a4b0 commit 70b2b6cCopy full SHA for 70b2b6c
build.gradle
@@ -32,7 +32,7 @@ ext {
32
commonsCollectionsVersion = "3.2.1"
33
commonsIOVersion = "2.2"
34
commonsLangVersion = "2.6"
35
- datastoreVersion = "5.0.0.RC2"
+ datastoreVersion = "5.0.0.RC3"
36
gantVersion = "1.9.6"
37
gdocEngineVersion = "1.0.1"
38
groovyVersion = System.getenv('CI_GROOVY_VERSION') ?: "2.4.5"
grails-bom/plugins.properties
@@ -1,12 +1,12 @@
1
hibernate=4.3.10.7
2
hibernate4=5.0.0.RC2
3
-mongodb=5.0.0.RC2
4
-cassandra=5.0.0.RC2
5
-neo4j=5.0.0.RC2
+mongodb=5.0.0.RC3
+cassandra=5.0.0.RC3
+neo4j=5.0.0.RC3
6
cache=3.0.1
7
asset-pipeline=3.0.14
8
scaffolding=3.1.2
9
fields=2.1.1
10
geb=1.0.1
11
-views-json=1.0.0.BUILD-SNAPSHOT
12
-views-markup=1.0.0.BUILD-SNAPSHOT
+views-json=1.0.0.RC4
+views-markup=1.0.0.RC4
0 commit comments