Skip to content

Commit

Permalink
Update commons-io to 2.16.1 (#353)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Apr 9, 2024
1 parent cd494ca commit 59fd7fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/JdbcDriver.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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
),
Expand Down

0 comments on commit 59fd7fc

Please sign in to comment.