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:10:28 UTC

[incubator-kyuubi] branch master updated: [KYUUBI #3011] Bump swagger from 2.1.11 to 2.2.1

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 dc6e764f5 [KYUUBI #3011] Bump swagger from 2.1.11 to 2.2.1
dc6e764f5 is described below

commit dc6e764f50f25882e7583ce09ef02cdedffecead
Author: senmiaoliu <se...@trip.com>
AuthorDate: Tue Jul 5 20:10:17 2022 +0800

    [KYUUBI #3011] Bump swagger from 2.1.11 to 2.2.1
    
    ### _Why are the changes needed?_
    
    close #3011
    
    ### _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 #3016 from lsm1/features/bump_swagger.
    
    Closes #3011
    
    df0a18e4 [senmiaoliu] update dependencyList
    ac07032a [senmiaoliu] Bump swagger from 2.1.11 to 2.2.1
    6d8a1b8e [senmiaoliu] Bump swagger from 2.1.11 to 2.2.1
    
    Authored-by: senmiaoliu <se...@trip.com>
    Signed-off-by: Cheng Pan <ch...@apache.org>
---
 dev/dependencyList | 12 ++++++------
 pom.xml            |  2 +-
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/dev/dependencyList b/dev/dependencyList
index 74d00b8f2..d1811b4db 100644
--- a/dev/dependencyList
+++ b/dev/dependencyList
@@ -18,7 +18,7 @@
 HikariCP/4.0.3//HikariCP-4.0.3.jar
 aopalliance-repackaged/2.6.1//aopalliance-repackaged-2.6.1.jar
 automaton/1.11-8//automaton-1.11-8.jar
-classgraph/4.8.95//classgraph-4.8.95.jar
+classgraph/4.8.138//classgraph-4.8.138.jar
 commons-codec/1.15//commons-codec-1.15.jar
 commons-collections/3.2.2//commons-collections-3.2.2.jar
 commons-lang/2.6//commons-lang-2.6.jar
@@ -143,10 +143,10 @@ simpleclient_tracer_otel/0.14.1//simpleclient_tracer_otel-0.14.1.jar
 simpleclient_tracer_otel_agent/0.14.1//simpleclient_tracer_otel_agent-0.14.1.jar
 slf4j-api/1.7.35//slf4j-api-1.7.35.jar
 snakeyaml/1.30//snakeyaml-1.30.jar
-swagger-annotations/2.1.11//swagger-annotations-2.1.11.jar
-swagger-core/2.1.11//swagger-core-2.1.11.jar
-swagger-integration/2.1.11//swagger-integration-2.1.11.jar
-swagger-jaxrs2/2.1.11//swagger-jaxrs2-2.1.11.jar
-swagger-models/2.1.11//swagger-models-2.1.11.jar
+swagger-annotations/2.2.1//swagger-annotations-2.2.1.jar
+swagger-core/2.2.1//swagger-core-2.2.1.jar
+swagger-integration/2.2.1//swagger-integration-2.2.1.jar
+swagger-jaxrs2/2.2.1//swagger-jaxrs2-2.2.1.jar
+swagger-models/2.2.1//swagger-models-2.2.1.jar
 zjsonpatch/0.3.0//zjsonpatch-0.3.0.jar
 zookeeper/3.4.14//zookeeper-3.4.14.jar
diff --git a/pom.xml b/pom.xml
index c3259ca03..226a00675 100644
--- a/pom.xml
+++ b/pom.xml
@@ -169,7 +169,7 @@
         <spark.archive.name>spark-${spark.version}-bin-hadoop3.2.tgz</spark.archive.name>
         <spark.archive.mirror>${apache.archive.dist}/spark/spark-${spark.version}</spark.archive.mirror>
         <spark.archive.download.skip>false</spark.archive.download.skip>
-        <swagger.version>2.1.11</swagger.version>
+        <swagger.version>2.2.1</swagger.version>
         <testcontainers-scala.version>0.40.7</testcontainers-scala.version>
         <thrift.version>0.9.3</thrift.version>
         <trino.client.version>363</trino.client.version>