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

common: update AWS SDK versions to support Pod Identity credential chain #838

Closed
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/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@ object Dependencies {
val collectorPayload = "0.0.0"
val schemaSniffer = "0.0.0"

val awsSdk = "1.12.506"
val awsSdk = "1.12.604"
val gcpSdk = "2.14.0"
val kinesisClient = "1.14.5"
val awsSdk2 = "2.18.7"
val awsSdk2 = "2.21.37"
val kinesisClient2 = "2.4.3"
val kafka = "2.8.2"
val mskAuth = "1.1.4"
Expand Down