You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kyuubi.apache.org by bo...@apache.org on 2023/04/25 14:22:42 UTC

[kyuubi] branch branch-1.7 updated: [KYUUBI #4772] Bump Jersey from 2.39 to 2.39.1

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

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


The following commit(s) were added to refs/heads/branch-1.7 by this push:
     new 16140bdc9 [KYUUBI #4772] Bump Jersey from 2.39 to 2.39.1
16140bdc9 is described below

commit 16140bdc96ecf7e3ca21d9bda66098590c11970d
Author: liangbowen <li...@gf.com.cn>
AuthorDate: Tue Apr 25 22:22:16 2023 +0800

    [KYUUBI #4772] Bump Jersey from 2.39 to 2.39.1
    
    ### _Why are the changes needed?_
    
    - Jersey 2.39.1 release note: https://github.com/eclipse-ee4j/jersey/releases/tag/2.39.1
        - https://github.com/eclipse-ee4j/jersey/pull/5282
    
    ### _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.readthedocs.io/en/master/develop_tools/testing.html#running-tests) locally before make a pull request
    
    Closes #4772 from bowenliang123/jersey-2.39.1.
    
    Closes #4772
    
    356753565 [liangbowen] update dependencyList
    e3d3f11bd [liangbowen] bump jersey from 2.39 to 2.39.1
    
    Authored-by: liangbowen <li...@gf.com.cn>
    Signed-off-by: liangbowen <li...@gf.com.cn>
    (cherry picked from commit 0b72a6151cf8441e51592a5eb7c4b7816898e41a)
    Signed-off-by: liangbowen <li...@gf.com.cn>
---
 dev/dependencyList | 16 ++++++++--------
 pom.xml            |  2 +-
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/dev/dependencyList b/dev/dependencyList
index 13a5a858e..1450beab5 100644
--- a/dev/dependencyList
+++ b/dev/dependencyList
@@ -83,14 +83,14 @@ jakarta.ws.rs-api/2.1.6//jakarta.ws.rs-api-2.1.6.jar
 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
 jcl-over-slf4j/1.7.36//jcl-over-slf4j-1.7.36.jar
-jersey-client/2.39//jersey-client-2.39.jar
-jersey-common/2.39//jersey-common-2.39.jar
-jersey-container-servlet-core/2.39//jersey-container-servlet-core-2.39.jar
-jersey-entity-filtering/2.39//jersey-entity-filtering-2.39.jar
-jersey-hk2/2.39//jersey-hk2-2.39.jar
-jersey-media-json-jackson/2.39//jersey-media-json-jackson-2.39.jar
-jersey-media-multipart/2.39//jersey-media-multipart-2.39.jar
-jersey-server/2.39//jersey-server-2.39.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
 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
diff --git a/pom.xml b/pom.xml
index 6e9fac988..610c70df2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -162,7 +162,7 @@
         <jakarta.servlet-api.version>4.0.4</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</jersey.version>
+        <jersey.version>2.39.1</jersey.version>
         <jetty.version>9.4.50.v20221201</jetty.version>
         <jline.version>0.9.94</jline.version>
         <junit.version>4.13.1</junit.version>