We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5f81a0 commit 357fab6Copy full SHA for 357fab6
build.gradle
@@ -48,7 +48,7 @@ configure(allprojects) { project ->
48
ext.htmlunitVersion = "2.18"
49
ext.httpasyncVersion = "4.1"
50
ext.httpclientVersion = "4.5"
51
- ext.jackson2Version = "2.6.2"
+ ext.jackson2Version = "2.6.3"
52
ext.jasperreportsVersion = "6.1.1"
53
ext.javamailVersion = "1.5.4"
54
ext.jettyVersion = "9.3.3.v20150827"
@@ -72,7 +72,7 @@ configure(allprojects) { project ->
72
ext.testngVersion = "6.9.6"
73
ext.tiles2Version = "2.2.2"
74
ext.tiles3Version = "3.0.5"
75
- ext.tomcatVersion = "8.0.27"
+ ext.tomcatVersion = "8.0.28"
76
ext.tyrusVersion = "1.3.5" // constrained by WebLogic 12.1.3 support
77
ext.undertowVersion = "1.3.0.Final"
78
ext.woodstoxVersion = "5.0.1"
0 commit comments