You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zookeeper.apache.org by cn...@apache.org on 2022/12/13 20:46:50 UTC

[zookeeper] branch branch-3.7 updated: ZOOKEEPER-4627: Upgraded jetty library. (#1955)

This is an automated email from the ASF dual-hosted git repository.

cnauroth pushed a commit to branch branch-3.7
in repository https://gitbox.apache.org/repos/asf/zookeeper.git


The following commit(s) were added to refs/heads/branch-3.7 by this push:
     new f8d233b4d ZOOKEEPER-4627: Upgraded jetty library. (#1955)
f8d233b4d is described below

commit f8d233b4d42cc824f4f5ca51ee5c93e64faaa3f5
Author: Mike Dobozy <do...@gmail.com>
AuthorDate: Tue Dec 13 15:43:29 2022 -0500

    ZOOKEEPER-4627: Upgraded jetty library. (#1955)
    
    Co-authored-by: Mike Dobozy <md...@redhat.com>
    Co-authored-by: Anup Ghatage <gh...@apache.org>
    Signed-off-by: Chris Nauroth <cn...@apache.org>
    Reviewed-by: Mate Szalay-Beko <sy...@apache.org>
    (cherry picked from commit 21a707b73e588a7bfc53dfcacaa14f5a1b386159)
    (cherry picked from commit 01875f07a4453ccb0826bd9a6f6f25f897d1382c)
---
 pom.xml                                                                 | 2 +-
 ...43.v20210629.LICENSE.txt => jetty-http-9.4.49.v20220914.LICENSE.txt} | 0
 ...4.43.v20210629.LICENSE.txt => jetty-io-9.4.49.v20220914.LICENSE.txt} | 0
 ...20210629.LICENSE.txt => jetty-security-9.4.49.v20220914.LICENSE.txt} | 0
 ....v20210629.LICENSE.txt => jetty-server-9.4.49.v20220914.LICENSE.txt} | 0
 ...v20210629.LICENSE.txt => jetty-servlet-9.4.49.v20220914.LICENSE.txt} | 0
 ...43.v20210629.LICENSE.txt => jetty-util-9.4.49.v20220914.LICENSE.txt} | 0
 ...0210629.LICENSE.txt => jetty-util-ajax-9.4.49.v20220914.LICENSE.txt} | 0
 8 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 4184dccd2..8c446a045 100755
--- a/pom.xml
+++ b/pom.xml
@@ -438,7 +438,7 @@
     <hamcrest.version>2.2</hamcrest.version>
     <commons-cli.version>1.4</commons-cli.version>
     <netty.version>4.1.76.Final</netty.version>
-    <jetty.version>9.4.43.v20210629</jetty.version>
+    <jetty.version>9.4.49.v20220914</jetty.version>
     <jackson.version>2.13.2.1</jackson.version>
     <jline.version>2.14.6</jline.version>
     <snappy.version>1.1.7.7</snappy.version>
diff --git a/zookeeper-server/src/main/resources/lib/jetty-http-9.4.43.v20210629.LICENSE.txt b/zookeeper-server/src/main/resources/lib/jetty-http-9.4.49.v20220914.LICENSE.txt
similarity index 100%
rename from zookeeper-server/src/main/resources/lib/jetty-http-9.4.43.v20210629.LICENSE.txt
rename to zookeeper-server/src/main/resources/lib/jetty-http-9.4.49.v20220914.LICENSE.txt
diff --git a/zookeeper-server/src/main/resources/lib/jetty-io-9.4.43.v20210629.LICENSE.txt b/zookeeper-server/src/main/resources/lib/jetty-io-9.4.49.v20220914.LICENSE.txt
similarity index 100%
rename from zookeeper-server/src/main/resources/lib/jetty-io-9.4.43.v20210629.LICENSE.txt
rename to zookeeper-server/src/main/resources/lib/jetty-io-9.4.49.v20220914.LICENSE.txt
diff --git a/zookeeper-server/src/main/resources/lib/jetty-security-9.4.43.v20210629.LICENSE.txt b/zookeeper-server/src/main/resources/lib/jetty-security-9.4.49.v20220914.LICENSE.txt
similarity index 100%
rename from zookeeper-server/src/main/resources/lib/jetty-security-9.4.43.v20210629.LICENSE.txt
rename to zookeeper-server/src/main/resources/lib/jetty-security-9.4.49.v20220914.LICENSE.txt
diff --git a/zookeeper-server/src/main/resources/lib/jetty-server-9.4.43.v20210629.LICENSE.txt b/zookeeper-server/src/main/resources/lib/jetty-server-9.4.49.v20220914.LICENSE.txt
similarity index 100%
rename from zookeeper-server/src/main/resources/lib/jetty-server-9.4.43.v20210629.LICENSE.txt
rename to zookeeper-server/src/main/resources/lib/jetty-server-9.4.49.v20220914.LICENSE.txt
diff --git a/zookeeper-server/src/main/resources/lib/jetty-servlet-9.4.43.v20210629.LICENSE.txt b/zookeeper-server/src/main/resources/lib/jetty-servlet-9.4.49.v20220914.LICENSE.txt
similarity index 100%
rename from zookeeper-server/src/main/resources/lib/jetty-servlet-9.4.43.v20210629.LICENSE.txt
rename to zookeeper-server/src/main/resources/lib/jetty-servlet-9.4.49.v20220914.LICENSE.txt
diff --git a/zookeeper-server/src/main/resources/lib/jetty-util-9.4.43.v20210629.LICENSE.txt b/zookeeper-server/src/main/resources/lib/jetty-util-9.4.49.v20220914.LICENSE.txt
similarity index 100%
rename from zookeeper-server/src/main/resources/lib/jetty-util-9.4.43.v20210629.LICENSE.txt
rename to zookeeper-server/src/main/resources/lib/jetty-util-9.4.49.v20220914.LICENSE.txt
diff --git a/zookeeper-server/src/main/resources/lib/jetty-util-ajax-9.4.43.v20210629.LICENSE.txt b/zookeeper-server/src/main/resources/lib/jetty-util-ajax-9.4.49.v20220914.LICENSE.txt
similarity index 100%
rename from zookeeper-server/src/main/resources/lib/jetty-util-ajax-9.4.43.v20210629.LICENSE.txt
rename to zookeeper-server/src/main/resources/lib/jetty-util-ajax-9.4.49.v20220914.LICENSE.txt