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

mimaison pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 3c20d4e54a4 MINOR: Upgrade maven artifact version to 3.9.6 (#15309)
3c20d4e54a4 is described below

commit 3c20d4e54a4efcd83859dcf6bda4eaa015f6c8ee
Author: Said Boudjelda <bmsc...@gmail.com>
AuthorDate: Tue Feb 6 12:18:13 2024 +0100

    MINOR: Upgrade maven artifact version to 3.9.6 (#15309)
    
    
    Reviewers: Mickael Maison <mickael.mai...@gmail.com>
---
 LICENSE-binary             | 4 ++--
 NOTICE-binary              | 2 +-
 gradle/dependencies.gradle | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/LICENSE-binary b/LICENSE-binary
index c116ca6b8e5..de936746488 100644
--- a/LICENSE-binary
+++ b/LICENSE-binary
@@ -240,7 +240,7 @@ jetty-util-9.4.53.v20231009
 jetty-util-ajax-9.4.53.v20231009
 jose4j-0.9.4
 lz4-java-1.8.0
-maven-artifact-3.8.8
+maven-artifact-3.9.6
 metrics-core-4.1.12.1
 metrics-core-2.2.0
 netty-buffer-4.1.100.Final
@@ -253,7 +253,7 @@ netty-transport-classes-epoll-4.1.100.Final
 netty-transport-native-epoll-4.1.100.Final
 netty-transport-native-unix-common-4.1.100.Final
 opentelemetry-proto-1.0.0-alpha
-plexus-utils-3.3.1
+plexus-utils-3.5.1
 reflections-0.10.2
 reload4j-1.2.25
 rocksdbjni-7.9.2
diff --git a/NOTICE-binary b/NOTICE-binary
index 82920af2fc9..d3207a131e2 100644
--- a/NOTICE-binary
+++ b/NOTICE-binary
@@ -560,7 +560,7 @@ The Apache Software Foundation (http://www.apache.org/).
 
 
 Maven Artifact
-Copyright 2001-2019 The Apache Software Foundation
+Copyright 2001-2024 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
diff --git a/gradle/dependencies.gradle b/gradle/dependencies.gradle
index 49a57d1a38e..6067d51f367 100644
--- a/gradle/dependencies.gradle
+++ b/gradle/dependencies.gradle
@@ -143,7 +143,7 @@ versions += [
   kafka_35: "3.5.2",
   kafka_36: "3.6.1",
   lz4: "1.8.0",
-  mavenArtifact: "3.8.8",
+  mavenArtifact: "3.9.6",
   metrics: "2.2.0",
   netty: "4.1.100.Final",
   opentelemetryProto: "1.0.0-alpha",

Reply via email to