Skip to content

Commit 4dd6b78

Browse files
committed
Upgrade to Objenesis 2.2
Issue: SPR-13228
1 parent f47bbb0 commit 4dd6b78

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
@@ -289,7 +289,7 @@ project("spring-core") {
289289
// further transformed by the JarJar task to depend on org.springframework.asm; this
290290
// avoids including two different copies of asm unnecessarily.
291291
def cglibVersion = "3.1"
292-
def objenesisVersion = "2.1"
292+
def objenesisVersion = "2.2"
293293

294294
configurations {
295295
jarjar

0 commit comments

Comments
 (0)