@@ -25,7 +25,7 @@ configure(allprojects) { project ->
25
25
26
26
dependencyManagement {
27
27
imports {
28
- mavenBom " com.fasterxml.jackson:jackson-bom:2.11.2 "
28
+ mavenBom " com.fasterxml.jackson:jackson-bom:2.11.3 "
29
29
mavenBom " io.netty:netty-bom:4.1.52.Final"
30
30
mavenBom " io.projectreactor:reactor-bom:2020.0.0-RC1"
31
31
mavenBom " io.r2dbc:r2dbc-bom:Arabba-SR7"
@@ -159,8 +159,8 @@ configure(allprojects) { project ->
159
159
dependency(" org.apache.httpcomponents:httpasyncclient:4.1.4" ) {
160
160
exclude group : " commons-logging" , name : " commons-logging"
161
161
}
162
- dependency ' org.apache.httpcomponents.client5:httpclient5:5.0.1 '
163
- dependency ' org.apache.httpcomponents.core5:httpcore5-reactive:5.0.1 '
162
+ dependency ' org.apache.httpcomponents.client5:httpclient5:5.0.3 '
163
+ dependency ' org.apache.httpcomponents.core5:httpcore5-reactive:5.0.3 '
164
164
dependency " org.eclipse.jetty:jetty-reactive-httpclient:1.1.4"
165
165
166
166
dependency " org.jruby:jruby:9.2.13.0"
@@ -204,10 +204,10 @@ configure(allprojects) { project ->
204
204
}
205
205
dependency " io.mockk:mockk:1.10.0"
206
206
207
- dependency(" net.sourceforge.htmlunit:htmlunit:2.43 .0" ) {
207
+ dependency(" net.sourceforge.htmlunit:htmlunit:2.44 .0" ) {
208
208
exclude group : " commons-logging" , name : " commons-logging"
209
209
}
210
- dependency(" org.seleniumhq.selenium:htmlunit-driver:2.43.1 " ) {
210
+ dependency(" org.seleniumhq.selenium:htmlunit-driver:2.44.0 " ) {
211
211
exclude group : " commons-logging" , name : " commons-logging"
212
212
}
213
213
dependency(" org.seleniumhq.selenium:selenium-java:3.141.59" ) {
0 commit comments