Skip to content

Commit

Permalink
Update dependency io.swagger:swagger-annotations to v1.6.10 (#370)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 21, 2023
1 parent d263fc6 commit 5c09efd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repositories {

dependencies {
implementation 'org.springframework.boot:spring-boot-starter-web:2.1.3.RELEASE'
implementation 'io.swagger:swagger-annotations:1.6.9'
implementation 'io.swagger:swagger-annotations:1.6.10'
swaggerCodegen 'io.swagger:swagger-codegen-cli:2.4.30'
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repositories {

dependencies {
implementation 'org.springframework.boot:spring-boot-starter-web:2.1.3.RELEASE'
implementation 'io.swagger:swagger-annotations:1.6.9'
implementation 'io.swagger:swagger-annotations:1.6.10'
swaggerCodegen 'io.swagger.codegen.v3:swagger-codegen-cli:3.0.41'
}

Expand Down

0 comments on commit 5c09efd

Please sign in to comment.