Skip to content

Commit 2d7742b

Browse files
committed
Latest dependency updates (RxJava 2.0.6, HtmlUnit Driver 2.24, Selenium 3.1)
1 parent cbd1915 commit 2d7742b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ configure(allprojects) { project ->
8383
ext.romeVersion = "1.7.1"
8484
ext.rxjavaVersion = '1.2.6'
8585
ext.rxjavaAdapterVersion = '1.2.1'
86-
ext.rxjava2Version = '2.0.5'
86+
ext.rxjava2Version = '2.0.6'
8787
ext.rxnettyVersion = '0.5.2'
8888
ext.servletVersion = "3.1.0"
8989
ext.slf4jVersion = "1.7.23"
@@ -1077,8 +1077,8 @@ project("spring-test") {
10771077
optional("org.hamcrest:hamcrest-core:${hamcrestVersion}")
10781078
optional("org.xmlunit:xmlunit-matchers:${xmlunitVersion}")
10791079
optional("net.sourceforge.htmlunit:htmlunit:2.24")
1080-
optional("org.seleniumhq.selenium:htmlunit-driver:2.23.2")
1081-
optional("org.seleniumhq.selenium:selenium-java:3.0.1") {
1080+
optional("org.seleniumhq.selenium:htmlunit-driver:2.24")
1081+
optional("org.seleniumhq.selenium:selenium-java:3.1.0") {
10821082
exclude group: "io.netty", module: "netty"
10831083
}
10841084
optional("org.skyscreamer:jsonassert:1.4.0")

0 commit comments

Comments
 (0)