Browse Source

升级 springdoc 1.7.0

hubin 2 years ago
parent
commit
2bf06c71d9
2 changed files with 2 additions and 2 deletions
  1. 1 1
      build.gradle
  2. 1 1
      pom.xml

+ 1 - 1
build.gradle

@@ -80,7 +80,7 @@ dependencies {
     implementation("org.springframework.boot:spring-boot-starter-mail")
 
     // https://springdoc.org
-    implementation("org.springdoc:springdoc-openapi-ui:1.6.15")
+    implementation("org.springdoc:springdoc-openapi-ui:1.7.0")
 
     // oss 文件存储
     implementation("com.aizuda:aizuda-oss")

+ 1 - 1
pom.xml

@@ -47,7 +47,7 @@
 		<dependency>
 			<groupId>org.springdoc</groupId>
 			<artifactId>springdoc-openapi-ui</artifactId>
-			<version>1.6.15</version>
+			<version>1.7.0</version>
 		</dependency>
 		<dependency>
 			<groupId>p6spy</groupId>