Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): AWS dependency updates #6452

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions project/LibraryVersions.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ object LibraryVersions {
val circeVersion = "0.14.6"

@deprecated("use awsClientVersion2")
val awsClientVersion = "1.12.703"
val awsClientVersion2 = "2.25.33"
val awsClientVersion = "1.12.777"
val awsClientVersion2 = "2.25.70"

val catsVersion = "2.10.0"
val jacksonVersion = "2.15.2"
Expand Down
2 changes: 1 addition & 1 deletion stripe-patrons-data/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ libraryDependencies ++= Seq(
"software.amazon.awssdk" % "dynamodb" % awsClientVersion2,
"com.amazonaws" % "aws-java-sdk-ssm" % awsClientVersion,
"com.amazonaws" % "aws-lambda-java-core" % "1.2.3",
"com.amazonaws" % "aws-lambda-java-events" % "3.11.5",
"com.amazonaws" % "aws-lambda-java-events" % "3.11.6",
"com.stripe" % "stripe-java" % "20.136.0",
"io.circe" %% "circe-core" % circeVersion,
"io.circe" %% "circe-generic" % circeVersion,
Expand Down
2 changes: 1 addition & 1 deletion support-lambdas/acquisition-events-api/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description := "A lambda for acquisitions events api"

libraryDependencies ++= Seq(
"com.amazonaws" % "aws-lambda-java-core" % "1.2.0",
"com.amazonaws" % "aws-lambda-java-events" % "3.11.5",
"com.amazonaws" % "aws-lambda-java-events" % "3.11.6",
"com.amazonaws" % "aws-java-sdk-ssm" % awsClientVersion,
"io.circe" %% "circe-core" % circeVersion,
"io.circe" %% "circe-generic" % circeVersion,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name := "acquisitions-firehose-transformer"
description := "A Firehose transformation lambda for serialising the acquisitions event stream to csv"

libraryDependencies ++= Seq(
"com.amazonaws" % "aws-lambda-java-events" % "3.11.5",
"com.amazonaws" % "aws-lambda-java-events" % "3.11.6",
"io.circe" %% "circe-core" % circeVersion,
"io.circe" %% "circe-generic" % circeVersion,
"org.scanamo" %% "scanamo" % "1.0.0-M26",
Expand Down
Loading