You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ro...@apache.org on 2023/03/14 08:21:54 UTC

[iotdb] branch master updated: [hotfix][REST Service] Fix the display error of the swagger page (#9303)

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

rong pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/master by this push:
     new 7158cadfe6 [hotfix][REST Service] Fix the display error of the swagger page (#9303)
7158cadfe6 is described below

commit 7158cadfe6c5f5ef4a003cb12712077dcd61b2ff
Author: CloudWise-Lukemiao <76...@users.noreply.github.com>
AuthorDate: Tue Mar 14 16:21:47 2023 +0800

    [hotfix][REST Service] Fix the display error of the swagger page (#9303)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 8be527f7fc..cd07aee195 100644
--- a/pom.xml
+++ b/pom.xml
@@ -187,7 +187,7 @@
         <httpclient.version>4.5.14</httpclient.version>
         <httpcore.version>4.4.15</httpcore.version>
         <!-- for REST service -->
-        <swagger.core.version>1.5.24</swagger.core.version>
+        <swagger.core.version>1.6.2</swagger.core.version>
         <servlet.api.version>2.5</servlet.api.version>
         <openapi.generator.version>5.0.0</openapi.generator.version>
         <!-- cli -->