From 1bc6ddc1a3b919d103c9eb3ed2d8ee118bd8fd9d Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Wed, 25 Oct 2023 20:38:03 +0000 Subject: [PATCH] Update commons-io to 2.15.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 4cc4ca51e..f5ae6df64 100644 --- a/build.sbt +++ b/build.sbt @@ -36,7 +36,7 @@ libraryDependencies ++= Seq( "org.scalatra" %% "scalatra-json-javax" % ScalatraVersion, "org.scalatra" %% "scalatra-forms-javax" % ScalatraVersion, "org.json4s" %% "json4s-jackson" % "4.0.6", - "commons-io" % "commons-io" % "2.14.0", + "commons-io" % "commons-io" % "2.15.0", "io.github.gitbucket" % "solidbase" % "1.0.5", "io.github.gitbucket" % "markedj" % "1.0.18", "org.apache.commons" % "commons-compress" % "1.24.0",