We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 395c9bd commit b2ce98eCopy full SHA for b2ce98e
spring-core/spring-core.gradle
@@ -17,7 +17,7 @@ dependencyManagement {
17
// both into the spring-core jar. cglib 3.2 itself depends on asm 5.x and is therefore
18
// further transformed by the JarJar task to depend on org.springframework.asm; this
19
// avoids including two different copies of asm unnecessarily.
20
-def cglibVersion = "3.2.5"
+def cglibVersion = "3.2.6"
21
def objenesisVersion = "2.6"
22
23
configurations {
0 commit comments