We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff675f5 commit 47be2d8Copy full SHA for 47be2d8
build.gradle
@@ -93,11 +93,11 @@ configure(allprojects) { project ->
93
ext.tiles3Version = "3.0.7"
94
ext.tomcatVersion = "8.5.9"
95
ext.tyrusVersion = "1.13"
96
- ext.undertowVersion = "1.4.7.Final"
+ ext.undertowVersion = "1.4.8.Final"
97
ext.websocketVersion = "1.1"
98
ext.woodstoxVersion = "5.0.3"
99
ext.xmlunitVersion = "2.3.0"
100
- ext.xnioVersion = "3.4.2.Final"
+ ext.xnioVersion = "3.4.3.Final"
101
ext.xstreamVersion = "1.4.9"
102
103
ext.gradleScriptDir = "${rootProject.projectDir}/gradle"
0 commit comments