Skip to content

Commit

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

Update commons-configuration2 to 2.11.0
  • Loading branch information
konnov authored Aug 15, 2024
2 parents 1eea204 + bfc6161 commit 916e505
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 @@ -20,7 +20,7 @@ object Dependencies {
val clistMacros = "org.backuity.clist" %% "clist-macros" % clistVersion
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 commonsConfiguration2 = "org.apache.commons" % "commons-configuration2" % "2.11.0"
val commonsIo = "commons-io" % "commons-io" % "2.16.1"
val guice = "com.google.inject" % "guice" % "7.0.0"
val kiama = "org.bitbucket.inkytonik.kiama" %% "kiama" % "2.5.1"
Expand Down

0 comments on commit 916e505

Please sign in to comment.