From 103a389d1c2d056333b478aca82a90ec7e901499 Mon Sep 17 00:00:00 2001 From: Allan Brighton Date: Mon, 4 Dec 2023 21:01:57 +0100 Subject: [PATCH] Updated httpclient5 dependency --- project/Libs.scala | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/project/Libs.scala b/project/Libs.scala index 560dea6e34..19bf5ba66d 100644 --- a/project/Libs.scala +++ b/project/Libs.scala @@ -46,8 +46,7 @@ object Libs { val `postgresql` = "org.postgresql" % "postgresql" % "42.7.0" val `hikaricp` = "com.zaxxer" % "HikariCP" % "5.1.0" // Apache License 2.0 val `io.zonky.test` = "io.zonky.test" % "embedded-postgres" % "2.0.5" -// val httpclient = "org.apache.httpcomponents" % "httpclient" % "4.5.14" - val httpclient5 = "org.apache.httpcomponents.client5" % "httpclient5" % "5.3" + val httpclient5 = "org.apache.httpcomponents.client5" % "httpclient5" % "5.2.3" val `jboss-logging` = "org.jboss.logging" % "jboss-logging" % "3.5.3.Final" val `config` = "com.typesafe" % "config" % "1.4.3" val `os-lib` = "com.lihaoyi" %% "os-lib" % "0.9.2"