Skip to content
This repository has been archived by the owner on Nov 23, 2024. It is now read-only.

Commit

Permalink
Update dependency io.swagger:swagger-annotations to v1.6.9 (#349)
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 Nov 15, 2022
1 parent ce768e4 commit a0fa7b4
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.8'
implementation 'io.swagger:swagger-annotations:1.6.9'
swaggerCodegen 'io.swagger:swagger-codegen-cli:2.4.29'
}

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.8'
implementation 'io.swagger:swagger-annotations:1.6.9'
swaggerCodegen 'io.swagger.codegen.v3:swagger-codegen-cli:3.0.36'
}

Expand Down

0 comments on commit a0fa7b4

Please sign in to comment.