From 8a0c91cad42aeb12c4cc29951698847e26c9c78a Mon Sep 17 00:00:00 2001 From: "banno-diy-steward[bot]" <407453+banno-diy-steward[bot]@users.noreply.github.com> Date: Sat, 10 Aug 2024 11:23:45 +0000 Subject: [PATCH] Update commons-compress to 1.27.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 04c9371c..82b43ec9 100644 --- a/build.sbt +++ b/build.sbt @@ -25,7 +25,7 @@ val V = new { val betterMonadicFor = "0.3.1" val cats = "2.12.0" val catsEffect = "3.4.10" - val commonsCompress = "1.26.2" + val commonsCompress = "1.27.0" val confluent = "7.6.2" val curator = "5.2.0" val disciplineMunit = "2.0.0"