This is an automated email from the ASF dual-hosted git repository.
mimaison pushed a commit to branch 4.3
in repository https://gitbox.apache.org/repos/asf/kafka.git
The following commit(s) were added to refs/heads/4.3 by this push:
new e0c0dc03dad KAFKA-20840: Bump jetty to 12.0.37 (#22956)
e0c0dc03dad is described below
commit e0c0dc03dad4749a5737ecb02232f348b8dbeeb4
Author: Federico Valeri <[email protected]>
AuthorDate: Mon Jul 27 14:32:33 2026 +0200
KAFKA-20840: Bump jetty to 12.0.37 (#22956)
Bump jetty to 12.0.37
Reviewers: Luke Chen <[email protected]>, Ken Huang
<[email protected]>, Mickael Maison <[email protected]>
Signed-off-by: Federico Valeri <[email protected]>
---
LICENSE-binary | 20 ++++++++++----------
gradle/dependencies.gradle | 2 +-
2 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/LICENSE-binary b/LICENSE-binary
index 15ddcf219c5..21eab985236 100644
--- a/LICENSE-binary
+++ b/LICENSE-binary
@@ -225,16 +225,16 @@ License Version 2.0:
- jakarta.inject-api-2.0.1
- jakarta.validation-api-3.0.2
- javassist-3.30.2-GA
-- jetty-alpn-client-12.0.34
-- jetty-client-12.0.34
-- jetty-ee10-servlet-12.0.34
-- jetty-ee10-servlets-12.0.34
-- jetty-http-12.0.34
-- jetty-io-12.0.34
-- jetty-security-12.0.34
-- jetty-server-12.0.34
-- jetty-session-12.0.34
-- jetty-util-12.0.34
+- jetty-alpn-client-12.0.37
+- jetty-client-12.0.37
+- jetty-ee10-servlet-12.0.37
+- jetty-ee10-servlets-12.0.37
+- jetty-http-12.0.37
+- jetty-io-12.0.37
+- jetty-security-12.0.37
+- jetty-server-12.0.37
+- jetty-session-12.0.37
+- jetty-util-12.0.37
- jose4j-0.9.6
- jspecify-1.0.0
- log4j-api-2.25.5
diff --git a/gradle/dependencies.gradle b/gradle/dependencies.gradle
index 9a14cb360d1..a6cd1ae4861 100644
--- a/gradle/dependencies.gradle
+++ b/gradle/dependencies.gradle
@@ -68,7 +68,7 @@ versions += [
javassist: "3.30.2-GA",
// When upgrading Jetty, verify that it does not use the SLF4J 2.x fluent API
// (e.g. Logger.atDebug()) in production code, as Kafka uses SLF4J 1.7.x.
- jetty: "12.0.34",
+ jetty: "12.0.37",
jersey: "3.1.10",
jgit: "7.5.0.202512021534-r",
jline: "3.30.4",