From edc30018432e451ecb56410040481ed6f491fa0b Mon Sep 17 00:00:00 2001 From: yoyama Date: Fri, 24 May 2024 02:57:30 +0000 Subject: [PATCH] Update commons-compress to 1.26.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 594cb6d..eb5cb04 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.26.2", "commons-io" % "commons-io" % "2.11.0", "org.wvlet.airframe" %% "airframe-log" % airframeVersion, "org.wvlet.airframe" %% "airframe-http-finagle" % airframeVersion % Test,