From c137d78efb99a8b251209a8708de494643af323c Mon Sep 17 00:00:00 2001 From: "alexklibisz-scala-steward[bot]" <125160947+alexklibisz-scala-steward[bot]@users.noreply.github.com> Date: Fri, 9 Aug 2024 20:57:54 +0000 Subject: [PATCH] Dependencies: Update commons-compress from 1.26.2 to 1.27.0 --- project/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.sbt b/project/build.sbt index 549c49ac..49ae64e3 100644 --- a/project/build.sbt +++ b/project/build.sbt @@ -1,5 +1,5 @@ // SBT setup for the build plugins. libraryDependencies ++= Seq( - "org.apache.commons" % "commons-compress" % "1.26.2" + "org.apache.commons" % "commons-compress" % "1.27.0" )