File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ configure(allprojects) { project ->
50
50
ext. hibval4Version = " 4.3.2.Final"
51
51
ext. hibval5Version = " 5.2.4.Final"
52
52
ext. hsqldbVersion = " 2.3.4"
53
- ext. httpasyncVersion = " 4.1.2 "
53
+ ext. httpasyncVersion = " 4.1.3 "
54
54
ext. httpclientVersion = " 4.5.3"
55
55
ext. jackson2Version = " 2.8.6"
56
56
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
489
optional(" joda-time:joda-time:${ jodaVersion} " )
490
490
optional(" org.aspectj:aspectjweaver:${ aspectjVersion} " )
491
491
optional(" org.codehaus.groovy:groovy-all:${ groovyVersion} " )
492
- optional(" org.beanshell:bsh:2.0b4 " )
492
+ optional(" org.beanshell:bsh:2.0b5 " )
493
493
optional(" org.jruby:jruby:${ jrubyVersion} " )
494
494
testCompile(" javax.inject:javax.inject-tck:1" )
495
495
testCompile(" org.javamoney:moneta:1.1" )
You can’t perform that action at this time.
0 commit comments