Upgrade to SnakeYAML 1.24 and HtmlUnit 2.34.1

This commit is contained in:
Juergen Hoeller 2019-03-06 16:40:06 +01:00
parent 5c1776ae8f
commit 0b8733747c
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.23")
optional("org.yaml:snakeyaml:1.24")
optional("org.codehaus.groovy:groovy-xml:${groovyVersion}")
optional("org.jetbrains.kotlin:kotlin-reflect:${kotlinVersion}")
optional("org.jetbrains.kotlin:kotlin-stdlib:${kotlinVersion}")

View File

@ -37,10 +37,10 @@ dependencies {
optional("org.apache.taglibs:taglibs-standard-jstlel:1.2.5") {
exclude group: "org.apache.taglibs", module: "taglibs-standard-spec"
}
optional("net.sourceforge.htmlunit:htmlunit:2.33") {
optional("net.sourceforge.htmlunit:htmlunit:2.34.1") {
exclude group: "commons-logging", module: "commons-logging"
}
optional("org.seleniumhq.selenium:htmlunit-driver:2.33.3") {
optional("org.seleniumhq.selenium:htmlunit-driver:2.34.0") {
exclude group: "commons-logging", module: "commons-logging"
}
optional("org.seleniumhq.selenium:selenium-java:3.141.59") {