Skip to content

Commit 6417ed4

Browse files
committed
Latest dependency updates (Apache HttpAsyncClient 4.1.3, BeanShell 2.0b5)
1 parent b0ef80c commit 6417ed4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ configure(allprojects) { project ->
5050
ext.hibval4Version = "4.3.2.Final"
5151
ext.hibval5Version = "5.2.4.Final"
5252
ext.hsqldbVersion = "2.3.4"
53-
ext.httpasyncVersion = "4.1.2"
53+
ext.httpasyncVersion = "4.1.3"
5454
ext.httpclientVersion = "4.5.3"
5555
ext.jackson2Version = "2.8.6"
5656
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") {
489489
optional("joda-time:joda-time:${jodaVersion}")
490490
optional("org.aspectj:aspectjweaver:${aspectjVersion}")
491491
optional("org.codehaus.groovy:groovy-all:${groovyVersion}")
492-
optional("org.beanshell:bsh:2.0b4")
492+
optional("org.beanshell:bsh:2.0b5")
493493
optional("org.jruby:jruby:${jrubyVersion}")
494494
testCompile("javax.inject:javax.inject-tck:1")
495495
testCompile("org.javamoney:moneta:1.1")

0 commit comments

Comments
 (0)