@@ -43,7 +43,7 @@ configure(allprojects) { project ->
43
43
ext. jettyVersion = " 9.2.13.v20150730"
44
44
ext. jodaVersion = " 2.8.1"
45
45
ext. junitVersion = " 4.12"
46
- ext. nettyVersion = " 4.0.30 .Final"
46
+ ext. nettyVersion = " 4.0.31 .Final"
47
47
ext. openJpaVersion = " 2.2.2" // 2.3.0 not Java 8 compatible (based on ASM 4)
48
48
ext. protobufVersion = " 2.6.1"
49
49
ext. reactorVersion = " 1.1.6.RELEASE"
@@ -680,7 +680,7 @@ project("spring-web") {
680
680
optional(" com.fasterxml.jackson.core:jackson-databind:${ jackson2Version} " )
681
681
optional(" com.fasterxml.jackson.dataformat:jackson-dataformat-xml:${ jackson2Version} " )
682
682
optional(" com.google.code.gson:gson:${ gsonVersion} " )
683
- optional(" com.rometools:rome:1.5.0 " )
683
+ optional(" com.rometools:rome:1.5.1 " )
684
684
optional(" org.eclipse.jetty:jetty-servlet:${ jettyVersion} " ) {
685
685
exclude group : " javax.servlet" , module : " javax.servlet-api"
686
686
}
@@ -843,7 +843,7 @@ project("spring-webmvc") {
843
843
}
844
844
optional(" com.fasterxml.jackson.core:jackson-databind:${ jackson2Version} " )
845
845
optional(" com.fasterxml.jackson.dataformat:jackson-dataformat-xml:${ jackson2Version} " )
846
- optional(" com.rometools:rome:1.5.0 " )
846
+ optional(" com.rometools:rome:1.5.1 " )
847
847
optional(" javax.el:javax.el-api:2.2.5" )
848
848
optional(" org.apache.tiles:tiles-api:${ tiles3Version} " )
849
849
optional(" org.apache.tiles:tiles-core:${ tiles3Version} " ) {
@@ -981,7 +981,7 @@ project("spring-test") {
981
981
testCompile(" org.hibernate:hibernate-validator:${ hibVal5Version} " )
982
982
testCompile(" com.thoughtworks.xstream:xstream:${ xstreamVersion} " )
983
983
testCompile(" com.fasterxml.jackson.core:jackson-databind:${ jackson2Version} " )
984
- testCompile(" com.rometools:rome:1.5.0 " )
984
+ testCompile(" com.rometools:rome:1.5.1 " )
985
985
testCompile(" org.apache.tiles:tiles-api:${ tiles3Version} " )
986
986
testCompile(" org.apache.tiles:tiles-core:${ tiles3Version} " ) {
987
987
exclude group : " org.slf4j" , module : " jcl-over-slf4j"
0 commit comments