Skip to content

Commit aa40db4

Browse files
committed
Fixed Kafka version in the build.xml (CONNECTORS-1765)
1 parent 03eff2a commit aa40db4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

connectors/kafka/build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
<import file="${mcf-dist}/connector-build.xml"/>
3232

33-
<property name="kafka.version" value="3.6.0"/>
33+
<property name="kafka.version" value="3.6.2"/>
3434

3535
<path id="connector-classpath">
3636
<path refid="mcf-connector-build.connector-classpath"/>

0 commit comments

Comments
 (0)