Skip to content

Commit 8bd20c9

Browse files
authored
Merge pull request #68 from ibm-messaging/update-kafka-2-6-0
feat: Update Kafka version to 2.6.0
2 parents 0f709aa + de2d287 commit 8bd20c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@
4545
<dependency>
4646
<groupId>org.apache.kafka</groupId>
4747
<artifactId>connect-api</artifactId>
48-
<version>2.5.0</version>
48+
<version>2.6.0</version>
4949
<scope>provided</scope>
5050
</dependency>
5151
<dependency>
5252
<groupId>org.apache.kafka</groupId>
5353
<artifactId>connect-json</artifactId>
54-
<version>2.5.0</version>
54+
<version>2.6.0</version>
5555
<scope>provided</scope>
5656
</dependency>
5757

0 commit comments

Comments
 (0)