Skip to content

Commit

Permalink
Update dependency org.springframework.boot:spring-boot-starter-web to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 7, 2023
1 parent 6c7ebaf commit 04a0788
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repositories {
}

dependencies {
implementation 'org.springframework.boot:spring-boot-starter-web:2.1.3.RELEASE'
implementation 'org.springframework.boot:spring-boot-starter-web:3.0.5'
implementation 'io.swagger:swagger-annotations:1.6.10'
swaggerCodegen 'io.swagger:swagger-codegen-cli:2.4.31'
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repositories {
}

dependencies {
implementation 'org.springframework.boot:spring-boot-starter-web:2.1.3.RELEASE'
implementation 'org.springframework.boot:spring-boot-starter-web:3.0.5'
implementation 'io.swagger:swagger-annotations:1.6.10'
swaggerCodegen 'io.swagger.codegen.v3:swagger-codegen-cli:3.0.42'
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repositories {
}

dependencies {
implementation 'org.springframework.boot:spring-boot-starter-web:2.1.3.RELEASE'
implementation 'org.springframework.boot:spring-boot-starter-web:3.0.5'
implementation 'io.swagger.core.v3:swagger-annotations:2.2.9'
implementation 'io.springfox:springfox-swagger2:2.9.2'
swaggerCodegen 'org.openapitools:openapi-generator-cli:3.3.4'
Expand Down

0 comments on commit 04a0788

Please sign in to comment.