Skip to content

Commit

Permalink
Merge pull request #26966 from guardian/bump-google-auth
Browse files Browse the repository at this point in the history
Bump Play Google Auth
  • Loading branch information
Georges-GNM authored Mar 13, 2024
2 parents 86eb12f + 748abdb commit 13bf14f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ object Dependencies {
val macwire = "com.softwaremill.macwire" %% "macros" % "2.5.7" % "provided"
val mockito = "org.mockito" % "mockito-all" % "1.10.19" % Test
val paClient = "com.gu" %% "pa-client" % "7.0.7"
val playGoogleAuth = "com.gu.play-googleauth" %% "play-v28" % "2.2.7"
val playSecretRotation = "com.gu.play-secret-rotation" %% "play-v28" % "0.18"
val playSecretRotationAwsSdk = "com.gu.play-secret-rotation" %% "aws-parameterstore-sdk-v1" % "0.18"
val playGoogleAuth = "com.gu.play-googleauth" %% "play-v28" % "4.0.0"
val playSecretRotation = "com.gu.play-secret-rotation" %% "play-v28" % "7.1.0"
val playSecretRotationAwsSdk = "com.gu.play-secret-rotation" %% "aws-parameterstore-sdk-v1" % "7.1.0"
val quartzScheduler = "org.quartz-scheduler" % "quartz" % "2.3.2"
val redisClient = "net.debasishg" %% "redisclient" % "3.42"
val rome = "rome" % "rome" % romeVersion
Expand Down

0 comments on commit 13bf14f

Please sign in to comment.