From b3cca9ea9192bc720b64271838554b81499297dc Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Thu, 28 Mar 2024 22:36:19 +0000 Subject: [PATCH] Update commons-io to 2.16.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index c8ed4995d..67b6bb12d 100644 --- a/build.sbt +++ b/build.sbt @@ -30,7 +30,7 @@ libraryDependencies ++= Seq( "org.scalatra" %% "scalatra-json-javax" % ScalatraVersion, "org.scalatra" %% "scalatra-forms-javax" % ScalatraVersion, "org.json4s" %% "json4s-jackson" % "4.0.7", - "commons-io" % "commons-io" % "2.15.1", + "commons-io" % "commons-io" % "2.16.0", "io.github.gitbucket" % "solidbase" % "1.0.5", "io.github.gitbucket" % "markedj" % "1.0.20", "org.apache.commons" % "commons-compress" % "1.26.1",