Skip to content

Commit 357fab6

Browse files
committed
Upgrade to Tomcat 8.0.28 and Jackson 2.6.3
1 parent a5f81a0 commit 357fab6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ configure(allprojects) { project ->
4848
ext.htmlunitVersion = "2.18"
4949
ext.httpasyncVersion = "4.1"
5050
ext.httpclientVersion = "4.5"
51-
ext.jackson2Version = "2.6.2"
51+
ext.jackson2Version = "2.6.3"
5252
ext.jasperreportsVersion = "6.1.1"
5353
ext.javamailVersion = "1.5.4"
5454
ext.jettyVersion = "9.3.3.v20150827"
@@ -72,7 +72,7 @@ configure(allprojects) { project ->
7272
ext.testngVersion = "6.9.6"
7373
ext.tiles2Version = "2.2.2"
7474
ext.tiles3Version = "3.0.5"
75-
ext.tomcatVersion = "8.0.27"
75+
ext.tomcatVersion = "8.0.28"
7676
ext.tyrusVersion = "1.3.5" // constrained by WebLogic 12.1.3 support
7777
ext.undertowVersion = "1.3.0.Final"
7878
ext.woodstoxVersion = "5.0.1"

0 commit comments

Comments
 (0)