Skip to content

Commit f68b1e0

Browse files
committed
Upgrade to Objenesis 3.0.1
Issue: SPR-17372
1 parent c3c2383 commit f68b1e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-core/spring-core.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencyManagement {
1212
// further transformed by the JarJar task to depend on org.springframework.asm; this
1313
// avoids including two different copies of asm unnecessarily.
1414
def cglibVersion = "3.2.8"
15-
def objenesisVersion = "3.0"
15+
def objenesisVersion = "3.0.1"
1616

1717
configurations {
1818
jarjar

0 commit comments

Comments
 (0)