Skip to content

Commit 41b7686

Browse files
committed
Upgrade to XStream 1.4.12, HtmlUnit 2.41, Apache HttpClient 5.0.1
1 parent a678db3 commit 41b7686

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ configure(allprojects) { project ->
7373
dependency "com.google.code.gson:gson:2.8.6"
7474
dependency "com.google.protobuf:protobuf-java-util:3.12.1"
7575
dependency "com.googlecode.protobuf-java-format:protobuf-java-format:1.4"
76-
dependency("com.thoughtworks.xstream:xstream:1.4.11.1") {
76+
dependency("com.thoughtworks.xstream:xstream:1.4.12") {
7777
exclude group: "xpp3", name: "xpp3_min"
7878
exclude group: "xmlpull", name: "xmlpull"
7979
}
@@ -154,9 +154,9 @@ configure(allprojects) { project ->
154154
dependency("org.apache.httpcomponents:httpasyncclient:4.1.4") {
155155
exclude group: "commons-logging", name: "commons-logging"
156156
}
157+
dependency 'org.apache.httpcomponents.client5:httpclient5:5.0.1'
158+
dependency 'org.apache.httpcomponents.core5:httpcore5-reactive:5.0.1'
157159
dependency "org.eclipse.jetty:jetty-reactive-httpclient:1.1.3"
158-
dependency 'org.apache.httpcomponents.client5:httpclient5:5.0'
159-
dependency 'org.apache.httpcomponents.core5:httpcore5-reactive:5.0'
160160

161161
dependency "org.jruby:jruby:9.2.11.1"
162162
dependency "org.python:jython-standalone:2.7.1"
@@ -199,10 +199,10 @@ configure(allprojects) { project ->
199199
}
200200
dependency "io.mockk:mockk:1.10.0"
201201

202-
dependency("net.sourceforge.htmlunit:htmlunit:2.40.0") {
202+
dependency("net.sourceforge.htmlunit:htmlunit:2.41.0") {
203203
exclude group: "commons-logging", name: "commons-logging"
204204
}
205-
dependency("org.seleniumhq.selenium:htmlunit-driver:2.40.0") {
205+
dependency("org.seleniumhq.selenium:htmlunit-driver:2.41.0") {
206206
exclude group: "commons-logging", name: "commons-logging"
207207
}
208208
dependency("org.seleniumhq.selenium:selenium-java:3.141.59") {

0 commit comments

Comments
 (0)