From 9aa2a3048fb1b8591c38c44b38707e333cb77426 Mon Sep 17 00:00:00 2001 From: "alexklibisz-scala-steward[bot]" <125160947+alexklibisz-scala-steward[bot]@users.noreply.github.com> Date: Sat, 8 Jun 2024 13:38:17 -0400 Subject: [PATCH] Dependencies: Update commons-compress from 1.26.1 to 1.26.2 (#691) Co-authored-by: alexklibisz-scala-steward[bot] <125160947+alexklibisz-scala-steward[bot]@users.noreply.github.com> --- project/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.sbt b/project/build.sbt index 9b931a16..549c49ac 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.1" + "org.apache.commons" % "commons-compress" % "1.26.2" )