From 6417ed47ab424a9c86a4d746552d8a514e9aa754 Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Thu, 16 Feb 2017 14:20:54 +0100 Subject: [PATCH] Latest dependency updates (Apache HttpAsyncClient 4.1.3, BeanShell 2.0b5) --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 6e32e833d94..8bfca3639ab 100644 --- a/build.gradle +++ b/build.gradle @@ -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") { 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")