From 59fd7fca0feda0fc86b9fbaab575c4e7ebad7b3d Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Tue, 9 Apr 2024 21:25:54 +0200 Subject: [PATCH] Update commons-io to 2.16.1 (#353) --- project/JdbcDriver.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/JdbcDriver.scala b/project/JdbcDriver.scala index 856e7211..5517a661 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.0", + "commons-io" % "commons-io" % "2.16.1", "org.apache.commons" % "commons-lang3" % "3.9", "org.specs2" %% "specs2-core" % specsVer.value % Test ),