Skip to content

Commit fd2252a

Browse files
committed
Latest applicable dependency updates (Netty 4.0.31, Rome 1.5.1)
1 parent 3402c13 commit fd2252a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ configure(allprojects) { project ->
4343
ext.jettyVersion = "9.2.13.v20150730"
4444
ext.jodaVersion = "2.8.1"
4545
ext.junitVersion = "4.12"
46-
ext.nettyVersion = "4.0.30.Final"
46+
ext.nettyVersion = "4.0.31.Final"
4747
ext.openJpaVersion = "2.2.2" // 2.3.0 not Java 8 compatible (based on ASM 4)
4848
ext.protobufVersion = "2.6.1"
4949
ext.reactorVersion = "1.1.6.RELEASE"
@@ -680,7 +680,7 @@ project("spring-web") {
680680
optional("com.fasterxml.jackson.core:jackson-databind:${jackson2Version}")
681681
optional("com.fasterxml.jackson.dataformat:jackson-dataformat-xml:${jackson2Version}")
682682
optional("com.google.code.gson:gson:${gsonVersion}")
683-
optional("com.rometools:rome:1.5.0")
683+
optional("com.rometools:rome:1.5.1")
684684
optional("org.eclipse.jetty:jetty-servlet:${jettyVersion}") {
685685
exclude group: "javax.servlet", module: "javax.servlet-api"
686686
}
@@ -843,7 +843,7 @@ project("spring-webmvc") {
843843
}
844844
optional("com.fasterxml.jackson.core:jackson-databind:${jackson2Version}")
845845
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")
847847
optional("javax.el:javax.el-api:2.2.5")
848848
optional("org.apache.tiles:tiles-api:${tiles3Version}")
849849
optional("org.apache.tiles:tiles-core:${tiles3Version}") {
@@ -981,7 +981,7 @@ project("spring-test") {
981981
testCompile("org.hibernate:hibernate-validator:${hibVal5Version}")
982982
testCompile("com.thoughtworks.xstream:xstream:${xstreamVersion}")
983983
testCompile("com.fasterxml.jackson.core:jackson-databind:${jackson2Version}")
984-
testCompile("com.rometools:rome:1.5.0")
984+
testCompile("com.rometools:rome:1.5.1")
985985
testCompile("org.apache.tiles:tiles-api:${tiles3Version}")
986986
testCompile("org.apache.tiles:tiles-core:${tiles3Version}") {
987987
exclude group: "org.slf4j", module: "jcl-over-slf4j"

0 commit comments

Comments
 (0)