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.4 (#285)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] and renovate-bot authored Dec 23, 2021
1 parent 29a4410 commit e34606f
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.3'
implementation 'io.swagger:swagger-annotations:1.6.4'
swaggerCodegen 'io.swagger:swagger-codegen-cli:2.4.24'
}

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.3'
implementation 'io.swagger:swagger-annotations:1.6.4'
swaggerCodegen 'io.swagger.codegen.v3:swagger-codegen-cli:3.0.30'
}

Expand Down

0 comments on commit e34606f

Please sign in to comment.