Skip to content

Commit f9fec73

Browse files
committed
Latest dependency updates (Gson 2.7, Jackson 2.8 RC2, Tomcat 8.5.3, Caffeine 2.3.1)
1 parent ba885f3 commit f9fec73

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ configure(allprojects) { project ->
3232
version = qualifyVersionIfNecessary(version)
3333

3434
ext.aspectjVersion = "1.8.9"
35-
ext.caffeineVersion = "2.3.0"
35+
ext.caffeineVersion = "2.3.1"
3636
ext.eclipselinkVersion = "2.4.2"
3737
ext.ehcacheVersion = "2.10.2"
3838
ext.ehcachejcacheVersion = "1.0.1"
@@ -41,7 +41,7 @@ configure(allprojects) { project ->
4141
ext.fileuploadVersion = "1.3.2"
4242
ext.freemarkerVersion = "2.3.23"
4343
ext.groovyVersion = "2.4.7"
44-
ext.gsonVersion = "2.6.2"
44+
ext.gsonVersion = "2.7"
4545
ext.guavaVersion = "19.0"
4646
ext.hamcrestVersion = "1.3"
4747
ext.hibernate3Version = "3.6.10.Final"
@@ -52,7 +52,7 @@ configure(allprojects) { project ->
5252
ext.hsqldbVersion = "2.3.4"
5353
ext.httpasyncVersion = "4.1.1"
5454
ext.httpclientVersion = "4.5.2"
55-
ext.jackson2Version = "2.8.0.rc1"
55+
ext.jackson2Version = "2.8.0.rc2"
5656
ext.jasperreportsVersion = "6.2.1"
5757
ext.javamailVersion = "1.5.5"
5858
ext.jettyVersion = "9.3.9.v20160517"
@@ -74,7 +74,7 @@ configure(allprojects) { project ->
7474
ext.testngVersion = "6.9.10"
7575
ext.tiles2Version = "2.2.2"
7676
ext.tiles3Version = "3.0.5"
77-
ext.tomcatVersion = "8.5.2"
77+
ext.tomcatVersion = "8.5.3"
7878
ext.tyrusVersion = "1.3.5" // constrained by WebLogic 12.1.3 support
7979
ext.undertowVersion = "1.4.0.CR1"
8080
ext.xmlunitVersion = "1.6"

0 commit comments

Comments
 (0)