From ea752cf3327f850a74d3edf3760bed8ecfc5aa75 Mon Sep 17 00:00:00 2001 From: datahub-rewrite-bot Date: Sun, 3 Aug 2025 13:27:58 +0000 Subject: [PATCH] Update commons-compress to 1.28.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index b7cdc5fb..6509790e 100644 --- a/build.sbt +++ b/build.sbt @@ -93,7 +93,7 @@ lazy val core = crossProject(JVMPlatform) "org.scalameta" %% "munit-scalacheck" % "1.0.0" % Test, "org.typelevel" %% "munit-cats-effect" % "2.0.0" % Test, ("org.apache.avro" % "avro" % "1.12.0").exclude("org.apache.commons", "commons-compress"), - "org.apache.commons" % "commons-compress" % "1.27.1", + "org.apache.commons" % "commons-compress" % "1.28.0", "com.lihaoyi" %% "sourcecode" % "0.4.2", "org.typelevel" %% "log4cats-slf4j" % "2.7.0", "io.circe" %% "circe-generic" % "0.14.10",