Skip to content

Commit

Permalink
Update play-googleauth to enable caching (#667)
Browse files Browse the repository at this point in the history
* Update play-googleauth to enable caching

* v19
  • Loading branch information
tomrf1 authored Jan 10, 2025
1 parent b680d2b commit 6a7e6b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/wiring/AppComponents.scala
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class AppComponents(context: Context, stage: String) extends BuiltInComponentsFr
}

// https://github.com/guardian/play-googleauth#implement-googlegroups-based-access-control-using-the-directory-api
override def groupChecker = {
override val groupChecker = {
val request = GetObjectRequest
.builder()
.bucket("support-admin-console")
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ asciiGraphWidth := 999999999 // to ensure Snyk can read the the deeeeep dependen

libraryDependencies ++= Seq(
"com.typesafe.scala-logging" %% "scala-logging" % "3.9.5",
"com.gu.play-googleauth" %% "play-v30" % "4.0.0",
"com.gu.play-googleauth" %% "play-v30" % "19.0.0",
"com.gu" %% "simple-configuration-ssm" % "1.5.7",
"software.amazon.awssdk" % "s3" % awsVersion,
"software.amazon.awssdk" % "dynamodb" % awsVersion,
Expand Down

0 comments on commit 6a7e6b5

Please sign in to comment.