From f8ef6f303d0d59614c5e70c21ddef7b131dcaf3a Mon Sep 17 00:00:00 2001 From: "scala-steward-asf[bot]" <147768647+scala-steward-asf[bot]@users.noreply.github.com> Date: Sun, 19 Nov 2023 09:51:02 +0100 Subject: [PATCH] Update commons-compress to 1.25.0 (#802) * Update commons-compress to 1.25.0 * Revert commit(s) df16a623f0 * Update commons-compress to 1.25.0 --------- 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 61ba778c8f6..3dd8592a33e 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -136,7 +136,7 @@ object Dependencies { val commonsMath = "org.apache.commons" % "commons-math" % "2.2" % Test val commonsIo = "commons-io" % "commons-io" % "2.15.0" % Test val commonsCodec = "commons-codec" % "commons-codec" % "1.16.0" % Test - val commonsCompress = "org.apache.commons" % "commons-compress" % "1.24.0" % Test + val commonsCompress = "org.apache.commons" % "commons-compress" % "1.25.0" % Test val junit = "junit" % "junit" % junitVersion % Test val junit5 = "org.junit.jupiter" % "junit-jupiter-engine" % junit5Version % Test val httpClient = "org.apache.httpcomponents" % "httpclient" % "4.5.14" % Test