Upgrade to XStream 1.4.12, HtmlUnit 2.41, Apache HttpClient 5.0.1

This commit is contained in:
Juergen Hoeller 2020-06-23 10:27:50 +02:00
parent a678db3888
commit 41b7686378
1 changed files with 5 additions and 5 deletions

View File

@ -73,7 +73,7 @@ configure(allprojects) { project ->
dependency "com.google.code.gson:gson:2.8.6"
dependency "com.google.protobuf:protobuf-java-util:3.12.1"
dependency "com.googlecode.protobuf-java-format:protobuf-java-format:1.4"
dependency("com.thoughtworks.xstream:xstream:1.4.11.1") {
dependency("com.thoughtworks.xstream:xstream:1.4.12") {
exclude group: "xpp3", name: "xpp3_min"
exclude group: "xmlpull", name: "xmlpull"
}
@ -154,9 +154,9 @@ configure(allprojects) { project ->
dependency("org.apache.httpcomponents:httpasyncclient:4.1.4") {
exclude group: "commons-logging", name: "commons-logging"
}
dependency 'org.apache.httpcomponents.client5:httpclient5:5.0.1'
dependency 'org.apache.httpcomponents.core5:httpcore5-reactive:5.0.1'
dependency "org.eclipse.jetty:jetty-reactive-httpclient:1.1.3"
dependency 'org.apache.httpcomponents.client5:httpclient5:5.0'
dependency 'org.apache.httpcomponents.core5:httpcore5-reactive:5.0'
dependency "org.jruby:jruby:9.2.11.1"
dependency "org.python:jython-standalone:2.7.1"
@ -199,10 +199,10 @@ configure(allprojects) { project ->
}
dependency "io.mockk:mockk:1.10.0"
dependency("net.sourceforge.htmlunit:htmlunit:2.40.0") {
dependency("net.sourceforge.htmlunit:htmlunit:2.41.0") {
exclude group: "commons-logging", name: "commons-logging"
}
dependency("org.seleniumhq.selenium:htmlunit-driver:2.40.0") {
dependency("org.seleniumhq.selenium:htmlunit-driver:2.41.0") {
exclude group: "commons-logging", name: "commons-logging"
}
dependency("org.seleniumhq.selenium:selenium-java:3.141.59") {