Skip to content

Commit

Permalink
Merge pull request #3038 from scala-steward/update/commons-io-2.18.0
Browse files Browse the repository at this point in the history
Update commons-io to 2.18.0
  • Loading branch information
konnov authored Nov 27, 2024
2 parents c7d840d + db13080 commit 1daa346
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.11.0"
val commonsIo = "commons-io" % "commons-io" % "2.17.0"
val commonsIo = "commons-io" % "commons-io" % "2.18.0"
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 1daa346

Please sign in to comment.