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 2022/07/05 12:14:33 UTC

[incubator-kyuubi] branch master updated: [KYUUBI #3010] Bump Jetty from 9.4.41.v20210516 to 9.4.48.v20220622

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/incubator-kyuubi.git


The following commit(s) were added to refs/heads/master by this push:
     new 1f59a592d [KYUUBI #3010] Bump Jetty from 9.4.41.v20210516 to 9.4.48.v20220622
1f59a592d is described below

commit 1f59a592d8f9f67a6cfc4b5df40cab760c1be911
Author: senmiaoliu <se...@trip.com>
AuthorDate: Tue Jul 5 20:14:06 2022 +0800

    [KYUUBI #3010] Bump Jetty from 9.4.41.v20210516 to 9.4.48.v20220622
    
    ### _Why are the changes needed?_
    
    close #3010
    
    ### _How was this patch tested?_
    - [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible
    
    - [ ] Add screenshots for manual tests if appropriate
    
    - [ ] [Run test](https://kyuubi.apache.org/docs/latest/develop_tools/testing.html#running-tests) locally before make a pull request
    
    This patch had conflicts when merged, resolved by
    Committer: Cheng Pan <ch...@apache.org>
    
    Closes #3014 from lsm1/features/bump_Jetty.
    
    Closes #3010
    
    ae18e0f6 [senmiaoliu] update dependencyList
    b32cd8c3 [senmiaoliu] Bump Jetty from 9.4.41.v20210516 to 9.4.48.v20220622
    
    Authored-by: senmiaoliu <se...@trip.com>
    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 d1811b4db..b5b981768 100644
--- a/dev/dependencyList
+++ b/dev/dependencyList
@@ -72,13 +72,13 @@ jersey-entity-filtering/2.36//jersey-entity-filtering-2.36.jar
 jersey-hk2/2.36//jersey-hk2-2.36.jar
 jersey-media-json-jackson/2.36//jersey-media-json-jackson-2.36.jar
 jersey-server/2.36//jersey-server-2.36.jar
-jetty-http/9.4.41.v20210516//jetty-http-9.4.41.v20210516.jar
-jetty-io/9.4.41.v20210516//jetty-io-9.4.41.v20210516.jar
-jetty-security/9.4.41.v20210516//jetty-security-9.4.41.v20210516.jar
-jetty-server/9.4.41.v20210516//jetty-server-9.4.41.v20210516.jar
-jetty-servlet/9.4.41.v20210516//jetty-servlet-9.4.41.v20210516.jar
-jetty-util-ajax/9.4.41.v20210516//jetty-util-ajax-9.4.41.v20210516.jar
-jetty-util/9.4.41.v20210516//jetty-util-9.4.41.v20210516.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
 jline/0.9.94//jline-0.9.94.jar
 kubernetes-client/5.12.1//kubernetes-client-5.12.1.jar
 kubernetes-model-admissionregistration/5.12.1//kubernetes-model-admissionregistration-5.12.1.jar
diff --git a/pom.xml b/pom.xml
index 226a00675..a3d0cfba2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -143,7 +143,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.41.v20210516</jetty.version>
+        <jetty.version>9.4.48.v20220622</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>