We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40a6fba commit f31069aCopy full SHA for f31069a
spring-test/spring-test.gradle
@@ -49,11 +49,11 @@ dependencies {
49
optional("org.seleniumhq.selenium:htmlunit-driver:2.27") {
50
exclude group: "commons-logging", module: "commons-logging"
51
}
52
- optional("org.seleniumhq.selenium:selenium-java:3.5.3") {
+ optional("org.seleniumhq.selenium:selenium-java:3.6.0") {
53
54
exclude group: "io.netty", module: "netty"
55
56
- optional("org.xmlunit:xmlunit-matchers:2.3.0")
+ optional("org.xmlunit:xmlunit-matchers:2.5.0")
57
optional("org.skyscreamer:jsonassert:1.5.0")
58
optional("com.jayway.jsonpath:json-path:2.4.0")
59
optional("org.jetbrains.kotlin:kotlin-reflect:${kotlinVersion}")
0 commit comments