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