Skip to content

Commit ab081c4

Browse files
committed
Latest applicable dependency updates (Gson 2.8.2, Rome 1.7.4, Netty 4.1.16, Tomcat 8.5.23)
1 parent dbc0428 commit ab081c4

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
@@ -41,7 +41,7 @@ configure(allprojects) { project ->
4141
ext.fileuploadVersion = "1.3.3"
4242
ext.freemarkerVersion = "2.3.23"
4343
ext.groovyVersion = "2.4.12"
44-
ext.gsonVersion = "2.8.1"
44+
ext.gsonVersion = "2.8.2"
4545
ext.guavaVersion = "20.0"
4646
ext.hamcrestVersion = "1.3"
4747
ext.hibernate3Version = "3.6.10.Final"
@@ -62,20 +62,20 @@ configure(allprojects) { project ->
6262
ext.jtaVersion = "1.2"
6363
ext.junitVersion = "4.12"
6464
ext.log4jVersion = "1.2.17"
65-
ext.nettyVersion = "4.1.15.Final"
65+
ext.nettyVersion = "4.1.16.Final"
6666
ext.okhttpVersion = "2.7.5"
6767
ext.okhttp3Version = "3.8.1"
6868
ext.openjpaVersion = "2.4.1"
6969
ext.poiVersion = "3.14"
7070
ext.reactorVersion = "2.0.8.RELEASE"
71-
ext.romeVersion = "1.7.2"
71+
ext.romeVersion = "1.7.4"
7272
ext.slf4jVersion = "1.7.21"
7373
ext.snakeyamlVersion = "1.17"
7474
ext.snifferVersion = "1.15"
7575
ext.testngVersion = "6.9.10"
7676
ext.tiles2Version = "2.2.2"
7777
ext.tiles3Version = "3.0.7"
78-
ext.tomcatVersion = "8.5.21"
78+
ext.tomcatVersion = "8.5.23"
7979
ext.tyrusVersion = "1.3.5" // constrained by WebLogic 12.1.3 support
8080
ext.undertowVersion = "1.3.31.Final"
8181
ext.xmlunitVersion = "1.6"

0 commit comments

Comments
 (0)