This is an automated email from the ASF dual-hosted git repository. stoty pushed a commit to branch 5.1 in repository https://gitbox.apache.org/repos/asf/phoenix.git
The following commit(s) were added to refs/heads/5.1 by this push: new 6363a626db PHOENIX-7576 Update Jetty to 9.4.57.v20241219 (#2110) 6363a626db is described below commit 6363a626db3644aa265e1b439f461a7100e3a7e2 Author: Istvan Toth <st...@apache.org> AuthorDate: Wed Apr 16 11:33:00 2025 +0200 PHOENIX-7576 Update Jetty to 9.4.57.v20241219 (#2110) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 78e72b690c..77f4fa12e0 100644 --- a/pom.xml +++ b/pom.xml @@ -139,7 +139,7 @@ <curator.version>4.2.0</curator.version> <jcodings.version>1.0.55</jcodings.version> <thrift.version>0.9.3-1</thrift.version> - <jetty.version>9.4.56.v20240826</jetty.version> + <jetty.version>9.4.57.v20241219</jetty.version> <javax.servlet-api.version>3.1.0</javax.servlet-api.version> <!-- Test Dependencies --> <mockito.version>1.10.19</mockito.version>