Skip to content

Commit

Permalink
Merge pull request #49 from Nordstrom/version_1.6.1
Browse files Browse the repository at this point in the history
Update version 1.6.1
  • Loading branch information
dylanmei authored Apr 7, 2024
2 parents 0f7c4f6 + cb4658a commit b157154
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ The SQS connector plugin provides the ability to use AWS SQS queues as both a so

|Connector version|Kafka Connect API|AWS SDK|
|:---|:---|:---|
|1.4.0|3.1.1|1.12.241|
|1.5.0|3.3.2|1.12.409|
|1.6.0|3.4.1|1.12.669|
|1.4|3.1.1|1.12.241|
|1.5|3.3.2|1.12.409|
|1.6|3.4.1|1.12.669|

Running the connector on versions of Kafka Connect prior to 3.0 is not recommended.

Expand Down
2 changes: 1 addition & 1 deletion 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.0</version>
<version>1.6.1</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit b157154

Please sign in to comment.