Skip to content

Commit c4ef47b

Browse files
committed
Upgrade to Tomcat 8.5.30 and Netty 4.1.23
1 parent c2fdd56 commit c4ef47b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ configure(allprojects) { project ->
6262
ext.jtaVersion = "1.2"
6363
ext.junitVersion = "4.12"
6464
ext.log4jVersion = "1.2.17"
65-
ext.nettyVersion = "4.1.22.Final"
65+
ext.nettyVersion = "4.1.23.Final"
6666
ext.okhttpVersion = "2.7.5"
6767
ext.okhttp3Version = "3.8.1"
6868
ext.openjpaVersion = "2.4.2"
@@ -75,7 +75,7 @@ configure(allprojects) { project ->
7575
ext.testngVersion = "6.9.10"
7676
ext.tiles2Version = "2.2.2"
7777
ext.tiles3Version = "3.0.7"
78-
ext.tomcatVersion = "8.5.29"
78+
ext.tomcatVersion = "8.5.30"
7979
ext.tyrusVersion = "1.3.5" // constrained by WebLogic 12.1.3 support
8080
ext.undertowVersion = "1.3.33.Final"
8181
ext.xmlunitVersion = "1.6"
@@ -316,7 +316,7 @@ project("spring-core") {
316316
}
317317
// Repackage net.sf.cglib => org.springframework.cglib
318318
rule(pattern: "net.sf.cglib.**", result: "org.springframework.cglib.@1")
319-
// As mentioned above, transform cglib"s internal asm dependencies from
319+
// As mentioned above, transform cglib's internal asm dependencies from
320320
// org.objectweb.asm => org.springframework.asm. Doing this counts on the
321321
// the fact that Spring and cglib depend on the same version of asm!
322322
rule(pattern: "org.objectweb.asm.**", result: "org.springframework.asm.@1")

0 commit comments

Comments
 (0)