Skip to content

Commit

Permalink
Fixed Kafka version in the build.xml (CONNECTORS-1765)
Browse files Browse the repository at this point in the history
  • Loading branch information
OpenPj committed Dec 23, 2024
1 parent 03eff2a commit aa40db4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connectors/kafka/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

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

<property name="kafka.version" value="3.6.0"/>
<property name="kafka.version" value="3.6.2"/>

<path id="connector-classpath">
<path refid="mcf-connector-build.connector-classpath"/>
Expand Down

0 comments on commit aa40db4

Please sign in to comment.