From 5c2bab9a7bea8967151498e26a530683809db869 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 22 May 2025 16:30:58 +0000 Subject: [PATCH] Update httpclient5 to 5.5 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 05a285ac..30329863 100644 --- a/build.sbt +++ b/build.sbt @@ -97,7 +97,7 @@ libraryDependencies ++= Seq( "org.apache.opennlp" % "opennlp-tools" % "2.5.3", - "org.apache.httpcomponents.client5" % "httpclient5" % "5.4", + "org.apache.httpcomponents.client5" % "httpclient5" % "5.5", "org.apache.httpcomponents.core5" % "httpcore5" % "5.3", "commons-io" % "commons-io" % "2.16.1", "org.apache.commons" % "commons-lang3" % "3.12.0",