Skip to content

Commit

Permalink
Upgrade to Panda v7 - support key rotation
Browse files Browse the repository at this point in the history
This upgrades Panda from v5 to v7, allowing us to use key rotation as introduced with
guardian/pan-domain-authentication#150.

See also guardian/pan-domain-authentication#160.
  • Loading branch information
rtyley committed Sep 19, 2024
1 parent 68f8a57 commit 73841e1
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 @@ -58,7 +58,7 @@ object Dependencies {
val macwire = "com.softwaremill.macwire" %% "macros" % "2.5.9" % "provided"
val mockito = "org.mockito" % "mockito-all" % "1.10.19" % Test
val paClient = "com.gu" %% "pa-client" % "7.0.12"
val panDomainAuth = "com.gu" %% "pan-domain-auth-play_3-0" % "5.0.0"
val panDomainAuth = "com.gu" %% "pan-domain-auth-play_3-0" % "7.0.0"
val editorialPermissions = "com.gu" %% "editorial-permissions-client" % "3.0.0"
val quartzScheduler = "org.quartz-scheduler" % "quartz" % "2.3.2"
val redisClient = "net.debasishg" %% "redisclient" % "3.42"
Expand Down

0 comments on commit 73841e1

Please sign in to comment.