Browse Source

Latest dependency updates (RxJava 2.1.7, TestNG 6.13.1, Selenium HtmlUnit Driver 2.28.2)

pull/1607/head
Juergen Hoeller 8 years ago
parent
commit
f2e8171bfb
  1. 2
      build.gradle
  2. 4
      spring-test/spring-test.gradle

2
build.gradle

@ -56,7 +56,7 @@ configure(allprojects) { project -> @@ -56,7 +56,7 @@ configure(allprojects) { project ->
ext.reactorVersion = "Bismuth-SR4"
ext.rxjavaVersion = "1.3.4"
ext.rxjavaAdapterVersion = "1.2.1"
ext.rxjava2Version = "2.1.6"
ext.rxjava2Version = "2.1.7"
ext.slf4jVersion = "1.7.25"
ext.tiles3Version = "3.0.8"
ext.tomcatVersion = "8.5.23"

4
spring-test/spring-test.gradle

@ -36,7 +36,7 @@ dependencies { @@ -36,7 +36,7 @@ dependencies {
optional("junit:junit:4.12")
optional("org.junit.jupiter:junit-jupiter-api:${junitJupiterVersion}")
optional("org.apiguardian:apiguardian-api:1.0.0") // for compiling against JUnit 5 without warnings
optional("org.testng:testng:6.12")
optional("org.testng:testng:6.13.1")
optional("org.aspectj:aspectjweaver:${aspectjVersion}")
optional("org.codehaus.groovy:groovy-all:${groovyVersion}")
optional("org.hamcrest:hamcrest-core:1.3")
@ -46,7 +46,7 @@ dependencies { @@ -46,7 +46,7 @@ dependencies {
optional("net.sourceforge.htmlunit:htmlunit:2.28") {
exclude group: "commons-logging", module: "commons-logging"
}
optional("org.seleniumhq.selenium:htmlunit-driver:2.28.1") {
optional("org.seleniumhq.selenium:htmlunit-driver:2.28.2") {
exclude group: "commons-logging", module: "commons-logging"
}
optional("org.seleniumhq.selenium:selenium-java:3.7.1") {

Loading…
Cancel
Save