Skip to content

Commit 79f3cf3

Browse files
committed
Build against Undertow 1.3.x in 4.3.x branch (retaining runtime compatibility Undertow 1.4)
Issue: SPR-14328
1 parent 9ee1dc7 commit 79f3cf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ configure(allprojects) { project ->
7676
ext.tiles3Version = "3.0.5"
7777
ext.tomcatVersion = "8.5.4"
7878
ext.tyrusVersion = "1.3.5" // constrained by WebLogic 12.1.3 support
79-
ext.undertowVersion = "1.4.0.CR2"
79+
ext.undertowVersion = "1.3.23.Final"
8080
ext.xmlunitVersion = "1.6"
8181
ext.xstreamVersion = "1.4.9"
8282

0 commit comments

Comments
 (0)