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 04dcebd commit 423c3d0Copy full SHA for 423c3d0
build.gradle
@@ -32,7 +32,7 @@ ext {
32
commonsCollectionsVersion = "3.2.1"
33
commonsIOVersion = "2.2"
34
commonsLangVersion = "2.6"
35
- datastoreVersion = "5.0.6.RELEASE"
+ datastoreVersion = "6.0.0.M1"
36
gantVersion = "1.9.6"
37
gdocEngineVersion = "1.0.1"
38
groovyVersion = System.getenv('CI_GROOVY_VERSION') ?: "2.4.6"
grails-bom/plugins.properties
@@ -1,10 +1,11 @@
1
hibernate=4.3.10.7
2
-hibernate3=5.0.6
3
-hibernate4=5.0.6
4
-hibernate5=5.0.6
5
-mongodb=5.0.6
6
-cassandra=5.0.6
7
-neo4j=5.0.6
+hibernate3=6.0.0.M1
+hibernate4=6.0.0.M1
+hibernate5=6.0.0.M1
+mongodb=6.0.0.M1
+rx-mongodb=6.0.0.M1
+cassandra=6.0.0.M1
8
+neo4j=6.0.0.M1
9
cache=3.0.2
10
asset-pipeline=3.2.1
11
asset-pipeline-grails=2.8.2
0 commit comments