This is an automated email from the ASF dual-hosted git repository. vhs pushed a commit to branch release-1.0.2 in repository https://gitbox.apache.org/repos/asf/hudi.git
commit 68d7530bd68177379bbf1bc96a528b6a6687b2d4 Author: adith-os <[email protected]> AuthorDate: Sat Apr 5 04:04:20 2025 +0530 [MINOR] Upgrade jetty version to 9.4.57.v20241219 to fix CVE-2024-8184 (#13058) (cherry picked from commit 7ac0b0aa2dce7a9a2ee198d7250d7ed5e56e659d) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0664bd492b0..6b038d331b9 100644 --- a/pom.xml +++ b/pom.xml @@ -187,7 +187,7 @@ <surefire-log4j.file>log4j2-surefire.properties</surefire-log4j.file> <thrift.version>0.13.0</thrift.version> <javalin.version>4.6.7</javalin.version> - <jetty.version>9.4.53.v20231009</jetty.version> + <jetty.version>9.4.57.v20241219</jetty.version> <htrace.version>3.1.0-incubating</htrace.version> <hbase.version>2.4.13</hbase.version> <h2.version>1.4.199</h2.version>
