@@ -62,7 +62,7 @@ configure(allprojects) { project ->
62
62
ext. jtaVersion = " 1.2"
63
63
ext. junitVersion = " 4.12"
64
64
ext. log4jVersion = " 1.2.17"
65
- ext. nettyVersion = " 4.1.22 .Final"
65
+ ext. nettyVersion = " 4.1.23 .Final"
66
66
ext. okhttpVersion = " 2.7.5"
67
67
ext. okhttp3Version = " 3.8.1"
68
68
ext. openjpaVersion = " 2.4.2"
@@ -75,7 +75,7 @@ configure(allprojects) { project ->
75
75
ext. testngVersion = " 6.9.10"
76
76
ext. tiles2Version = " 2.2.2"
77
77
ext. tiles3Version = " 3.0.7"
78
- ext. tomcatVersion = " 8.5.29 "
78
+ ext. tomcatVersion = " 8.5.30 "
79
79
ext. tyrusVersion = " 1.3.5" // constrained by WebLogic 12.1.3 support
80
80
ext. undertowVersion = " 1.3.33.Final"
81
81
ext. xmlunitVersion = " 1.6"
@@ -316,7 +316,7 @@ project("spring-core") {
316
316
}
317
317
// Repackage net.sf.cglib => org.springframework.cglib
318
318
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
320
320
// org.objectweb.asm => org.springframework.asm. Doing this counts on the
321
321
// the fact that Spring and cglib depend on the same version of asm!
322
322
rule(pattern : " org.objectweb.asm.**" , result : " org.springframework.asm.@1" )
0 commit comments