Upgrade to Objenesis 2.5.1

Issue: SPR-15146
This commit is contained in:
Juergen Hoeller
2017-01-23 11:21:13 +01:00
parent 3ec6c0e424
commit 55554143d7

View File

@@ -342,7 +342,7 @@ project("spring-core") {
// 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.4"
def objenesisVersion = "2.5"
def objenesisVersion = "2.5.1"
configurations {
jarjar