Skip to content

Commit 7cac1f1

Browse files
committed
Latest applicable dependency updates (Netty 4.1.11, Tomcat 8.5.15, Undertow 1.3.30)
1 parent fa09cd3 commit 7cac1f1

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
@@ -62,7 +62,7 @@ configure(allprojects) { project ->
6262
ext.jtaVersion = "1.2"
6363
ext.junitVersion = "4.12"
6464
ext.log4jVersion = "1.2.17"
65-
ext.nettyVersion = "4.1.10.Final"
65+
ext.nettyVersion = "4.1.11.Final"
6666
ext.okhttpVersion = "2.7.5"
6767
ext.okhttp3Version = "3.7.0"
6868
ext.openjpaVersion = "2.4.1"
@@ -75,9 +75,9 @@ configure(allprojects) { project ->
7575
ext.testngVersion = "6.9.10"
7676
ext.tiles2Version = "2.2.2"
7777
ext.tiles3Version = "3.0.7"
78-
ext.tomcatVersion = "8.5.14"
78+
ext.tomcatVersion = "8.5.15"
7979
ext.tyrusVersion = "1.3.5" // constrained by WebLogic 12.1.3 support
80-
ext.undertowVersion = "1.3.28.Final"
80+
ext.undertowVersion = "1.3.30.Final"
8181
ext.xmlunitVersion = "1.6"
8282
ext.xstreamVersion = "1.4.9"
8383

0 commit comments

Comments
 (0)