Browse Source

Latest dependency updates (Apache HttpAsyncClient 4.1.3, BeanShell 2.0b5)

pull/1344/head
Juergen Hoeller 9 years ago
parent
commit
6417ed47ab
  1. 4
      build.gradle

4
build.gradle

@ -50,7 +50,7 @@ configure(allprojects) { project -> @@ -50,7 +50,7 @@ configure(allprojects) { project ->
ext.hibval4Version = "4.3.2.Final"
ext.hibval5Version = "5.2.4.Final"
ext.hsqldbVersion = "2.3.4"
ext.httpasyncVersion = "4.1.2"
ext.httpasyncVersion = "4.1.3"
ext.httpclientVersion = "4.5.3"
ext.jackson2Version = "2.8.6"
ext.jasperreportsVersion = "6.2.1" // our tests fail with JR-internal NPEs against 6.2.2 and higher
@ -489,7 +489,7 @@ project("spring-context") { @@ -489,7 +489,7 @@ project("spring-context") {
optional("joda-time:joda-time:${jodaVersion}")
optional("org.aspectj:aspectjweaver:${aspectjVersion}")
optional("org.codehaus.groovy:groovy-all:${groovyVersion}")
optional("org.beanshell:bsh:2.0b4")
optional("org.beanshell:bsh:2.0b5")
optional("org.jruby:jruby:${jrubyVersion}")
testCompile("javax.inject:javax.inject-tck:1")
testCompile("org.javamoney:moneta:1.1")

Loading…
Cancel
Save