File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -181,6 +181,7 @@ def versions = [
181181 springBootVersion : ' 3.5.4' ,
182182 springCloudWiremock : ' 4.3.0' ,
183183 springDocOpenUi : ' 2.8.9' ,
184+ swaggerAnnotations : ' 2.2.35' ,
184185 springSecurityVersion : ' 6.5.2' ,
185186]
186187
@@ -240,6 +241,7 @@ dependencies {
240241 implementation group : ' com.microsoft.azure' , name : ' applicationinsights-runtime-attach' , version : ' 3.7.4'
241242 implementation group : ' commons-io' , name : ' commons-io' , version : versions. commonsIO
242243 implementation group : ' org.springdoc' , name : ' springdoc-openapi-starter-webmvc-ui' , version : versions. springDocOpenUi
244+ implementation group : ' io.swagger.core.v3' , name : ' swagger-annotations' , version : versions. swaggerAnnotations
243245 implementation group : ' org.projectlombok' , name : ' lombok' , version : versions. lombok
244246 implementation group : ' org.mapstruct' , name : ' mapstruct' , version : ' 1.5.5.Final'
245247 implementation group : ' com.fasterxml.jackson.dataformat' , name : ' jackson-dataformat-csv' , version : versions. jacksonDatabind
You can’t perform that action at this time.
0 commit comments