This is an automated email from the ASF dual-hosted git repository.
stoty pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/phoenix-queryserver.git
The following commit(s) were added to refs/heads/master by this push:
new f6d6a2b PHOENIX-7457 Update Jetty to 9.4.56.v20240826 in QueryServer
(#168)
f6d6a2b is described below
commit f6d6a2b3f52ac1a2064252f122eb770f7eef43d7
Author: Istvan Toth <[email protected]>
AuthorDate: Wed Nov 13 18:14:08 2024 +0100
PHOENIX-7457 Update Jetty to 9.4.56.v20240826 in QueryServer (#168)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index fd76b1b..523ca45 100644
--- a/pom.xml
+++ b/pom.xml
@@ -82,7 +82,7 @@
<curator.version>5.6.0</curator.version>
<gson.version>2.10.1</gson.version>
- <jetty.version>9.4.53.v20231009</jetty.version>
+ <jetty.version>9.4.56.v20240826</jetty.version>
<netty-bom.version>4.1.108.Final</netty-bom.version>
<commons-io.version>2.14.0</commons-io.version>
<sqlline.version>1.9.0</sqlline.version>