Skip to content

Commit d7184d1

Browse files
committed
Latest dependency updates (HttpAsyncClient 4.1.2, HtmlUnit 2.22, Selenium 2.53.1, JOpt Simple 5.0.2)
1 parent 1c73664 commit d7184d1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ 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.1"
53+
ext.httpasyncVersion = "4.1.2"
5454
ext.httpclientVersion = "4.5.2"
5555
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
5757
ext.javamailVersion = "1.5.5"
5858
ext.jettyVersion = "9.3.10.v20160621"
5959
ext.jodaVersion = "2.9.4"
@@ -351,7 +351,7 @@ project("spring-core") {
351351
compile("commons-logging:commons-logging:1.2")
352352
optional("commons-codec:commons-codec:1.10")
353353
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")
355355
optional("log4j:log4j:${log4jVersion}")
356356
testCompile("org.apache.tomcat.embed:tomcat-embed-core:${tomcatVersion}")
357357
testCompile("xmlunit:xmlunit:${xmlunitVersion}")
@@ -1008,9 +1008,9 @@ project("spring-test") {
10081008
optional("org.codehaus.groovy:groovy-all:${groovyVersion}")
10091009
optional("org.hamcrest:hamcrest-core:${hamcrestVersion}")
10101010
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")
10141014
optional("org.skyscreamer:jsonassert:1.3.0")
10151015
optional("com.jayway.jsonpath:json-path:2.2.0")
10161016
testCompile(project(":spring-context-support"))

0 commit comments

Comments
 (0)