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

ulyssesyou 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 19072f9  [KYUUBI #1042] [DEPS] Bump jersey 2.30
19072f9 is described below

commit 19072f964284edf6edff6942c384e58d58f7a19d
Author: Cheng Pan <[email protected]>
AuthorDate: Tue Sep 7 09:33:31 2021 +0800

    [KYUUBI #1042] [DEPS] Bump jersey 2.30
    
    <!--
    Thanks for sending a pull request!
    
    Here are some tips for you:
      1. If this is your first time, please read our contributor guidelines: 
https://kyuubi.readthedocs.io/en/latest/community/contributions.html
      2. If the PR is related to an issue in 
https://github.com/apache/incubator-kyuubi/issues, add '[KYUUBI #XXXX]' in your 
PR title, e.g., '[KYUUBI #XXXX] Your PR title ...'.
      3. If the PR is unfinished, add '[WIP]' in your PR title, e.g., 
'[WIP][KYUUBI #XXXX] Your PR title ...'.
    -->
    
    ### _Why are the changes needed?_
    <!--
    Please clarify why the changes are needed. For instance,
      1. If you add a feature, you can talk about the use case of it.
      2. If you fix a bug, you can clarify why it is a bug.
    -->
    Align with `spark-core`
    
    https://mvnrepository.com/artifact/org.apache.spark/spark-core_2.12/3.1.2
    https://mvnrepository.com/artifact/org.apache.spark/spark-core_2.12/3.0.3
    
    ### _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/latest/develop_tools/testing.html#running-tests)
 locally before make a pull request
    
    Closes #1042 from pan3793/jersey.
    
    Closes #1042
    
    f5a05cd0 [Cheng Pan] Update dependencyList
    abb517e2 [Cheng Pan] [DEPS] Bump jersey 2.30
    
    Authored-by: Cheng Pan <[email protected]>
    Signed-off-by: ulysses-you <[email protected]>
---
 dev/dependencyList | 30 +++++++++++++++---------------
 pom.xml            |  2 +-
 2 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/dev/dependencyList b/dev/dependencyList
index 6c13f62..9dce44b 100644
--- a/dev/dependencyList
+++ b/dev/dependencyList
@@ -15,7 +15,7 @@
 # limitations under the License.
 #
 
-aopalliance-repackaged/2.5.0//aopalliance-repackaged-2.5.0.jar
+aopalliance-repackaged/2.6.1//aopalliance-repackaged-2.6.1.jar
 commons-codec/1.15//commons-codec-1.15.jar
 commons-lang3/3.10//commons-lang3-3.10.jar
 curator-client/2.12.0//curator-client-2.12.0.jar
@@ -26,28 +26,29 @@ guava/30.1-jre//guava-30.1-jre.jar
 hadoop-client-api/3.2.2//hadoop-client-api-3.2.2.jar
 hadoop-client-runtime/3.2.2//hadoop-client-runtime-3.2.2.jar
 hive-service-rpc/2.3.7//hive-service-rpc-2.3.7.jar
-hk2-api/2.5.0//hk2-api-2.5.0.jar
-hk2-locator/2.5.0//hk2-locator-2.5.0.jar
-hk2-utils/2.5.0//hk2-utils-2.5.0.jar
+hk2-api/2.6.1//hk2-api-2.6.1.jar
+hk2-locator/2.6.1//hk2-locator-2.6.1.jar
+hk2-utils/2.6.1//hk2-utils-2.6.1.jar
 htrace-core4/4.1.0-incubating//htrace-core4-4.1.0-incubating.jar
 jackson-annotations/2.11.4//jackson-annotations-2.11.4.jar
 jackson-core/2.11.4//jackson-core-2.11.4.jar
 jackson-databind/2.11.4//jackson-databind-2.11.4.jar
 jackson-module-paranamer/2.11.4//jackson-module-paranamer-2.11.4.jar
 jackson-module-scala_2.12/2.11.4//jackson-module-scala_2.12-2.11.4.jar
-jakarta.annotation-api/1.3.4//jakarta.annotation-api-1.3.4.jar
-jakarta.inject/2.5.0//jakarta.inject-2.5.0.jar
+jakarta.annotation-api/1.3.5//jakarta.annotation-api-1.3.5.jar
+jakarta.inject/2.6.1//jakarta.inject-2.6.1.jar
 jakarta.servlet-api/4.0.4//jakarta.servlet-api-4.0.4.jar
-jakarta.ws.rs-api/2.1.5//jakarta.ws.rs-api-2.1.5.jar
-javassist/3.22.0-CR2//javassist-3.22.0-CR2.jar
+jakarta.validation-api/2.0.2//jakarta.validation-api-2.0.2.jar
+jakarta.ws.rs-api/2.1.6//jakarta.ws.rs-api-2.1.6.jar
+javassist/3.25.0-GA//javassist-3.25.0-GA.jar
 jaxb-api/2.2.11//jaxb-api-2.2.11.jar
 jcl-over-slf4j/1.7.30//jcl-over-slf4j-1.7.30.jar
-jersey-client/2.29//jersey-client-2.29.jar
-jersey-common/2.29//jersey-common-2.29.jar
-jersey-container-servlet-core/2.29//jersey-container-servlet-core-2.29.jar
-jersey-hk2/2.29//jersey-hk2-2.29.jar
-jersey-media-jaxb/2.29//jersey-media-jaxb-2.29.jar
-jersey-server/2.29//jersey-server-2.29.jar
+jersey-client/2.30//jersey-client-2.30.jar
+jersey-common/2.30//jersey-common-2.30.jar
+jersey-container-servlet-core/2.30//jersey-container-servlet-core-2.30.jar
+jersey-hk2/2.30//jersey-hk2-2.30.jar
+jersey-media-jaxb/2.30//jersey-media-jaxb-2.30.jar
+jersey-server/2.30//jersey-server-2.30.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
@@ -72,5 +73,4 @@ 
simpleclient_dropwizard/0.10.0//simpleclient_dropwizard-0.10.0.jar
 simpleclient_servlet/0.10.0//simpleclient_servlet-0.10.0.jar
 slf4j-api/1.7.30//slf4j-api-1.7.30.jar
 slf4j-log4j12/1.7.30//slf4j-log4j12-1.7.30.jar
-validation-api/2.0.1.Final//validation-api-2.0.1.Final.jar
 zookeeper/3.4.14//zookeeper-3.4.14.jar
diff --git a/pom.xml b/pom.xml
index a7b2e89..f9fb1e0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -109,7 +109,7 @@
         <jakarta.servlet-api.version>4.0.4</jakarta.servlet-api.version>
         <jaxb.version>2.2.11</jaxb.version>
         <javax-activation.version>1.1.1</javax-activation.version>
-        <jersey.version>2.29</jersey.version>
+        <jersey.version>2.30</jersey.version>
         <jetty.version>9.4.41.v20210516</jetty.version>
         <kubernetes-client.version>5.5.0</kubernetes-client.version>
         <ldapsdk.version>5.1.4</ldapsdk.version>

Reply via email to