diff --git a/README.md b/README.md
index 8e55884..29e4604 100644
--- a/README.md
+++ b/README.md
@@ -6,6 +6,7 @@ The SQS connector plugin provides the ability to use AWS SQS queues as both a so
|:---|:---|:---|
|1.1.0|2.2.0|1.11.501|
|1.2.0|2.3.0|1.11.924|
+|1.3.0|2.8.1|1.11.1034|
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
diff --git a/pom.xml b/pom.xml
index bb7d051..5fd223c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
com.nordstrom.kafka.connect.sqs
kafka-connect-sqs
Kafka Connect SQS Sink/Source Connector
- 1.2.0
+ 1.3.0
UTF-8
@@ -41,7 +41,7 @@
2.22.1
3.0.0
- 1.11.924
+ 1.11.1034
2.8.1
@@ -167,9 +167,6 @@
mockito-all:*
- commons-codec:*
- commons-logging:*
- org.apache.kafka:*
org.slf4j:*