This is an automated email from the ASF dual-hosted git repository.

rgoers pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flume-kafka.git


The following commit(s) were added to refs/heads/main by this push:
     new a0f0761  FLUME-3470, Upgrade kafka clients jar to version 3.4.0
     new fc1c439  Merge pull request #1 from deepak-garg/FLUME-3470
a0f0761 is described below

commit a0f0761fa16c39296edac314cdcc20147548ef5a
Author: Deepak Garg <[email protected]>
AuthorDate: Wed Apr 19 00:03:49 2023 +0530

    FLUME-3470, Upgrade kafka clients jar to version 3.4.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index dc9a20c..4d7dd18 100644
--- a/pom.xml
+++ b/pom.xml
@@ -42,7 +42,7 @@ limitations under the License.
     <findsecbugs-plugin.version>1.12.0</findsecbugs-plugin.version>
     <flume-bom.version>1.11.1-SNAPSHOT</flume-bom.version>
     <junit.version>4.13.2</junit.version>
-    <kafka.version>3.3.1</kafka.version>
+    <kafka.version>3.4.0</kafka.version>
     <log4j.version>2.20.0</log4j.version>
     <maven.compiler.source>1.8</maven.compiler.source>
     <maven.compiler.target>1.8</maven.compiler.target>

Reply via email to