Skip to content

Commit

Permalink
Merge pull request #56 from waverly-h/bump-aws-sdk-eks-pod-identity
Browse files Browse the repository at this point in the history
Bump aws sdk to 1.12.778 to support EKS Pod Identity
  • Loading branch information
dylanmei authored Nov 26, 2024
2 parents 3ca54bd + 7b13dc9 commit 45de5be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ queue into a Kafka topic) or sink (out of a Kafka topic into an SQS queue).
|:---|:---|:---|
|1.4|3.1.1|1.12.241|
|1.5|3.3.2|1.12.409|
|1.6|3.4.1|1.12.669|
|1.6|3.4.1|1.12.778|

## Building the distributable

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<groupId>com.nordstrom.kafka.connect.sqs</groupId>
<artifactId>kafka-connect-sqs</artifactId>
<name>Kafka Connect SQS Sink/Source Connector</name>
<version>1.6.2</version>
<version>1.6.3</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand All @@ -41,7 +41,7 @@
<maven-surefire-plugin.version>2.22.1</maven-surefire-plugin.version>
<maven-project-info-reports-plugin.version>3.0.0</maven-project-info-reports-plugin.version>

<aws-java-sdk.version>1.12.669</aws-java-sdk.version>
<aws-java-sdk.version>1.12.778</aws-java-sdk.version>
<kafka.connect-api.version>3.4.1</kafka.connect-api.version>
<slf4j.version>1.7.36</slf4j.version>
</properties>
Expand Down

0 comments on commit 45de5be

Please sign in to comment.