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 @@ -72,7 +72,7 @@ configure(allprojects) { project ->
7272 ext. tiles3Version = " 3.0.5"
7373 ext. tomcatVersion = " 8.0.26"
7474 ext. tyrusVersion = " 1.3.5" // constrained by WebLogic 12.1.3 support
75- ext. undertowVersion = " 1.2.11 .Final"
75+ ext. undertowVersion = " 1.2.12 .Final"
7676 ext. woodstoxVersion = " 5.0.1"
7777 ext. xmlunitVersion = " 1.6"
7878 ext. xstreamVersion = " 1.4.8"
@@ -910,7 +910,7 @@ project("spring-webmvc") {
910910 exclude group : " org.slf4j" , module : " jcl-over-slf4j"
911911 exclude group : " org.springframework" , module : " spring-web"
912912 }
913- optional ' org.webjars:webjars-locator:0.26 '
913+ optional ' org.webjars:webjars-locator:0.28 '
914914 testCompile(project(" :spring-aop" ))
915915 testCompile(" rhino:js:1.7R1" )
916916 testCompile(" xmlunit:xmlunit:${ xmlunitVersion} " )
You can’t perform that action at this time.
0 commit comments