Skip to content

Commit 493e9c1

Browse files
committed
Consistent upgrade to Rome 1.12 and WebJars Locator 0.36
1 parent edadb9e commit 493e9c1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

spring-test/spring-test.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ dependencies {
6767
testCompile("org.junit.jupiter:junit-jupiter-params")
6868
testCompile("com.fasterxml.jackson.core:jackson-databind:${jackson2Version}")
6969
testCompile("com.thoughtworks.xstream:xstream:1.4.10")
70-
testCompile("com.rometools:rome:1.11.1")
70+
testCompile("com.rometools:rome:1.12.0")
7171
testCompile("org.apache.tiles:tiles-api:${tiles3Version}")
7272
testCompile("org.apache.tiles:tiles-core:${tiles3Version}", withoutJclOverSlf4J)
7373
testCompile("org.apache.tiles:tiles-servlet:${tiles3Version}", withoutJclOverSlf4J)

spring-web/spring-web.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ dependencies {
5858
optional("com.google.code.gson:gson:2.8.5")
5959
optional("com.google.protobuf:protobuf-java-util:3.6.1")
6060
optional("com.googlecode.protobuf-java-format:protobuf-java-format:1.4")
61-
optional("com.rometools:rome:1.11.1")
61+
optional("com.rometools:rome:1.12.0")
6262
optional("com.caucho:hessian:4.0.51")
6363
optional("org.codehaus.groovy:groovy:${groovyVersion}")
6464
optional("org.jetbrains.kotlin:kotlin-reflect:${kotlinVersion}")

spring-webflux/spring-webflux.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies {
1717
optional(project(":spring-context-support")) // for FreeMarker support
1818
optional("javax.servlet:javax.servlet-api:4.0.1")
1919
optional("javax.websocket:javax.websocket-api:1.1")
20-
optional("org.webjars:webjars-locator-core:0.35")
20+
optional("org.webjars:webjars-locator-core:0.36")
2121
optional("org.freemarker:freemarker:${freemarkerVersion}")
2222
optional("com.fasterxml.jackson.core:jackson-databind:${jackson2Version}")
2323
optional("com.fasterxml.jackson.dataformat:jackson-dataformat-smile:${jackson2Version}")

0 commit comments

Comments
 (0)