From 2fd5bc6d24cb353656ee8ce94323819371e9e781 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 24 Apr 2025 18:06:15 +0000 Subject: [PATCH] Update httpclient5 to 5.4.4 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 515ea35c..7786abfb 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.4.4", "org.apache.httpcomponents.core5" % "httpcore5" % "5.3", "commons-io" % "commons-io" % "2.16.1", "org.apache.commons" % "commons-lang3" % "3.12.0",