From ccb9ae70ad4249b6012b233775315d9ee71bb7dd Mon Sep 17 00:00:00 2001 From: yoyama Date: Sat, 8 Nov 2025 03:27:39 +0000 Subject: [PATCH] Update commons-io to 2.21.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 594cb6d..37fda93 100644 --- a/build.sbt +++ b/build.sbt @@ -70,7 +70,7 @@ lazy val client_lib = (project in file("digdag-client")) "org.scalaj" %% "scalaj-http" % "2.4.2", "com.typesafe.play" %% "play-json" % "2.9.2" excludeAll(excludeJackson), "org.apache.commons" % "commons-compress" % "1.21", - "commons-io" % "commons-io" % "2.11.0", + "commons-io" % "commons-io" % "2.21.0", "org.wvlet.airframe" %% "airframe-log" % airframeVersion, "org.wvlet.airframe" %% "airframe-http-finagle" % airframeVersion % Test, "org.scalatest" %% "scalatest" % "3.2.10" % Test,