Upgrade to Kotlin 1.2.31 and RxJava 2.1.12

Includes H2 1.4.197 and Selenium HtmlUnit Driver 2.29.3 as well.
This commit is contained in:
Juergen Hoeller
2018-03-24 16:48:53 +01:00
parent 8d5587fe4f
commit c441d60d1d
3 changed files with 5 additions and 5 deletions

View File

@@ -45,7 +45,7 @@ dependencies {
optional("net.sourceforge.htmlunit:htmlunit:2.29") {
exclude group: "commons-logging", module: "commons-logging"
}
optional("org.seleniumhq.selenium:htmlunit-driver:2.29.2") {
optional("org.seleniumhq.selenium:htmlunit-driver:2.29.3") {
exclude group: "commons-logging", module: "commons-logging"
}
optional("org.seleniumhq.selenium:selenium-java:3.11.0") {