@@ -73,7 +73,7 @@ configure(allprojects) { project ->
73
73
dependency " com.google.code.gson:gson:2.8.6"
74
74
dependency " com.google.protobuf:protobuf-java-util:3.12.1"
75
75
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 " ) {
77
77
exclude group : " xpp3" , name : " xpp3_min"
78
78
exclude group : " xmlpull" , name : " xmlpull"
79
79
}
@@ -154,9 +154,9 @@ configure(allprojects) { project ->
154
154
dependency(" org.apache.httpcomponents:httpasyncclient:4.1.4" ) {
155
155
exclude group : " commons-logging" , name : " commons-logging"
156
156
}
157
+ dependency ' org.apache.httpcomponents.client5:httpclient5:5.0.1'
158
+ dependency ' org.apache.httpcomponents.core5:httpcore5-reactive:5.0.1'
157
159
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'
160
160
161
161
dependency " org.jruby:jruby:9.2.11.1"
162
162
dependency " org.python:jython-standalone:2.7.1"
@@ -199,10 +199,10 @@ configure(allprojects) { project ->
199
199
}
200
200
dependency " io.mockk:mockk:1.10.0"
201
201
202
- dependency(" net.sourceforge.htmlunit:htmlunit:2.40 .0" ) {
202
+ dependency(" net.sourceforge.htmlunit:htmlunit:2.41 .0" ) {
203
203
exclude group : " commons-logging" , name : " commons-logging"
204
204
}
205
- dependency(" org.seleniumhq.selenium:htmlunit-driver:2.40 .0" ) {
205
+ dependency(" org.seleniumhq.selenium:htmlunit-driver:2.41 .0" ) {
206
206
exclude group : " commons-logging" , name : " commons-logging"
207
207
}
208
208
dependency(" org.seleniumhq.selenium:selenium-java:3.141.59" ) {
0 commit comments