Skip to content

Commit

Permalink
Bump AWS SDK V2 to 2.25.11 (#369)
Browse files Browse the repository at this point in the history
  • Loading branch information
etspaceman authored Oct 4, 2024
1 parent 040bf54 commit 2d3459d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/LibraryDependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ object LibraryDependencies {

object V2 {
val awssdkVersion =
"2.25.3" // Should be the same as the version in the KCL
"2.25.11" // Should be the same as the version in the KCL
val kinesis = "software.amazon.awssdk" % "kinesis" % awssdkVersion
val dynamo = "software.amazon.awssdk" % "dynamodb" % awssdkVersion
val cloudwatch = "software.amazon.awssdk" % "cloudwatch" % awssdkVersion
Expand Down

0 comments on commit 2d3459d

Please sign in to comment.