We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb95496 commit dc7ec44Copy full SHA for dc7ec44
build.gradle
@@ -297,7 +297,7 @@ project("spring-core") {
297
// both into the spring-core jar. cglib 3.2 itself depends on asm 5.0 and is therefore
298
// further transformed by the JarJar task to depend on org.springframework.asm; this
299
// avoids including two different copies of asm unnecessarily.
300
- def cglibVersion = "3.2.0"
+ def cglibVersion = "3.2.2"
301
def objenesisVersion = "2.2"
302
303
configurations {
0 commit comments