Upgrade to SnakeYAML 1.20 and Selenium 3.10

This commit is contained in:
Juergen Hoeller 2018-03-05 15:25:01 +01:00
parent a0cc80063d
commit 4f8c4546f1
2 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ apply plugin: "groovy"
dependencies {
compile(project(':spring-core'))
optional("javax.inject:javax.inject:1")
optional("org.yaml:snakeyaml:1.19")
optional("org.yaml:snakeyaml:1.20")
optional("org.codehaus.groovy:groovy-all:${groovyVersion}")
optional("org.jetbrains.kotlin:kotlin-reflect:${kotlinVersion}")
optional("org.jetbrains.kotlin:kotlin-stdlib:${kotlinVersion}")

View File

@ -48,7 +48,7 @@ dependencies {
optional("org.seleniumhq.selenium:htmlunit-driver:2.29.2") {
exclude group: "commons-logging", module: "commons-logging"
}
optional("org.seleniumhq.selenium:selenium-java:3.9.1") {
optional("org.seleniumhq.selenium:selenium-java:3.10.0") {
exclude group: "commons-logging", module: "commons-logging"
exclude group: "io.netty", module: "netty"
}
@ -66,7 +66,7 @@ dependencies {
testCompile("javax.mail:javax.mail-api:1.6.1")
testCompile("org.hibernate:hibernate-core:5.2.14.Final")
testCompile("org.hibernate:hibernate-validator:6.0.7.Final")
// Enable use of the JUnitPlatform Runner
// Enable use of the JUnit Platform Runner
testCompile("org.junit.platform:junit-platform-runner:${junitPlatformVersion}")
testCompile("org.junit.jupiter:junit-jupiter-params:${junitJupiterVersion}")
testCompile("com.fasterxml.jackson.core:jackson-databind:${jackson2Version}")