Skip to content

Commit e0a139a

Browse files
committed
Latest applicable dependency updates (Netty 4.0.32, Tomcat 8.0.27)
1 parent 3c549ef commit e0a139a

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.13.v20150730"
4444
ext.jodaVersion = "2.8.2"
4545
ext.junitVersion = "4.12"
46-
ext.nettyVersion = "4.0.31.Final"
46+
ext.nettyVersion = "4.0.32.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"
@@ -52,7 +52,7 @@ configure(allprojects) { project ->
5252
ext.snifferVersion = "1.11"
5353
ext.tiles2Version = "2.2.2"
5454
ext.tiles3Version = "3.0.5"
55-
ext.tomcatVersion = "8.0.26"
55+
ext.tomcatVersion = "8.0.27"
5656
ext.tyrusVersion = "1.3.5" // constrained by WebLogic 12.1.3 support
5757
ext.undertowVersion = "1.1.8.Final"
5858
ext.woodstoxVersion = "4.4.1"

0 commit comments

Comments
 (0)