Skip to content

Commit 1541800

Browse files
committed
Upgrade g-d-m and views plugins
1 parent 99b2988 commit 1541800

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ ext {
3232
commonsCollectionsVersion = "3.2.1"
3333
commonsIOVersion = "2.2"
3434
commonsLangVersion = "2.6"
35-
datastoreVersion = "5.0.2.RELEASE"
35+
datastoreVersion = "5.0.3.RELEASE"
3636
gantVersion = "1.9.6"
3737
gdocEngineVersion = "1.0.1"
3838
groovyVersion = System.getenv('CI_GROOVY_VERSION') ?: "2.4.6"

grails-bom/plugins.properties

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
hibernate=4.3.10.7
2-
hibernate3=5.0.2
3-
hibernate4=5.0.2
4-
hibernate5=5.0.2
5-
mongodb=5.0.2
6-
cassandra=5.0.2
7-
neo4j=5.0.2
2+
hibernate3=5.0.3
3+
hibernate4=5.0.3
4+
hibernate5=5.0.3
5+
mongodb=5.0.3
6+
cassandra=5.0.3
7+
neo4j=5.0.3
88
cache=3.0.2
99
asset-pipeline=3.0.15
1010
scaffolding=3.2.1
1111
fields=2.1.2
1212
geb=1.0.1
13-
views-json=1.0.4
14-
views-markup=1.0.4
13+
views-json=1.0.5
14+
views-markup=1.0.5

0 commit comments

Comments
 (0)