You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kyuubi.apache.org by ch...@apache.org on 2023/01/04 10:02:16 UTC

[kyuubi] branch master updated: [KYUUBI #4079] Bump Jetty from 9.4.48.v20220622 to 9.4.50.v20221201

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

chengpan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kyuubi.git


The following commit(s) were added to refs/heads/master by this push:
     new bfc56b2cf [KYUUBI #4079] Bump Jetty from 9.4.48.v20220622 to 9.4.50.v20221201
bfc56b2cf is described below

commit bfc56b2cf50be0ff284d29cd2c2c672454e2a35c
Author: liangbowen <li...@gf.com.cn>
AuthorDate: Wed Jan 4 18:01:55 2023 +0800

    [KYUUBI #4079] Bump Jetty from 9.4.48.v20220622 to 9.4.50.v20221201
    
    ### _Why are the changes needed?_
    
    - https://github.com/eclipse/jetty.project/releases/tag/jetty-9.4.50.v20221201
    - https://github.com/eclipse/jetty.project/releases/tag/jetty-9.4.49.v20220914
    
    ### _How was this patch tested?_
    - [x] Add some test cases that check the changes thoroughly including negative and positive cases if possible
    
    - [ ] Add screenshots for manual tests if appropriate
    
    - [x] [Run test](https://kyuubi.apache.org/docs/latest/develop_tools/testing.html#running-tests) locally before make a pull request
    
    Closes #4079 from bowenliang123/jetty-9.4.50.
    
    Closes #4079
    
    e60883c1 [liangbowen] Bump Jetty from 9.4.48.v20220622 to 9.4.50.v20221201
    6763d56f [liangbowen] Bump Jetty from 9.4.48.v20220622 to 9.4.50.v20221201
    
    Authored-by: liangbowen <li...@gf.com.cn>
    Signed-off-by: Cheng Pan <ch...@apache.org>
---
 dev/dependencyList | 14 +++++++-------
 pom.xml            |  2 +-
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/dev/dependencyList b/dev/dependencyList
index 4c43964d3..86b350aa3 100644
--- a/dev/dependencyList
+++ b/dev/dependencyList
@@ -92,13 +92,13 @@ jetcd-api/0.7.3//jetcd-api-0.7.3.jar
 jetcd-common/0.7.3//jetcd-common-0.7.3.jar
 jetcd-core/0.7.3//jetcd-core-0.7.3.jar
 jetcd-grpc/0.7.3//jetcd-grpc-0.7.3.jar
-jetty-http/9.4.48.v20220622//jetty-http-9.4.48.v20220622.jar
-jetty-io/9.4.48.v20220622//jetty-io-9.4.48.v20220622.jar
-jetty-security/9.4.48.v20220622//jetty-security-9.4.48.v20220622.jar
-jetty-server/9.4.48.v20220622//jetty-server-9.4.48.v20220622.jar
-jetty-servlet/9.4.48.v20220622//jetty-servlet-9.4.48.v20220622.jar
-jetty-util-ajax/9.4.48.v20220622//jetty-util-ajax-9.4.48.v20220622.jar
-jetty-util/9.4.48.v20220622//jetty-util-9.4.48.v20220622.jar
+jetty-http/9.4.50.v20221201//jetty-http-9.4.50.v20221201.jar
+jetty-io/9.4.50.v20221201//jetty-io-9.4.50.v20221201.jar
+jetty-security/9.4.50.v20221201//jetty-security-9.4.50.v20221201.jar
+jetty-server/9.4.50.v20221201//jetty-server-9.4.50.v20221201.jar
+jetty-servlet/9.4.50.v20221201//jetty-servlet-9.4.50.v20221201.jar
+jetty-util-ajax/9.4.50.v20221201//jetty-util-ajax-9.4.50.v20221201.jar
+jetty-util/9.4.50.v20221201//jetty-util-9.4.50.v20221201.jar
 jline/0.9.94//jline-0.9.94.jar
 jul-to-slf4j/1.7.36//jul-to-slf4j-1.7.36.jar
 kubernetes-client/5.12.1//kubernetes-client-5.12.1.jar
diff --git a/pom.xml b/pom.xml
index 6f9a7b28d..996988f9c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -162,7 +162,7 @@
         <jakarta.xml-bind.version>2.3.2</jakarta.xml-bind.version>
         <jakarta.activation.version>1.2.1</jakarta.activation.version>
         <jersey.version>2.36</jersey.version>
-        <jetty.version>9.4.48.v20220622</jetty.version>
+        <jetty.version>9.4.50.v20221201</jetty.version>
         <jline.version>0.9.94</jline.version>
         <junit.version>4.13.1</junit.version>
         <kubernetes-client.version>5.12.1</kubernetes-client.version>