Skip to content

Commit 5c22002

Browse files
committed
Latest dependency updates (Undertow 1.2.12, WebJars Locator 0.28)
1 parent a8432bc commit 5c22002

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
@@ -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}")

0 commit comments

Comments
 (0)