Skip to content

Commit

Permalink
Merge pull request #113 from guardian/bump-identity-lib
Browse files Browse the repository at this point in the history
bump identity-auth-core to 2.23
  • Loading branch information
aracho1 authored Jun 5, 2024
2 parents 1ac12e4 + e119d01 commit dd6efec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ class IdentityServiceSpec
accessToken,
List(readSelf)
) returns
Right(DefaultAccessClaims("email", "1234", Some("username")))
Right(DefaultAccessClaims("123", "email", "1234", Some("username")))
val futureUserId =
identityService.userFromRequest(identityOauthHeaders, List(readSelf))
Await.result(futureUserId, Duration.Inf) mustEqual (Some("1234"))
Expand Down
2 changes: 1 addition & 1 deletion project/dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ object Dependencies {
val specsScalaCheck =
"org.specs2" %% "specs2-scalacheck" % specsVersion % "test"
val specsMock = "org.specs2" %% "specs2-mock" % specsVersion % "test"
val identityAuthCore = "com.gu.identity" %% "identity-auth-core" % "4.21"
val identityAuthCore = "com.gu.identity" %% "identity-auth-core" % "4.25"

//DependencyOverride
val commonsLogging = "commons-logging" % "commons-logging" % "1.2"
Expand Down

0 comments on commit dd6efec

Please sign in to comment.