Skip to content

Commit

Permalink
Merge pull request #251 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 committed Aug 22, 2024
2 parents f67c1bd + da3d7b2 commit 5ac73b5
Show file tree
Hide file tree
Showing 3 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 @@ -20,7 +20,7 @@ def projectWithPlayVersion(playVersion: PlayVersion) =
Compile / unmanagedSourceDirectories += baseDirectory.value / playVersion.pekkoOrAkkaSrcFolder,

libraryDependencies ++= Seq(
"com.gu.play-secret-rotation" %% "core" % "10.1.1",
"com.gu.play-secret-rotation" %% "core" % "10.2.0",
"org.typelevel" %% "cats-core" % "2.12.0",
commonsCodec,
"org.scalatest" %% "scalatest" % "3.2.19" % Test,
Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ object Dependencies {
val googleDirectoryAPI = Seq(
"com.google.apis" % "google-api-services-admin-directory" % "directory_v1-rev20240618-2.0.0",
"com.google.api-client" % "google-api-client" % "2.6.0", // https://security.snyk.io/vuln/SNYK-JAVA-COMGOOGLEOAUTHCLIENT-2807808
"com.google.auth" % "google-auth-library-oauth2-http" % "1.24.0"
"com.google.auth" % "google-auth-library-oauth2-http" % "1.24.1"
).map(_ exclude("com.google.guava", "guava-jdk5")) :+ "com.google.guava" % "guava" % "33.2.1-jre"

}
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ addSbtPlugin("com.github.sbt" % "sbt-release" % "1.4.0")

addSbtPlugin("ch.epfl.scala" % "sbt-version-policy" % "3.2.1")

addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.11.1")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.11.2")

0 comments on commit 5ac73b5

Please sign in to comment.