Skip to content

Commit 47be2d8

Browse files
committed
Upgrade to Undertow 1.4.8 and XNIO 3.4.3
1 parent ff675f5 commit 47be2d8

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
@@ -93,11 +93,11 @@ configure(allprojects) { project ->
9393
ext.tiles3Version = "3.0.7"
9494
ext.tomcatVersion = "8.5.9"
9595
ext.tyrusVersion = "1.13"
96-
ext.undertowVersion = "1.4.7.Final"
96+
ext.undertowVersion = "1.4.8.Final"
9797
ext.websocketVersion = "1.1"
9898
ext.woodstoxVersion = "5.0.3"
9999
ext.xmlunitVersion = "2.3.0"
100-
ext.xnioVersion = "3.4.2.Final"
100+
ext.xnioVersion = "3.4.3.Final"
101101
ext.xstreamVersion = "1.4.9"
102102

103103
ext.gradleScriptDir = "${rootProject.projectDir}/gradle"

0 commit comments

Comments
 (0)