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:29 UTC

[kyuubi] branch master 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 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 0b72a6151 [KYUUBI #4772] Bump Jersey from 2.39 to 2.39.1
0b72a6151 is described below

commit 0b72a6151cf8441e51592a5eb7c4b7816898e41a
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>
---
 dev/dependencyList | 16 ++++++++--------
 pom.xml            |  2 +-
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/dev/dependencyList b/dev/dependencyList
index fc9913604..0abcc5196 100644
--- a/dev/dependencyList
+++ b/dev/dependencyList
@@ -86,14 +86,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 ae6dc2e29..9ff452a48 100644
--- a/pom.xml
+++ b/pom.xml
@@ -161,7 +161,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.2</junit.version>