Skip to content

Commit 49a74aa

Browse files
committed
Upgrade dependencies
1 parent 01f7ef4 commit 49a74aa

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
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.3.RELEASE"
35+
datastoreVersion = "5.0.4.RELEASE"
3636
gantVersion = "1.9.6"
3737
gdocEngineVersion = "1.0.1"
3838
groovyVersion = System.getenv('CI_GROOVY_VERSION') ?: "2.4.6"
@@ -41,7 +41,7 @@ ext {
4141
jlineVersion = "2.12"
4242
jnaVersion = "4.0.0"
4343
slf4jVersion = "1.7.10"
44-
reactorVersion = '2.0.6.RELEASE'
44+
reactorVersion = '2.0.7.RELEASE'
4545

4646
spockVersion = '1.0-groovy-2.4'
4747
springBootVersion = "1.3.3.RELEASE"
@@ -53,7 +53,7 @@ ext {
5353
concurrentlinkedhashmapVersion = "1.4.2"
5454
cglibVersion = "2.2.2"
5555
objenesisVersion = "1.4"
56-
tomcatVersion = "8.0.26"
56+
tomcatVersion = "8.0.33"
5757
servletApiVersion = "3.0.1"
5858

5959
isJava8Compatible = org.gradle.api.JavaVersion.current().isJava8Compatible()

grails-bom/plugins.properties

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
hibernate=4.3.10.7
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
2+
hibernate3=5.0.4
3+
hibernate4=5.0.4
4+
hibernate5=5.0.4
5+
mongodb=5.0.4
6+
cassandra=5.0.4
7+
neo4j=5.0.4
88
cache=3.0.2
99
asset-pipeline=3.1.3
1010
scaffolding=3.2.1
1111
fields=2.1.2
1212
geb=1.0.1
13-
views-json=1.0.5
13+
views-json=1.0.6
1414
views-markup=1.0.5

0 commit comments

Comments
 (0)