Skip to content

Commit a837cbe

Browse files
committed
Latest applicable dependency updates (Netty 4.0.29, Undertow 1.1.7)
1 parent f1b42b7 commit a837cbe

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
@@ -43,7 +43,7 @@ configure(allprojects) { project ->
4343
ext.jettyVersion = "9.2.11.v20150529"
4444
ext.jodaVersion = "2.8.1"
4545
ext.junitVersion = "4.12"
46-
ext.nettyVersion = "4.0.28.Final"
46+
ext.nettyVersion = "4.0.29.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.23"
5656
ext.tyrusVersion = "1.3.5" // constrained by WebLogic 12.1.3 support
57-
ext.undertowVersion = "1.1.4.Final"
57+
ext.undertowVersion = "1.1.7.Final"
5858
ext.woodstoxVersion = "4.4.1"
5959
ext.xstreamVersion = "1.4.7"
6060

0 commit comments

Comments
 (0)