From c4903e59f7195e99eef6d4df78a4922f159fc0a6 Mon Sep 17 00:00:00 2001 From: yoyama Date: Wed, 30 Jul 2025 03:59:16 +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 594cb6d..88df39e 100644 --- a/build.sbt +++ b/build.sbt @@ -69,7 +69,7 @@ lazy val client_lib = (project in file("digdag-client")) libraryDependencies ++= Seq( "org.scalaj" %% "scalaj-http" % "2.4.2", "com.typesafe.play" %% "play-json" % "2.9.2" excludeAll(excludeJackson), - "org.apache.commons" % "commons-compress" % "1.21", + "org.apache.commons" % "commons-compress" % "1.28.0", "commons-io" % "commons-io" % "2.11.0", "org.wvlet.airframe" %% "airframe-log" % airframeVersion, "org.wvlet.airframe" %% "airframe-http-finagle" % airframeVersion % Test,