We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e6a02a commit 126ef49Copy full SHA for 126ef49
project/Dependencies.scala
@@ -19,7 +19,7 @@ object Dependencies {
19
val clistCore = "org.backuity.clist" %% "clist-core" % clistVersion
20
val clistMacros = "org.backuity.clist" %% "clist-macros" % clistVersion
21
val commonsBeanutils =
22
- "commons-beanutils" % "commons-beanutils" % "1.9.4" // Apparently an untracked dependency of commonsConfiguration2
+ "commons-beanutils" % "commons-beanutils" % "1.10.1" // Apparently an untracked dependency of commonsConfiguration2
23
val commonsConfiguration2 = "org.apache.commons" % "commons-configuration2" % "2.11.0"
24
val commonsIo = "commons-io" % "commons-io" % "2.18.0"
25
val guice = "com.google.inject" % "guice" % "7.0.0"
0 commit comments