From 95f1c3653ca596684cf70425eaf4e801a729d4f5 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Fri, 20 Sep 2024 17:02:19 +0200 Subject: [PATCH] Update commons-io to 2.17.0 (#368) --- project/JdbcDriver.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/JdbcDriver.scala b/project/JdbcDriver.scala index 5517a661..d6e5cdef 100644 --- a/project/JdbcDriver.scala +++ b/project/JdbcDriver.scala @@ -16,7 +16,7 @@ object JdbcDriver { _.filterNot(o => o.startsWith("-Y") || o.startsWith("-W")) }, libraryDependencies ++= Seq( - "commons-io" % "commons-io" % "2.16.1", + "commons-io" % "commons-io" % "2.17.0", "org.apache.commons" % "commons-lang3" % "3.9", "org.specs2" %% "specs2-core" % specsVer.value % Test ),