Skip to content

Commit

Permalink
Merge pull request apalache-mc#2767 from scala-steward/update/commons…
Browse files Browse the repository at this point in the history
…-io-2.15.0

Update commons-io to 2.15.0
  • Loading branch information
Shon Feder committed Oct 26, 2023
2 parents 8cf34a6 + ca6d516 commit cc0c47a
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.14.0"
val commonsIo = "commons-io" % "commons-io" % "2.15.0"
val guice = "com.google.inject" % "guice" % "5.1.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 cc0c47a

Please sign in to comment.