Skip to content

Commit 5869127

Browse files
committed
Upgrade to Netty 4.1.17 and Undertow 1.3.33
1 parent 640c8ff commit 5869127

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
@@ -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.16.Final"
65+
ext.nettyVersion = "4.1.17.Final"
6666
ext.okhttpVersion = "2.7.5"
6767
ext.okhttp3Version = "3.8.1"
6868
ext.openjpaVersion = "2.4.2"
@@ -77,7 +77,7 @@ configure(allprojects) { project ->
7777
ext.tiles3Version = "3.0.7"
7878
ext.tomcatVersion = "8.5.23"
7979
ext.tyrusVersion = "1.3.5" // constrained by WebLogic 12.1.3 support
80-
ext.undertowVersion = "1.3.31.Final"
80+
ext.undertowVersion = "1.3.33.Final"
8181
ext.xmlunitVersion = "1.6"
8282
ext.xstreamVersion = "1.4.9"
8383

0 commit comments

Comments
 (0)