From 0e47889e3d9ca02a4aa7391d346e7bfe4bd949a3 Mon Sep 17 00:00:00 2001 From: "scala-steward-asf[bot]" <147768647+scala-steward-asf[bot]@users.noreply.github.com> Date: Sun, 11 Aug 2024 00:10:36 +0000 Subject: [PATCH] Update commons-compress to 1.27.0 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 1520220f1f..c95166dcab 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -124,7 +124,7 @@ object Dependencies { val bcutil = "org.bouncycastle" % "bcutil-jdk18on" % bouncyCastleVersion % Test val commonsIo = "commons-io" % "commons-io" % "2.16.1" % Test val commonsCodec = "commons-codec" % "commons-codec" % "1.17.1" % Test - val commonsCompress = "org.apache.commons" % "commons-compress" % "1.26.2" % Test + val commonsCompress = "org.apache.commons" % "commons-compress" % "1.27.0" % Test val guava = "com.google.guava" % "guava" % "33.2.1-jre" % Test val junit = "junit" % "junit" % junitVersion % Test val junit5 = "org.junit.jupiter" % "junit-jupiter-engine" % junit5Version % Test