Upgrade to Objenesis 2.2

Issue: SPR-13228
master
Juergen Hoeller 9 years ago
parent f47bbb0d9e
commit 4dd6b789ef
  1. 2
      build.gradle

@ -289,7 +289,7 @@ project("spring-core") {
// further transformed by the JarJar task to depend on org.springframework.asm; this // further transformed by the JarJar task to depend on org.springframework.asm; this
// avoids including two different copies of asm unnecessarily. // avoids including two different copies of asm unnecessarily.
def cglibVersion = "3.1" def cglibVersion = "3.1"
def objenesisVersion = "2.1" def objenesisVersion = "2.2"
configurations { configurations {
jarjar jarjar

Loading…
Cancel
Save