Skip to content

Commit d05803a

Browse files
committed
Upgrade to Jackson 2.11.3, Apache HttpClient 5.0.3, HtmlUnit 2.44
1 parent d55c5b3 commit d05803a

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
@@ -25,7 +25,7 @@ configure(allprojects) { project ->
2525

2626
dependencyManagement {
2727
imports {
28-
mavenBom "com.fasterxml.jackson:jackson-bom:2.11.2"
28+
mavenBom "com.fasterxml.jackson:jackson-bom:2.11.3"
2929
mavenBom "io.netty:netty-bom:4.1.52.Final"
3030
mavenBom "io.projectreactor:reactor-bom:2020.0.0-RC1"
3131
mavenBom "io.r2dbc:r2dbc-bom:Arabba-SR7"
@@ -159,8 +159,8 @@ configure(allprojects) { project ->
159159
dependency("org.apache.httpcomponents:httpasyncclient:4.1.4") {
160160
exclude group: "commons-logging", name: "commons-logging"
161161
}
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'
164164
dependency "org.eclipse.jetty:jetty-reactive-httpclient:1.1.4"
165165

166166
dependency "org.jruby:jruby:9.2.13.0"
@@ -204,10 +204,10 @@ configure(allprojects) { project ->
204204
}
205205
dependency "io.mockk:mockk:1.10.0"
206206

207-
dependency("net.sourceforge.htmlunit:htmlunit:2.43.0") {
207+
dependency("net.sourceforge.htmlunit:htmlunit:2.44.0") {
208208
exclude group: "commons-logging", name: "commons-logging"
209209
}
210-
dependency("org.seleniumhq.selenium:htmlunit-driver:2.43.1") {
210+
dependency("org.seleniumhq.selenium:htmlunit-driver:2.44.0") {
211211
exclude group: "commons-logging", name: "commons-logging"
212212
}
213213
dependency("org.seleniumhq.selenium:selenium-java:3.141.59") {

0 commit comments

Comments
 (0)