Skip to content

Commit

Permalink
Merge pull request #220 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
rtyley authored Apr 3, 2024
2 parents ae4d645 + 8f13508 commit e4605ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def projectWithPlayVersion(playVersion: PlayVersion) =
Compile / unmanagedSourceDirectories += baseDirectory.value / playVersion.pekkoOrAkkaSrcFolder,

libraryDependencies ++= Seq(
"com.gu.play-secret-rotation" %% "core" % "7.1.0",
"com.gu.play-secret-rotation" %% "core" % "7.1.1",
"org.typelevel" %% "cats-core" % "2.10.0",
commonsCodec,
"org.scalatest" %% "scalatest" % "3.2.18" % Test,
Expand Down
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ object Dependencies {
*/
val googleDirectoryAPI = Seq(
"com.google.apis" % "google-api-services-admin-directory" % "directory_v1-rev20240304-2.0.0",
"com.google.api-client" % "google-api-client" % "2.3.0", // https://security.snyk.io/vuln/SNYK-JAVA-COMGOOGLEOAUTHCLIENT-2807808
"com.google.api-client" % "google-api-client" % "2.4.0", // 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.0.0-jre"
).map(_ exclude("com.google.guava", "guava-jdk5")) :+ "com.google.guava" % "guava" % "33.1.0-jre"

}

0 comments on commit e4605ea

Please sign in to comment.