Skip to content

Commit b2bcbb3

Browse files
committed
Use GORM 5.0.13
1 parent cb71867 commit b2bcbb3

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ ext {
3333
commonsCollectionsVersion = "3.2.1"
3434
commonsIOVersion = "2.2"
3535
commonsLangVersion = "2.6"
36-
datastoreVersion = "5.0.13.BUILD-SNAPSHOT"
36+
datastoreVersion = "5.0.13.RELEASE"
3737
gantVersion = "1.9.6"
3838
gdocEngineVersion = "1.0.1"
3939
groovyVersion = System.getenv('CI_GROOVY_VERSION') ?: "2.4.7"

grails-bom/plugins.properties

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
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
2+
hibernate3=5.0.13
3+
hibernate4=5.0.13
4+
hibernate5=5.0.13
5+
mongodb=5.0.13
6+
cassandra=5.0.13
7+
neo4j=5.0.13
88
cache=3.0.2
99
asset-pipeline=3.2.1
1010
asset-pipeline-grails=2.8.2

0 commit comments

Comments
 (0)