@@ -50,10 +50,10 @@ 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.1 "
53
+ ext. httpasyncVersion = " 4.1.2 "
54
54
ext. httpclientVersion = " 4.5.2"
55
55
ext. jackson2Version = " 2.8.0.rc2"
56
- ext. jasperreportsVersion = " 6.2.1"
56
+ ext. jasperreportsVersion = " 6.2.1" // our tests fail with JR-internal NPEs against 6.2.2 and higher
57
57
ext. javamailVersion = " 1.5.5"
58
58
ext. jettyVersion = " 9.3.10.v20160621"
59
59
ext. jodaVersion = " 2.9.4"
@@ -351,7 +351,7 @@ project("spring-core") {
351
351
compile(" commons-logging:commons-logging:1.2" )
352
352
optional(" commons-codec:commons-codec:1.10" )
353
353
optional(" org.aspectj:aspectjweaver:${ aspectjVersion} " )
354
- optional(" net.sf.jopt-simple:jopt-simple:5.0.1 " )
354
+ optional(" net.sf.jopt-simple:jopt-simple:5.0.2 " )
355
355
optional(" log4j:log4j:${ log4jVersion} " )
356
356
testCompile(" org.apache.tomcat.embed:tomcat-embed-core:${ tomcatVersion} " )
357
357
testCompile(" xmlunit:xmlunit:${ xmlunitVersion} " )
@@ -1008,9 +1008,9 @@ project("spring-test") {
1008
1008
optional(" org.codehaus.groovy:groovy-all:${ groovyVersion} " )
1009
1009
optional(" org.hamcrest:hamcrest-core:${ hamcrestVersion} " )
1010
1010
optional(" xmlunit:xmlunit:${ xmlunitVersion} " )
1011
- optional(" net.sourceforge.htmlunit:htmlunit:2.21 " )
1012
- optional(" org.seleniumhq.selenium:htmlunit-driver:2.20 " )
1013
- optional(" org.seleniumhq.selenium:selenium-java:2.53.0 " )
1011
+ optional(" net.sourceforge.htmlunit:htmlunit:2.22 " )
1012
+ optional(" org.seleniumhq.selenium:htmlunit-driver:2.21 " )
1013
+ optional(" org.seleniumhq.selenium:selenium-java:2.53.1 " )
1014
1014
optional(" org.skyscreamer:jsonassert:1.3.0" )
1015
1015
optional(" com.jayway.jsonpath:json-path:2.2.0" )
1016
1016
testCompile(project(" :spring-context-support" ))
0 commit comments