diff --git a/build.gradle b/build.gradle index 3172b24f17..5f9e5e6581 100644 --- a/build.gradle +++ b/build.gradle @@ -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}")