We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 066fe84 commit 2af2557Copy full SHA for 2af2557
pom.xml
@@ -6,7 +6,7 @@
6
7
<groupId>net.galgus</groupId>
8
<artifactId>kafka-connect-redis</artifactId>
9
- <version>0.1.0-SNAPSHOT</version>
+ <version>0.2.0-SNAPSHOT</version>
10
11
<name>Kafka Connect Redis Connector</name>
12
<description>Plugin for transferring data between Redis and Kafka </description>
@@ -37,7 +37,7 @@
37
<powermock.version>1.6.6</powermock.version>
38
<jackson.version>2.9.8</jackson.version>
39
<commons.version>3.5</commons.version>
40
- <redis.replicator.version>3.4.0</redis.replicator.version>
+ <redis.replicator.version>3.6.4</redis.replicator.version>
41
<jedis.version>2.9.0</jedis.version>
42
</properties>
43
0 commit comments