Skip to content

Commit 7c450fa

Browse files
committed
Latest dependency updates (Caffeine 2.2.6, EhCache 3.0 RC2, Joda-Time 2.9.3, Netty 4.0.36, Rome 1.6, SLF4J 1.7.21, Tomcat 8.0.33, Undertow 1.3.20, Woodstox 5.0.2, JOpt-Simple 5.0)
1 parent d2d528d commit 7c450fa

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

build.gradle

+10-10
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ configure(allprojects) { project ->
3232
version = qualifyVersionIfNecessary(version)
3333

3434
ext.aspectjVersion = "1.9.0.BETA-3"
35-
ext.caffeineVersion = "2.2.2"
35+
ext.caffeineVersion = "2.2.6"
3636
ext.eclipselinkVersion = "2.4.2"
3737
ext.ehcacheVersion = "2.10.1"
3838
ext.ehcachejcacheVersion = "1.0.1"
39-
ext.ehcache3Version = "3.0.0.rc1"
39+
ext.ehcache3Version = "3.0.0.rc2"
4040
ext.ejbApiVersion = "3.0"
4141
ext.fileuploadVersion = "1.3.1"
4242
ext.freemarkerVersion = "2.3.23"
@@ -57,31 +57,31 @@ configure(allprojects) { project ->
5757
ext.jasperreportsVersion = "6.2.1"
5858
ext.javamailVersion = "1.5.5"
5959
ext.jettyVersion = "9.3.8.v20160314"
60-
ext.jodaVersion = "2.9.2"
60+
ext.jodaVersion = "2.9.3"
6161
ext.jrubyVersion = "1.7.24" // JRuby 9000 only supported through JSR-223 (StandardScriptFactory)
6262
ext.jsonassertVersion = "1.3.0"
6363
ext.jsonpathVersion = "2.2.0"
6464
ext.jtaVersion = "1.2"
6565
ext.junitVersion = "4.12"
66-
ext.nettyVersion = "4.0.34.Final"
66+
ext.nettyVersion = "4.0.36.Final"
6767
ext.okhttp3Version = "3.2.0"
6868
ext.okhttpVersion = "2.7.5"
6969
ext.openjpaVersion = "2.4.1"
7070
ext.poiVersion = "3.14"
7171
ext.protobufVersion = "2.6.1"
7272
ext.reactorVersion = "2.0.7.RELEASE"
73-
ext.romeVersion = "1.5.1"
73+
ext.romeVersion = "1.6.0"
7474
ext.seleniumVersion = "2.52.0"
75-
ext.slf4jVersion = "1.7.19"
75+
ext.slf4jVersion = "1.7.21"
7676
ext.snakeyamlVersion = "1.17"
7777
ext.snifferVersion = "1.15"
7878
ext.testngVersion = "6.9.10"
7979
ext.tiles2Version = "2.2.2"
8080
ext.tiles3Version = "3.0.5"
81-
ext.tomcatVersion = "8.0.32"
81+
ext.tomcatVersion = "8.0.33"
8282
ext.tyrusVersion = "1.3.5" // constrained by WebLogic 12.1.3 support
83-
ext.undertowVersion = "1.3.19.Final"
84-
ext.woodstoxVersion = "5.0.1"
83+
ext.undertowVersion = "1.3.20.Final"
84+
ext.woodstoxVersion = "5.0.2"
8585
ext.xmlunitVersion = "1.6"
8686
ext.xstreamVersion = "1.4.9"
8787

@@ -358,7 +358,7 @@ project("spring-core") {
358358
compile("commons-logging:commons-logging:1.2")
359359
optional("commons-codec:commons-codec:1.10")
360360
optional("org.aspectj:aspectjweaver:${aspectjVersion}")
361-
optional("net.sf.jopt-simple:jopt-simple:4.9")
361+
optional("net.sf.jopt-simple:jopt-simple:5.0")
362362
optional("log4j:log4j:1.2.17")
363363
testCompile("org.apache.tomcat.embed:tomcat-embed-core:${tomcatVersion}")
364364
testCompile("xmlunit:xmlunit:${xmlunitVersion}")

0 commit comments

Comments
 (0)