From a3e739ca3bf0ccdca331fbed0028bb1198359dea Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 9 Aug 2026 17:19:05 +0000 Subject: [PATCH] Update httpclient5 to 5.6.4 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 980d54cc..8a915fee 100644 --- a/build.sbt +++ b/build.sbt @@ -101,7 +101,7 @@ libraryDependencies ++= Seq( "org.apache.tika" % "tika-parsers-standard-package" % "3.2.3", "org.apache.pdfbox" % "pdfbox" % "3.0.7", "org.apache.opennlp" % "opennlp-tools" % "2.5.6.1", - "org.apache.httpcomponents.client5" % "httpclient5" % "5.5", + "org.apache.httpcomponents.client5" % "httpclient5" % "5.6.4", "org.apache.httpcomponents.core5" % "httpcore5" % "5.3.5", "commons-io" % "commons-io" % "2.20.0", "org.apache.commons" % "commons-lang3" % "3.18.0",