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 ae3cc67 commit b5bb26bCopy full SHA for b5bb26b
build.gradle
@@ -40,7 +40,7 @@ configure(allprojects) { project ->
40
ext.hsqldbVersion = "2.3.2"
41
ext.jackson2Version = "2.4.6"
42
ext.jasperReportsVersion = "6.0.4"
43
- ext.jettyVersion = "9.2.10.v20150310"
+ ext.jettyVersion = "9.2.11.v20150529"
44
ext.jodaVersion = "2.7"
45
ext.junitVersion = "4.12"
46
ext.nettyVersion = "4.0.28.Final"
@@ -52,7 +52,7 @@ configure(allprojects) { project ->
52
ext.snifferVersion = "1.11"
53
ext.tiles2Version = "2.2.2"
54
ext.tiles3Version = "3.0.5"
55
- ext.tomcatVersion = "8.0.22"
+ ext.tomcatVersion = "8.0.23"
56
ext.tyrusVersion = "1.3.5" // constrained by WebLogic 12.1.3 support
57
ext.undertowVersion = "1.1.4.Final"
58
ext.woodstoxVersion = "4.4.1"
0 commit comments