Upgrade to Objenesis 2.3 and Moneta 1.1
Issue: SPR-14292 Issue: SPR-14296
This commit is contained in:
@@ -290,7 +290,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.2"
|
||||
def objenesisVersion = "2.2"
|
||||
def objenesisVersion = "2.3"
|
||||
|
||||
configurations {
|
||||
jarjar
|
||||
@@ -486,7 +486,7 @@ project("spring-context") {
|
||||
optional("org.beanshell:bsh:2.0b4")
|
||||
optional("org.jruby:jruby:${jrubyVersion}")
|
||||
testCompile("javax.inject:javax.inject-tck:1")
|
||||
testCompile("org.javamoney:moneta:1.0")
|
||||
testCompile("org.javamoney:moneta:1.1")
|
||||
testCompile("commons-dbcp:commons-dbcp:1.4")
|
||||
testCompile("org.apache.commons:commons-pool2:2.4.2")
|
||||
testCompile("org.slf4j:slf4j-api:${slf4jVersion}")
|
||||
|
||||
Reference in New Issue
Block a user