Przeglądaj źródła

升级 springdoc 1.7.0

hubin 2 lat temu
rodzic
commit
6a561a6ce4
2 zmienionych plików z 2 dodań i 2 usunięć
  1. 1 1
      build.gradle
  2. 1 1
      pom.xml

+ 1 - 1
build.gradle

@@ -69,7 +69,7 @@ subprojects {
 
         dependencies {
             // 文档
-            dependency("org.springdoc:springdoc-openapi-webmvc-core:1.6.15")
+            dependency("org.springdoc:springdoc-openapi-webmvc-core:1.7.0")
             dependency("jakarta.servlet:jakarta.servlet-api:6.0.0")
 
             // 工具类

+ 1 - 1
pom.xml

@@ -39,7 +39,7 @@
             <dependency>
                 <groupId>org.springdoc</groupId>
                 <artifactId>springdoc-openapi-webmvc-core</artifactId>
-                <version>1.6.15</version>
+                <version>1.7.0</version>
             </dependency>
             <dependency>
                 <groupId>org.jodd</groupId>