From d05803aa04383a3b4b2dc1db2591f9fec1a156a2 Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Wed, 7 Oct 2020 15:51:30 +0200 Subject: [PATCH] Upgrade to Jackson 2.11.3, Apache HttpClient 5.0.3, HtmlUnit 2.44 --- build.gradle | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/build.gradle b/build.gradle index f85a4d50d48..0b44422f84a 100644 --- a/build.gradle +++ b/build.gradle @@ -25,7 +25,7 @@ configure(allprojects) { project -> dependencyManagement { imports { - mavenBom "com.fasterxml.jackson:jackson-bom:2.11.2" + mavenBom "com.fasterxml.jackson:jackson-bom:2.11.3" mavenBom "io.netty:netty-bom:4.1.52.Final" mavenBom "io.projectreactor:reactor-bom:2020.0.0-RC1" mavenBom "io.r2dbc:r2dbc-bom:Arabba-SR7" @@ -159,8 +159,8 @@ 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.apache.httpcomponents.client5:httpclient5:5.0.3' + dependency 'org.apache.httpcomponents.core5:httpcore5-reactive:5.0.3' dependency "org.eclipse.jetty:jetty-reactive-httpclient:1.1.4" dependency "org.jruby:jruby:9.2.13.0" @@ -204,10 +204,10 @@ configure(allprojects) { project -> } dependency "io.mockk:mockk:1.10.0" - dependency("net.sourceforge.htmlunit:htmlunit:2.43.0") { + dependency("net.sourceforge.htmlunit:htmlunit:2.44.0") { exclude group: "commons-logging", name: "commons-logging" } - dependency("org.seleniumhq.selenium:htmlunit-driver:2.43.1") { + dependency("org.seleniumhq.selenium:htmlunit-driver:2.44.0") { exclude group: "commons-logging", name: "commons-logging" } dependency("org.seleniumhq.selenium:selenium-java:3.141.59") {