This is an automated email from the ASF dual-hosted git repository.
feiwang pushed a commit to branch branch-1.10
in repository https://gitbox.apache.org/repos/asf/kyuubi.git
The following commit(s) were added to refs/heads/branch-1.10 by this push:
new 6f3dc4e2f4 [KYUUBI #7044] Bump jetty version to 9.4.57.v20241219
6f3dc4e2f4 is described below
commit 6f3dc4e2f4b51c17286be29c66973e8a76c18b88
Author: Wang, Fei <[email protected]>
AuthorDate: Fri Apr 25 00:01:34 2025 -0700
[KYUUBI #7044] Bump jetty version to 9.4.57.v20241219
### Why are the changes needed?
Bump to latest jetty 9.x, see
https://github.com/jetty/jetty.project/releases/tag/jetty-9.4.57.v20241219
<img width="1222" alt="image"
src="https://github.com/user-attachments/assets/8d2734ee-52f2-4ba9-b22a-660e3b202b7f"
/>
### How was this patch tested?
GA.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #7044 from turboFei/jetty_version.
Closes #7044
740560dd0 [Wang, Fei] Upgrade jetty version
Authored-by: Wang, Fei <[email protected]>
Signed-off-by: Wang, Fei <[email protected]>
(cherry picked from commit 3e638b61c30fd08afc1cadf86073616ea2d7a9ae)
Signed-off-by: Wang, Fei <[email protected]>
---
dev/dependencyList | 18 +++++++++---------
pom.xml | 2 +-
2 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/dev/dependencyList b/dev/dependencyList
index 31cabe8aff..6945adbb9c 100644
--- a/dev/dependencyList
+++ b/dev/dependencyList
@@ -86,15 +86,15 @@ jetcd-api/0.7.7//jetcd-api-0.7.7.jar
jetcd-common/0.7.7//jetcd-common-0.7.7.jar
jetcd-core/0.7.7//jetcd-core-0.7.7.jar
jetcd-grpc/0.7.7//jetcd-grpc-0.7.7.jar
-jetty-client/9.4.56.v20240826//jetty-client-9.4.56.v20240826.jar
-jetty-http/9.4.56.v20240826//jetty-http-9.4.56.v20240826.jar
-jetty-io/9.4.56.v20240826//jetty-io-9.4.56.v20240826.jar
-jetty-proxy/9.4.56.v20240826//jetty-proxy-9.4.56.v20240826.jar
-jetty-security/9.4.56.v20240826//jetty-security-9.4.56.v20240826.jar
-jetty-server/9.4.56.v20240826//jetty-server-9.4.56.v20240826.jar
-jetty-servlet/9.4.56.v20240826//jetty-servlet-9.4.56.v20240826.jar
-jetty-util-ajax/9.4.56.v20240826//jetty-util-ajax-9.4.56.v20240826.jar
-jetty-util/9.4.56.v20240826//jetty-util-9.4.56.v20240826.jar
+jetty-client/9.4.57.v20241219//jetty-client-9.4.57.v20241219.jar
+jetty-http/9.4.57.v20241219//jetty-http-9.4.57.v20241219.jar
+jetty-io/9.4.57.v20241219//jetty-io-9.4.57.v20241219.jar
+jetty-proxy/9.4.57.v20241219//jetty-proxy-9.4.57.v20241219.jar
+jetty-security/9.4.57.v20241219//jetty-security-9.4.57.v20241219.jar
+jetty-server/9.4.57.v20241219//jetty-server-9.4.57.v20241219.jar
+jetty-servlet/9.4.57.v20241219//jetty-servlet-9.4.57.v20241219.jar
+jetty-util-ajax/9.4.57.v20241219//jetty-util-ajax-9.4.57.v20241219.jar
+jetty-util/9.4.57.v20241219//jetty-util-9.4.57.v20241219.jar
jline/2.14.6//jline-2.14.6.jar
jul-to-slf4j/1.7.36//jul-to-slf4j-1.7.36.jar
kafka-clients/3.5.2//kafka-clients-3.5.2.jar
diff --git a/pom.xml b/pom.xml
index d39b063167..f312c7a60e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -169,7 +169,7 @@
<jakarta.activation.version>1.2.2</jakarta.activation.version>
<jersey.version>2.40</jersey.version>
<jetcd.version>0.7.7</jetcd.version>
- <jetty.version>9.4.56.v20240826</jetty.version>
+ <jetty.version>9.4.57.v20241219</jetty.version>
<jline.version>2.14.6</jline.version>
<junit.version>4.13.2</junit.version>
<kafka.version>3.5.2</kafka.version>