Skip to content

Commit

Permalink
Merge pull request #1347 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
akash1810 authored May 29, 2024
2 parents 417fd89 + 3ceed5b commit 0deca51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ object Dependencies {
"io.reactivex" %% "rxscala" % "0.27.0",
"org.scalatest" %% "scalatest" % "3.2.18" % Test,
"org.parboiled" %% "parboiled" % "2.5.1",
"org.typelevel" %% "cats-core" % "2.10.0",
"org.typelevel" %% "cats-core" % "2.12.0",
"org.mockito" %% "mockito-scala" % "1.17.31" % Test
)

Expand Down Expand Up @@ -65,7 +65,7 @@ object Dependencies {
commonDeps ++ jacksonOverrides ++ Seq(
evolutions,
jdbc,
"com.gu.play-googleauth" %% "play-v30" % "7.3.0",
"com.gu.play-googleauth" %% "play-v30" % "8.0.0",
"com.gu.play-secret-rotation" %% "play-v30" % "8.3.1",
"com.gu.play-secret-rotation" %% "aws-parameterstore-sdk-v2" % "8.3.1",
"org.pegdown" % "pegdown" % "1.6.0",
Expand Down

0 comments on commit 0deca51

Please sign in to comment.