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

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


The following commit(s) were added to refs/heads/branch-1.9 by this push:
     new 6b3f3d25e [KYUUBI #6418] Bump Jersey to 2.40
6b3f3d25e is described below

commit 6b3f3d25e85d402ec3c9ccae5c918dcb7abbf024
Author: Cheng Pan <[email protected]>
AuthorDate: Fri May 24 18:21:34 2024 +0800

    [KYUUBI #6418] Bump Jersey to 2.40
    
    # :mag: Description
    
    This is a regular dependency upgrade.
    
    https://github.com/eclipse-ee4j/jersey/releases/tag/2.40
    
    Though 2.40 is not the latest version of the Jersey 2 serial, using a 
version adopted by Spark 3.5 is not harmful.
    
    ## Types of changes :bookmark:
    
    - [ ] Bugfix (non-breaking change which fixes an issue)
    - [ ] New feature (non-breaking change which adds functionality)
    - [ ] Breaking change (fix or feature that would cause existing 
functionality to change)
    
    ## Test Plan ๐Ÿงช
    
    Pass GHA.
    
    ---
    
    # Checklist ๐Ÿ“
    
    - [x] This patch was not authored or co-authored using [Generative 
Tooling](https://www.apache.org/legal/generative-tooling.html)
    
    **Be nice. Be informative.**
    
    Closes #6418 from pan3793/jersey-240.
    
    Closes #6418
    
    e925acdbd [Cheng Pan] update dependencyList
    a853dc289 [Cheng Pan] Bump Jersey to 2.40
    
    Authored-by: Cheng Pan <[email protected]>
    Signed-off-by: Cheng Pan <[email protected]>
    (cherry picked from commit d40f9155b0374e8144cbd6a3510a8ef323abb321)
    Signed-off-by: Cheng Pan <[email protected]>
---
 dev/dependencyList | 16 ++++++++--------
 pom.xml            |  2 +-
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/dev/dependencyList b/dev/dependencyList
index 270a5ff48..e11660e84 100644
--- a/dev/dependencyList
+++ b/dev/dependencyList
@@ -75,14 +75,14 @@ jakarta.xml.bind-api/2.3.2//jakarta.xml.bind-api-2.3.2.jar
 javassist/3.25.0-GA//javassist-3.25.0-GA.jar
 javax.servlet-api/4.0.1//javax.servlet-api-4.0.1.jar
 jcl-over-slf4j/1.7.36//jcl-over-slf4j-1.7.36.jar
-jersey-client/2.39.1//jersey-client-2.39.1.jar
-jersey-common/2.39.1//jersey-common-2.39.1.jar
-jersey-container-servlet-core/2.39.1//jersey-container-servlet-core-2.39.1.jar
-jersey-entity-filtering/2.39.1//jersey-entity-filtering-2.39.1.jar
-jersey-hk2/2.39.1//jersey-hk2-2.39.1.jar
-jersey-media-json-jackson/2.39.1//jersey-media-json-jackson-2.39.1.jar
-jersey-media-multipart/2.39.1//jersey-media-multipart-2.39.1.jar
-jersey-server/2.39.1//jersey-server-2.39.1.jar
+jersey-client/2.40//jersey-client-2.40.jar
+jersey-common/2.40//jersey-common-2.40.jar
+jersey-container-servlet-core/2.40//jersey-container-servlet-core-2.40.jar
+jersey-entity-filtering/2.40//jersey-entity-filtering-2.40.jar
+jersey-hk2/2.40//jersey-hk2-2.40.jar
+jersey-media-json-jackson/2.40//jersey-media-json-jackson-2.40.jar
+jersey-media-multipart/2.40//jersey-media-multipart-2.40.jar
+jersey-server/2.40//jersey-server-2.40.jar
 jetcd-api/0.7.7//jetcd-api-0.7.7.jar
 jetcd-common/0.7.7//jetcd-common-0.7.7.jar
 jetcd-core/0.7.7//jetcd-core-0.7.7.jar
diff --git a/pom.xml b/pom.xml
index 9f256725a..162dab527 100644
--- a/pom.xml
+++ b/pom.xml
@@ -165,7 +165,7 @@
         <jakarta.servlet-api.version>5.0.0</jakarta.servlet-api.version>
         <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>
+        <jersey.version>2.40</jersey.version>
         <jetcd.version>0.7.7</jetcd.version>
         <jetty.version>9.4.52.v20230823</jetty.version>
         <jline.version>2.14.6</jline.version>

Reply via email to