Skip to content

Commit 5555414

Browse files
committed
Upgrade to Objenesis 2.5.1
Issue: SPR-15146
1 parent 3ec6c0e commit 5555414

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ project("spring-core") {
342342
// further transformed by the JarJar task to depend on org.springframework.asm; this
343343
// avoids including two different copies of asm unnecessarily.
344344
def cglibVersion = "3.2.4"
345-
def objenesisVersion = "2.5"
345+
def objenesisVersion = "2.5.1"
346346

347347
configurations {
348348
jarjar

0 commit comments

Comments
 (0)