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 963bc6a4b83 KAFKA-20373: Bump maven artifact to 3.9.15 (#21911)
963bc6a4b83 is described below
commit 963bc6a4b83c525c24907ebcf120c9bf39ef67b7
Author: averemee-si <[email protected]>
AuthorDate: Fri Apr 17 20:42:43 2026 +0200
KAFKA-20373: Bump maven artifact to 3.9.15 (#21911)
Bump maven-artifact to resolve plexus-utils CVE:
[CVE-2025-67030](https://www.cve.org/CVERecord?id=CVE-2025-67030).
Reviewers: Chia-Ping Tsai <[email protected]>, Mickael Maison
<[email protected]>
---
LICENSE-binary | 4 ++--
gradle/dependencies.gradle | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/LICENSE-binary b/LICENSE-binary
index 0e5c93f62e5..99998753395 100644
--- a/LICENSE-binary
+++ b/LICENSE-binary
@@ -242,10 +242,10 @@ License Version 2.0:
- log4j-slf4j-impl-2.25.4
- log4j-1.2-api-2.25.4
- lz4-java-1.10.2
-- maven-artifact-3.9.11
+- maven-artifact-3.9.15
- metrics-core-2.2.0
- opentelemetry-proto-1.3.2-alpha
-- plexus-utils-3.6.0
+- plexus-utils-3.6.1
- rocksdbjni-10.1.3
- scala-library-2.13.18
- scala-logging_2.13-3.9.6
diff --git a/gradle/dependencies.gradle b/gradle/dependencies.gradle
index 707328cae23..23fc0d2394a 100644
--- a/gradle/dependencies.gradle
+++ b/gradle/dependencies.gradle
@@ -114,7 +114,7 @@ versions += [
//
https://github.com/apache/kafka/blob/trunk/clients/src/main/java/org/apache/kafka/common/record/internal/CompressionType.java#L73-L74
//
https://github.com/yawkat/lz4-java/blob/main/src/java/net/jpountz/lz4/LZ4Constants.java#L23-L24
lz4: "1.10.2",
- mavenArtifact: "3.9.11",
+ mavenArtifact: "3.9.15",
metrics: "2.2.0",
mockito: "5.23.0",
opentelemetryProto: "1.3.2-alpha",