Skip to content

Commit

Permalink
Merge pull request #231 from guardian/update/non_aws
Browse files Browse the repository at this point in the history
chore(deps): Non-AWS dependency updates
  • Loading branch information
johnduffell authored Jun 27, 2024
2 parents 43197a2 + f55b7b0 commit 59f89d0
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 @@ -44,7 +44,7 @@ object Dependencies {
* @see https://github.com/guardian/subscriptions-frontend/pull/363#issuecomment-186190081
*/
val googleDirectoryAPI = Seq(
"com.google.apis" % "google-api-services-admin-directory" % "directory_v1-rev20240304-2.0.0",
"com.google.apis" % "google-api-services-admin-directory" % "directory_v1-rev20240509-2.0.0",
"com.google.api-client" % "google-api-client" % "2.5.1", // https://security.snyk.io/vuln/SNYK-JAVA-COMGOOGLEOAUTHCLIENT-2807808
"com.google.auth" % "google-auth-library-oauth2-http" % "1.23.0"
).map(_ exclude("com.google.guava", "guava-jdk5")) :+ "com.google.guava" % "guava" % "33.2.0-jre"
Expand Down

0 comments on commit 59f89d0

Please sign in to comment.