Skip to content

Commit 525c6f3

Browse files
committed
Upgrade dependencies
1 parent 9560255 commit 525c6f3

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
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 = "6.0.3.BUILD-SNAPSHOT"
36+
datastoreVersion = "6.0.3.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: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
hibernate4=6.0.2
2-
hibernate5=6.0.2
3-
mongodb=6.0.2
1+
hibernate4=6.0.3
2+
hibernate5=6.0.3
3+
mongodb=6.0.3
44
rx-gorm-rest-client=1.0.1.RELEASE
5-
rx-mongodb=6.0.2
6-
cassandra=6.0.2
7-
neo4j=6.0.2
5+
rx-mongodb=6.0.3
6+
cassandra=6.0.3
7+
neo4j=6.0.3
88
cache=3.0.3
99
asset-pipeline=3.2.1
1010
asset-pipeline-grails=2.11.1
1111
scaffolding=3.2.1
1212
fields=2.1.3
1313
geb=1.0.2
1414
rxjava=1.0.0
15-
views-json=1.1.1
16-
views-json-templates=1.1.1
17-
views-markup=1.1.1
15+
views-json=1.1.2
16+
views-json-templates=1.1.2
17+
views-markup=1.1.2
1818
grails-java8=1.0.0

0 commit comments

Comments
 (0)