Skip to content

Commit 393e36c

Browse files
committed
Latest applicable server engine updates (Jetty 9.2.14, Netty 4.0.33, Undertow 1.1.9)
1 parent 5a95156 commit 393e36c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ configure(allprojects) { project ->
4040
ext.hsqldbVersion = "2.3.2"
4141
ext.jackson2Version = "2.4.6"
4242
ext.jasperReportsVersion = "6.0.4"
43-
ext.jettyVersion = "9.2.13.v20150730"
43+
ext.jettyVersion = "9.2.14.v20151106"
4444
ext.jodaVersion = "2.8.2"
4545
ext.junitVersion = "4.12"
46-
ext.nettyVersion = "4.0.32.Final"
46+
ext.nettyVersion = "4.0.33.Final"
4747
ext.openJpaVersion = "2.2.2" // 2.3.0 not Java 8 compatible (based on ASM 4)
4848
ext.protobufVersion = "2.6.1"
4949
ext.reactorVersion = "1.1.6.RELEASE"
@@ -54,7 +54,7 @@ configure(allprojects) { project ->
5454
ext.tiles3Version = "3.0.5"
5555
ext.tomcatVersion = "8.0.28"
5656
ext.tyrusVersion = "1.3.5" // constrained by WebLogic 12.1.3 support
57-
ext.undertowVersion = "1.1.8.Final"
57+
ext.undertowVersion = "1.1.9.Final"
5858
ext.woodstoxVersion = "4.4.1"
5959
ext.xstreamVersion = "1.4.7"
6060

0 commit comments

Comments
 (0)