Skip to content

Commit

Permalink
Merge pull request #189 from scala-steward/update/9.x/patches
Browse files Browse the repository at this point in the history
[9.x] Patch updates
  • Loading branch information
mkurz authored Nov 15, 2024
2 parents 18cfff5 + d0d128f commit a7137f8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ object Dependencies {
}

object Specs2 {
private val version = "4.20.8"
private val version = "4.20.9"
val core = "org.specs2" %% "specs2-core" % version
val matcherExtra = "org.specs2" %% "specs2-matcher-extra" % version
}
Expand All @@ -42,7 +42,7 @@ object Dependencies {
val jwt = "com.auth0" % "java-jwt" % "3.19.4"
val scalaGuice = "net.codingwell" %% "scala-guice" % "6.0.0"
val akkaTestkit = "com.typesafe.akka" %% "akka-testkit" % play.core.PlayVersion.akkaVersion
val mockito = "org.mockito" % "mockito-core" % "5.14.1"
val mockito = "org.mockito" % "mockito-core" % "5.14.2"
val casClient = "org.jasig.cas.client" % "cas-client-core" % "3.6.4"
val casClientSupportSAML = "org.jasig.cas.client" % "cas-client-support-saml" % "3.6.4"
val apacheCommonLang = "org.apache.commons" % "commons-lang3" % "3.17.0"
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# suppress inspection "UnusedProperty"
sbt.version = 1.10.2
sbt.version = 1.10.5
2 changes: 1 addition & 1 deletion silhouette-cas/project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.10.2
sbt.version=1.10.5

0 comments on commit a7137f8

Please sign in to comment.