You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by st...@apache.org on 2022/10/24 05:04:36 UTC

[phoenix] branch master updated: PHOENIX-6816 Update Jetty to 9.4.49.v20220914

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.git


The following commit(s) were added to refs/heads/master by this push:
     new 4ddbb244a5 PHOENIX-6816 Update Jetty to 9.4.49.v20220914
4ddbb244a5 is described below

commit 4ddbb244a54321bcfa6053965c1aee01bc487af9
Author: Istvan Toth <st...@apache.org>
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 882cf192ac..60ad337e73 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>