Skip to content

Commit

Permalink
Merge pull request #2791 from scala-steward/update/commons-io-2.15.1
Browse files Browse the repository at this point in the history
Update commons-io to 2.15.1
  • Loading branch information
Shon Feder authored Jan 2, 2024
2 parents acc3840 + 36a12e9 commit d093642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ object Dependencies {
val commonsBeanutils =
"commons-beanutils" % "commons-beanutils" % "1.9.4" // Apparently an untracked dependency of commonsConfiguration2
val commonsConfiguration2 = "org.apache.commons" % "commons-configuration2" % "2.9.0"
val commonsIo = "commons-io" % "commons-io" % "2.15.0"
val commonsIo = "commons-io" % "commons-io" % "2.15.1"
val guice = "com.google.inject" % "guice" % "7.0.0"
val kiama = "org.bitbucket.inkytonik.kiama" %% "kiama" % "2.5.1"
val logbackClassic = "ch.qos.logback" % "logback-classic" % logbackVersion
Expand Down

0 comments on commit d093642

Please sign in to comment.