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 b695b15 commit 4aeca67Copy full SHA for 4aeca67
build.gradle
@@ -293,7 +293,7 @@ project("spring-core") {
293
// both into the spring-core jar. cglib 3.2 itself depends on asm 5.x and is therefore
294
// further transformed by the JarJar task to depend on org.springframework.asm; this
295
// avoids including two different copies of asm unnecessarily.
296
- def cglibVersion = "3.2.5"
+ def cglibVersion = "3.2.6"
297
def objenesisVersion = "2.6"
298
299
configurations {
0 commit comments