This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch branch-3.5
in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/branch-3.5 by this push:
new 2f5e0fae1222 [SPARK-50150][BUILD][3.5] Upgrade Jetty to
9.4.56.v20240826
2f5e0fae1222 is described below
commit 2f5e0fae122283c1ebd2c7b84b9614758af4b674
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Mon Oct 28 17:00:33 2024 -0700
[SPARK-50150][BUILD][3.5] Upgrade Jetty to 9.4.56.v20240826
### What changes were proposed in this pull request?
This PR aims to upgrade Jetty to 9.4.56.v20240826.
### Why are the changes needed?
To bring the latest bug fixes.
### Does this PR introduce _any_ user-facing change?
No behavior change.
### How was this patch tested?
Pass the CIs.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #48684 from dongjoon-hyun/SPARK-50150.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
---
dev/deps/spark-deps-hadoop-3-hive-2.3 | 4 ++--
pom.xml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev/deps/spark-deps-hadoop-3-hive-2.3
b/dev/deps/spark-deps-hadoop-3-hive-2.3
index a9d63c1ad0f9..62e001b8fd53 100644
--- a/dev/deps/spark-deps-hadoop-3-hive-2.3
+++ b/dev/deps/spark-deps-hadoop-3-hive-2.3
@@ -130,8 +130,8 @@
jersey-container-servlet/2.40//jersey-container-servlet-2.40.jar
jersey-hk2/2.40//jersey-hk2-2.40.jar
jersey-server/2.40//jersey-server-2.40.jar
jettison/1.1//jettison-1.1.jar
-jetty-util-ajax/9.4.54.v20240208//jetty-util-ajax-9.4.54.v20240208.jar
-jetty-util/9.4.54.v20240208//jetty-util-9.4.54.v20240208.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
jline/2.14.6//jline-2.14.6.jar
joda-time/2.12.5//joda-time-2.12.5.jar
jodd-core/3.5.2//jodd-core-3.5.2.jar
diff --git a/pom.xml b/pom.xml
index 3d9b003bd19c..8a1bfd7ee6b0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -143,7 +143,7 @@
<parquet.version>1.13.1</parquet.version>
<orc.version>1.9.4</orc.version>
<orc.classifier>shaded-protobuf</orc.classifier>
- <jetty.version>9.4.54.v20240208</jetty.version>
+ <jetty.version>9.4.56.v20240826</jetty.version>
<jakartaservlet.version>4.0.3</jakartaservlet.version>
<chill.version>0.10.0</chill.version>
<!--
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]