Browse Source

Upgrade to Objenesis 2.5.1

Issue: SPR-15146
pull/1303/head
Juergen Hoeller 8 years ago
parent
commit
55554143d7
  1. 2
      build.gradle

2
build.gradle

@ -342,7 +342,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.2.4" def cglibVersion = "3.2.4"
def objenesisVersion = "2.5" def objenesisVersion = "2.5.1"
configurations { configurations {
jarjar jarjar

Loading…
Cancel
Save