From a8d8ece4cc89eda6d6fa6c999d72004fa9fe556a Mon Sep 17 00:00:00 2001 From: "scala-steward-asf[bot]" <147768647+scala-steward-asf[bot]@users.noreply.github.com> Date: Sun, 15 Oct 2023 02:15:19 +0100 Subject: [PATCH] Update commons-compress to 1.24.0 (#728) Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com> --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 3c66389deb..a06aecde4f 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -137,7 +137,7 @@ object Dependencies { val commonsMath = "org.apache.commons" % "commons-math" % "2.2" % Test val commonsIo = "commons-io" % "commons-io" % "2.11.0" % Test val commonsCodec = "commons-codec" % "commons-codec" % "1.15" % Test - val commonsCompress = "org.apache.commons" % "commons-compress" % "1.23.0" % Test + val commonsCompress = "org.apache.commons" % "commons-compress" % "1.24.0" % Test val junit = "junit" % "junit" % junitVersion % Test val httpClient = "org.apache.httpcomponents" % "httpclient" % "4.5.14" % Test