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 May 23, 2024
1 parent e89aa62 commit 47a71fa
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.2.6'
implementation 'io.swagger:swagger-annotations:1.6.12'
swaggerCodegen 'io.swagger:swagger-codegen-cli:2.4.34'
}
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.2.6'
implementation 'io.swagger:swagger-annotations:1.6.12'
swaggerCodegen 'io.swagger.codegen.v3:swagger-codegen-cli:3.0.47'
}
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.2.6'
implementation 'io.swagger.core.v3:swagger-annotations:2.2.17'
implementation 'io.springfox:springfox-swagger2:2.9.2'
swaggerCodegen 'org.openapitools:openapi-generator-cli:3.3.4'
Expand Down

0 comments on commit 47a71fa

Please sign in to comment.