Browse Source

Upgrade to Objenesis 3.0.1

Issue: SPR-17372
pull/1999/head
Juergen Hoeller 7 years ago
parent
commit
f68b1e0bce
  1. 2
      spring-core/spring-core.gradle

2
spring-core/spring-core.gradle

@ -12,7 +12,7 @@ dependencyManagement { @@ -12,7 +12,7 @@ dependencyManagement {
// further transformed by the JarJar task to depend on org.springframework.asm; this
// avoids including two different copies of asm unnecessarily.
def cglibVersion = "3.2.8"
def objenesisVersion = "3.0"
def objenesisVersion = "3.0.1"
configurations {
jarjar

Loading…
Cancel
Save