File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ dependencies {
67
67
testCompile(" org.junit.jupiter:junit-jupiter-params" )
68
68
testCompile(" com.fasterxml.jackson.core:jackson-databind:${ jackson2Version} " )
69
69
testCompile(" com.thoughtworks.xstream:xstream:1.4.10" )
70
- testCompile(" com.rometools:rome:1.11.1 " )
70
+ testCompile(" com.rometools:rome:1.12.0 " )
71
71
testCompile(" org.apache.tiles:tiles-api:${ tiles3Version} " )
72
72
testCompile(" org.apache.tiles:tiles-core:${ tiles3Version} " , withoutJclOverSlf4J)
73
73
testCompile(" org.apache.tiles:tiles-servlet:${ tiles3Version} " , withoutJclOverSlf4J)
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ dependencies {
58
58
optional(" com.google.code.gson:gson:2.8.5" )
59
59
optional(" com.google.protobuf:protobuf-java-util:3.6.1" )
60
60
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 " )
62
62
optional(" com.caucho:hessian:4.0.51" )
63
63
optional(" org.codehaus.groovy:groovy:${ groovyVersion} " )
64
64
optional(" org.jetbrains.kotlin:kotlin-reflect:${ kotlinVersion} " )
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ dependencies {
17
17
optional(project(" :spring-context-support" )) // for FreeMarker support
18
18
optional(" javax.servlet:javax.servlet-api:4.0.1" )
19
19
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 " )
21
21
optional(" org.freemarker:freemarker:${ freemarkerVersion} " )
22
22
optional(" com.fasterxml.jackson.core:jackson-databind:${ jackson2Version} " )
23
23
optional(" com.fasterxml.jackson.dataformat:jackson-dataformat-smile:${ jackson2Version} " )
You can’t perform that action at this time.
0 commit comments