Skip to content

Commit

Permalink
Merge pull request #519 from guardian/pb/bump-panda
Browse files Browse the repository at this point in the history
Bump Panda to v4 and Node to 20.x
  • Loading branch information
phillipbarron authored Jul 17, 2024
2 parents a8be0a8 + 4ac4c3b commit 1f211cf
Show file tree
Hide file tree
Showing 3 changed files with 6,078 additions and 3,389 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v14.17.0
v20.15.1
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ lazy val dependencies = Seq(
"com.amazonaws" % "aws-java-sdk-sqs" % awsVersion,
"com.amazonaws" % "aws-java-sdk-sts" % awsVersion,
"com.amazonaws" % "amazon-kinesis-client" % "1.14.10",
"com.gu" %% "pan-domain-auth-play_2-8" % "1.2.3",
"com.gu" %% "pan-domain-auth-play_2-8" % "4.0.0",
"com.gu" %% "editorial-permissions-client" % "2.0",
ws, // for panda
"ai.x" %% "play-json-extensions" % "0.42.0",
Expand All @@ -37,7 +37,7 @@ lazy val dependencies = Seq(
"net.logstash.logback" % "logstash-logback-encoder" % "7.2",
"org.slf4j" % "slf4j-api" % "1.7.12",
"org.slf4j" % "jcl-over-slf4j" % "1.7.12",
"com.gu" %% "panda-hmac-play_2-8" % "2.0.1",
"com.gu" %% "panda-hmac-play_2-8" % "4.0.0",
"com.gu" %% "content-api-client-aws" % "0.5",
"com.beachape" %% "enumeratum" % "1.5.13",
"org.scalatest" %% "scalatest" % "3.0.5" % "test",
Expand Down
Loading

0 comments on commit 1f211cf

Please sign in to comment.