We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa5c12c commit 2b6ec6aCopy full SHA for 2b6ec6a
build.gradle
@@ -291,7 +291,7 @@ project("spring-core") {
291
// both into the spring-core jar. cglib 3.2 itself depends on asm 5.0 and is therefore
292
// further transformed by the JarJar task to depend on org.springframework.asm; this
293
// avoids including two different copies of asm unnecessarily.
294
- def cglibVersion = "3.2.0"
+ def cglibVersion = "3.2.2"
295
def objenesisVersion = "2.2"
296
297
configurations {
0 commit comments