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 390cce3c12 PHOENIX-6816 Update Jetty to 9.4.49.v20220914
390cce3c12 is described below
commit 390cce3c125913518cece9e1aede9ff31e8e2908
Author: Istvan Toth <[email protected]>
AuthorDate: Thu Oct 20 10:53:04 2022 +0200
PHOENIX-6816 Update Jetty to 9.4.49.v20220914
---
phoenix-tracing-webapp/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/phoenix-tracing-webapp/pom.xml b/phoenix-tracing-webapp/pom.xml
index 6b56f02ef7..bdbcf21e38 100755
--- a/phoenix-tracing-webapp/pom.xml
+++ b/phoenix-tracing-webapp/pom.xml
@@ -32,7 +32,7 @@
<properties>
<!-- tracing webapp only versions -->
<servlet.api.version>3.1.0</servlet.api.version>
- <jetty.version>9.4.43.v20210629</jetty.version>
+ <jetty.version>9.4.49.v20220914</jetty.version>
</properties>