Skip to content

Commit 77373a3

Browse files
Update commons-compress to 1.28.0 (#502)
1 parent fcb317d commit 77373a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ lazy val core = crossProject(JVMPlatform)
9191
"org.typelevel" %% "munit-cats-effect" % "2.1.0" % Test,
9292
"org.scalameta" %% "munit-scalacheck" % "1.2.0" % Test,
9393
("org.apache.avro" % "avro" % "1.12.0").exclude("org.apache.commons", "commons-compress"),
94-
"org.apache.commons" % "commons-compress" % "1.27.1",
94+
"org.apache.commons" % "commons-compress" % "1.28.0",
9595
"com.lihaoyi" %% "sourcecode" % "0.4.2",
9696
"org.typelevel" %% "log4cats-slf4j" % "2.7.0",
9797
"co.fs2" %% "fs2-core" % "3.12.2",

0 commit comments

Comments
 (0)