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 cb71867 commit b2bcbb3Copy full SHA for b2bcbb3
build.gradle
@@ -33,7 +33,7 @@ ext {
33
commonsCollectionsVersion = "3.2.1"
34
commonsIOVersion = "2.2"
35
commonsLangVersion = "2.6"
36
- datastoreVersion = "5.0.13.BUILD-SNAPSHOT"
+ datastoreVersion = "5.0.13.RELEASE"
37
gantVersion = "1.9.6"
38
gdocEngineVersion = "1.0.1"
39
groovyVersion = System.getenv('CI_GROOVY_VERSION') ?: "2.4.7"
grails-bom/plugins.properties
@@ -1,10 +1,10 @@
1
hibernate=4.3.10.7
2
-hibernate3=5.0.11
3
-hibernate4=5.0.11
4
-hibernate5=5.0.11
5
-mongodb=5.0.11
6
-cassandra=5.0.11
7
-neo4j=5.0.11
+hibernate3=5.0.13
+hibernate4=5.0.13
+hibernate5=5.0.13
+mongodb=5.0.13
+cassandra=5.0.13
+neo4j=5.0.13
8
cache=3.0.2
9
asset-pipeline=3.2.1
10
asset-pipeline-grails=2.8.2
0 commit comments