From 0564e3b8509992f5c29f0c768536aabd34e31f65 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 26 Oct 2024 13:13:30 +0000 Subject: [PATCH] Update commons-io to 2.17.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index cc4bc134..eb11acb2 100644 --- a/build.sbt +++ b/build.sbt @@ -102,7 +102,7 @@ libraryDependencies ++= Seq( "org.apache.httpcomponents.client5" % "httpclient5" % "5.4", "org.apache.httpcomponents.core5" % "httpcore5" % "5.3", - "commons-io" % "commons-io" % "2.16.1", + "commons-io" % "commons-io" % "2.17.0", "org.apache.commons" % "commons-lang3" % "3.12.0", "com.sksamuel.avro4s" %% "avro4s-core" % "4.1.2", // 5.x for Scala 3