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:02:34 UTC

[incubator-kyuubi] branch master updated: [KYUUBI #3009] Bump Jersey from 2.35 to 2.36

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 a2431d0c3 [KYUUBI #3009] Bump Jersey from 2.35 to 2.36
a2431d0c3 is described below

commit a2431d0c375602274554c16edbaf16dafef5dac8
Author: jiaoqingbo <11...@qq.com>
AuthorDate: Tue Jul 5 20:02:24 2022 +0800

    [KYUUBI #3009] Bump Jersey from 2.35 to 2.36
    
    ### _Why are the changes needed?_
    
    fix #3009
    
    ### _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
    
    Closes #3013 from jiaoqingbo/kyuubi-3009.
    
    Closes #3009
    
    6f47ec6d [jiaoqingbo] [KYUUBI #3009] Bump Jersey from 2.35 to 2.36
    
    Authored-by: jiaoqingbo <11...@qq.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 b7264579d..74d00b8f2 100644
--- a/dev/dependencyList
+++ b/dev/dependencyList
@@ -65,13 +65,13 @@ 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.35//jcl-over-slf4j-1.7.35.jar
-jersey-client/2.35//jersey-client-2.35.jar
-jersey-common/2.35//jersey-common-2.35.jar
-jersey-container-servlet-core/2.35//jersey-container-servlet-core-2.35.jar
-jersey-entity-filtering/2.35//jersey-entity-filtering-2.35.jar
-jersey-hk2/2.35//jersey-hk2-2.35.jar
-jersey-media-json-jackson/2.35//jersey-media-json-jackson-2.35.jar
-jersey-server/2.35//jersey-server-2.35.jar
+jersey-client/2.36//jersey-client-2.36.jar
+jersey-common/2.36//jersey-common-2.36.jar
+jersey-container-servlet-core/2.36//jersey-container-servlet-core-2.36.jar
+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
diff --git a/pom.xml b/pom.xml
index 9619e0452..c3259ca03 100644
--- a/pom.xml
+++ b/pom.xml
@@ -142,7 +142,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.1</jakarta.activation.version>
-        <jersey.version>2.35</jersey.version>
+        <jersey.version>2.36</jersey.version>
         <jetty.version>9.4.41.v20210516</jetty.version>
         <jline.version>0.9.94</jline.version>
         <junit.version>4.13.1</junit.version>