There was an error while loading. Please reload this page.
1 parent 72c6f48 commit 41cc339Copy full SHA for 41cc339
1 file changed
project/Dependencies.scala
@@ -45,7 +45,7 @@ object Dependencies {
45
val mockito = "org.mockito" % "mockito-core" % "5.20.0"
46
val casClient = "org.jasig.cas.client" % "cas-client-core" % "3.6.4"
47
val casClientSupportSAML = "org.jasig.cas.client" % "cas-client-support-saml" % "3.6.4"
48
- val apacheCommonLang = "org.apache.commons" % "commons-lang3" % "3.19.0"
+ val apacheCommonLang = "org.apache.commons" % "commons-lang3" % "3.20.0"
49
val googleAuth = "com.warrenstrange" % "googleauth" % "1.5.0"
50
val izumiReflect = "dev.zio" %% "izumi-reflect" % "3.0.6" // Scala 3 replacement for scala 2 reflect universe
51
}
0 commit comments