Parcourir la source

Merge pull request #1829 from baomidou/dependabot/gradle/io.swagger-swagger-annotations-1.6.0

Bump swagger-annotations from 1.5.24 to 1.6.0
nieqiuqiu il y a 5 ans
Parent
commit
b7262d4bfb
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -75,7 +75,7 @@ ext {
         "velocity"                   : "org.apache.velocity:velocity-engine-core:2.1",
         "freemarker"                 : "org.freemarker:freemarker:2.3.29",
         "beetl"                      : "com.ibeetl:beetl:3.0.13.RELEASE",
-        "swagger-annotations"        : "io.swagger:swagger-annotations:1.5.24"
+        "swagger-annotations"        : "io.swagger:swagger-annotations:1.6.0"
     ]
 }