bump swagger version

This commit is contained in:
zengqiao
2022-01-11 11:24:43 +08:00
parent 6d34a00e77
commit d30cb8a0f0
2 changed files with 5 additions and 6 deletions

View File

@@ -39,10 +39,9 @@ public class SwaggerConfig implements WebMvcConfigurer {
private ApiInfo apiInfo() {
return new ApiInfoBuilder()
.title("Logi-KafkaManager 接口文档")
.description("欢迎使用滴滴Logi-KafkaManager")
.contact("huangyiminghappy@163.com")
.version("2.2.0")
.title("LogiKM接口文档")
.description("欢迎使用滴滴LogiKM")
.version("2.5.0")
.build();
}

View File

@@ -17,8 +17,8 @@
<properties>
<kafka-manager.revision>2.5</kafka-manager.revision>
<swagger2.version>2.7.0</swagger2.version>
<swagger.version>1.5.13</swagger.version>
<swagger2.version>2.9.2</swagger2.version>
<swagger.version>1.5.21</swagger.version>
<maven.test.skip>true</maven.test.skip>
<downloadSources>true</downloadSources>