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

bowenliang 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 4e0562df8 [KYUUBI #4808] Bump Jetty from 9.4.50 to 9.4.51
4e0562df8 is described below

commit 4e0562df8f03e219768548773dcd6ec284427beb
Author: liangbowen <[email protected]>
AuthorDate: Tue May 9 08:44:00 2023 +0800

    [KYUUBI #4808] Bump Jetty from 9.4.50 to 9.4.51
    
    ### _Why are the changes needed?_
    
    - to fix 2 Dependabot alerts
      1. https://github.com/apache/kyuubi/security/dependabot/19
      2. https://github.com/apache/kyuubi/security/dependabot/18
    
    ### _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
    
    - [x] [Run 
test](https://kyuubi.readthedocs.io/en/master/develop_tools/testing.html#running-tests)
 locally before make a pull request
    
    Closes #4808 from bowenliang123/jetty-9.4.51.
    
    Closes #4808
    
    84789292b [liangbowen] update dependencyList
    d1ebdc68a [liangbowen] Revert "update dependencyList"
    e4e26b7b5 [liangbowen] update dependencyList
    6cfb37dbb [liangbowen] bump jetty to 9.4.51
    
    Authored-by: liangbowen <[email protected]>
    Signed-off-by: bowenliang <[email protected]>
---
 dev/dependencyList | 14 +++++++-------
 pom.xml            |  2 +-
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/dev/dependencyList b/dev/dependencyList
index 11f2e2c3c..b216b7092 100644
--- a/dev/dependencyList
+++ b/dev/dependencyList
@@ -98,13 +98,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.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
+jetty-http/9.4.51.v20230217//jetty-http-9.4.51.v20230217.jar
+jetty-io/9.4.51.v20230217//jetty-io-9.4.51.v20230217.jar
+jetty-security/9.4.51.v20230217//jetty-security-9.4.51.v20230217.jar
+jetty-server/9.4.51.v20230217//jetty-server-9.4.51.v20230217.jar
+jetty-servlet/9.4.51.v20230217//jetty-servlet-9.4.51.v20230217.jar
+jetty-util-ajax/9.4.51.v20230217//jetty-util-ajax-9.4.51.v20230217.jar
+jetty-util/9.4.51.v20230217//jetty-util-9.4.51.v20230217.jar
 jline/0.9.94//jline-0.9.94.jar
 jul-to-slf4j/1.7.36//jul-to-slf4j-1.7.36.jar
 kafka-clients/3.4.0//kafka-clients-3.4.0.jar
diff --git a/pom.xml b/pom.xml
index 2fe54e329..03bf2a149 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.2</jakarta.activation.version>
         <jersey.version>2.39.1</jersey.version>
-        <jetty.version>9.4.50.v20221201</jetty.version>
+        <jetty.version>9.4.51.v20230217</jetty.version>
         <jline.version>0.9.94</jline.version>
         <junit.version>4.13.2</junit.version>
         <kafka.version>3.4.0</kafka.version>

Reply via email to