Skip to content

Commit 015e00b

Browse files
committed
Upgrade to CGLIB 3.2.5
Includes Jetty 9.4.2, Netty 4.1.8, Commons I/O 1.4 as well. Issue: SPR-15147 (cherry picked from commit 0d7b25f)
1 parent 0bc5922 commit 015e00b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build.gradle

+5-5
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,13 @@ configure(allprojects) { project ->
5656
ext.jasperreportsVersion = "6.2.1" // our tests fail with JR-internal NPEs against 6.2.2 and higher
5757
ext.javamailVersion = "1.5.6"
5858
ext.jettyVersion = "9.3.14.v20161028" // as of 9.3.15, Jetty has hard Servlet 3.1 requirement
59-
ext.jetty94Version = "9.4.1.v20170120" // for spring-websocket support, optimized for Jetty 9.4
59+
ext.jetty94Version = "9.4.2.v20170220" // for spring-websocket support, optimized for Jetty 9.4
6060
ext.jodaVersion = "2.9.7"
61-
ext.jrubyVersion = "1.7.26" // JRuby 9000 only supported through JSR-223 (StandardScriptFactory)
61+
ext.jrubyVersion = "1.7.26" // JRuby 9000 primarily supported through JSR-223 (StandardScriptFactory)
6262
ext.jtaVersion = "1.2"
6363
ext.junitVersion = "4.12"
6464
ext.log4jVersion = "1.2.17"
65-
ext.nettyVersion = "4.1.7.Final"
65+
ext.nettyVersion = "4.1.8.Final"
6666
ext.okhttpVersion = "2.7.5"
6767
ext.okhttp3Version = "3.6.0"
6868
ext.openjpaVersion = "2.4.1"
@@ -293,7 +293,7 @@ project("spring-core") {
293293
// both into the spring-core jar. cglib 3.2 itself depends on asm 5.x and is therefore
294294
// further transformed by the JarJar task to depend on org.springframework.asm; this
295295
// avoids including two different copies of asm unnecessarily.
296-
def cglibVersion = "3.2.4"
296+
def cglibVersion = "3.2.5"
297297
def objenesisVersion = "2.5.1"
298298

299299
configurations {
@@ -874,7 +874,7 @@ project("spring-webmvc") {
874874
testCompile("org.hibernate:hibernate-validator:${hibval4Version}")
875875
testCompile("org.apache.httpcomponents:httpclient:${httpclientVersion}")
876876
testCompile("commons-fileupload:commons-fileupload:${fileuploadVersion}")
877-
testCompile("commons-io:commons-io:1.3")
877+
testCompile("commons-io:commons-io:1.4")
878878
testCompile("joda-time:joda-time:${jodaVersion}")
879879
testCompile("org.slf4j:slf4j-jcl:${slf4jVersion}")
880880
testCompile("org.mozilla:rhino:1.7.7.1")

0 commit comments

Comments
 (0)