Dependency upgrade webjars-locator 0.26

master
Brian Clozel 9 years ago
parent d32216a047
commit 7df9679399
  1. 2
      build.gradle

@ -897,7 +897,7 @@ project("spring-webmvc") {
exclude group: "org.slf4j", module: "jcl-over-slf4j" exclude group: "org.slf4j", module: "jcl-over-slf4j"
exclude group: "org.springframework", module: "spring-web" exclude group: "org.springframework", module: "spring-web"
} }
optional 'org.webjars:webjars-locator:0.22' optional 'org.webjars:webjars-locator:0.26'
testCompile(project(":spring-aop")) testCompile(project(":spring-aop"))
testCompile("rhino:js:1.7R1") testCompile("rhino:js:1.7R1")
testCompile("xmlunit:xmlunit:${xmlunitVersion}") testCompile("xmlunit:xmlunit:${xmlunitVersion}")

Loading…
Cancel
Save