Skip to content

Commit

Permalink
Merge pull request #35 from Nordstrom/connect_api_update
Browse files Browse the repository at this point in the history
Connect API version update
  • Loading branch information
dylanmei authored Feb 19, 2023
2 parents 5aa5a8d + b1d71d3 commit 568846e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ The SQS connector plugin provides the ability to use AWS SQS queues as both a so
|1.2.0|2.3.0|1.11.924|
|1.3.0|2.8.1|1.11.1034|
|1.4.0|3.1.1|1.12.241|
|1.5.0|3.3.2|1.12.409|

Due to a compatibility issue with [Apache httpcomponents](http://hc.apache.org/), connector versions 1.1.0 and earlier may not work with Kafka Connect versions greater than 2.2

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

<!-- latest version as of 2019-01 -->
<exec-maven-plugin.version>1.6.0</exec-maven-plugin.version>
<junit.version>4.13.1</junit.version>
<junit.version>4.13.2</junit.version>
<jacoco-maven-plugin.version>0.8.2</jacoco-maven-plugin.version>
<maven-compiler-plugin.version>3.8.0</maven-compiler-plugin.version>
<maven-failsafe-plugin.version>2.22.0</maven-failsafe-plugin.version>
Expand All @@ -41,8 +41,8 @@
<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.241</aws-java-sdk.version>
<kafka.connect-api.version>3.1.1</kafka.connect-api.version>
<aws-java-sdk.version>1.12.409</aws-java-sdk.version>
<kafka.connect-api.version>3.3.2</kafka.connect-api.version>
<slf4j.version>1.7.36</slf4j.version>
</properties>

Expand Down

0 comments on commit 568846e

Please sign in to comment.