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 e4cbd67 commit bf87365Copy full SHA for bf87365
build.gradle
@@ -33,7 +33,7 @@ ext {
33
commonsCollectionsVersion = "3.2.1"
34
commonsIOVersion = "2.2"
35
commonsLangVersion = "2.6"
36
- datastoreVersion = "6.0.0.RELEASE"
+ datastoreVersion = "6.0.1.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,5 +1,5 @@
1
-hibernate4=6.0.0
2
-hibernate5=6.0.0
+hibernate4=6.0.1
+hibernate5=6.0.1
3
mongodb=6.0.0
4
rx-gorm-rest-client=1.0.0.RELEASE
5
rx-mongodb=6.0.0
0 commit comments