File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ configure(allprojects) { project ->
5454 ext. tiles3Version = " 3.0.5"
5555 ext. tomcatVersion = " 8.0.15"
5656 ext. tyrusVersion = " 1.3.5" // constrained by WebLogic 12.1.3 support
57- ext. undertowVersion = " 1.1.0 .Final"
57+ ext. undertowVersion = " 1.1.1 .Final"
5858 ext. woodstoxVersion = " 4.4.1"
5959 ext. xstreamVersion = " 1.4.7"
6060
@@ -737,7 +737,7 @@ project("spring-websocket") {
737737 exclude group : " org.jboss.spec.javax.annotation" , module : " jboss-annotations-api_1.2_spec"
738738 }
739739 optional(" io.undertow:undertow-websockets-jsr:${ undertowVersion} " ) {
740- exclude group : " org.jboss.spec.javax.websocket" , module : " jboss-websocket-api_1.0_spec "
740+ exclude group : " org.jboss.spec.javax.websocket" , module : " jboss-websocket-api_1.1_spec "
741741 }
742742 optional(" com.fasterxml.jackson.core:jackson-databind:${ jackson2Version} " )
743743 testCompile(" org.apache.tomcat.embed:tomcat-embed-core:${ tomcatVersion} " )
You can’t perform that action at this time.
0 commit comments