This repository was archived by the owner on Nov 23, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ repositories {
8
8
}
9
9
10
10
dependencies {
11
- implementation ' org.springframework.boot:spring-boot-starter-web:2.1.3.RELEASE '
11
+ implementation ' org.springframework.boot:spring-boot-starter-web:3.2.5 '
12
12
implementation ' io.swagger:swagger-annotations:1.6.12'
13
13
swaggerCodegen ' io.swagger:swagger-codegen-cli:2.4.34'
14
14
}
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ repositories {
8
8
}
9
9
10
10
dependencies {
11
- implementation ' org.springframework.boot:spring-boot-starter-web:2.1.3.RELEASE '
11
+ implementation ' org.springframework.boot:spring-boot-starter-web:3.2.5 '
12
12
implementation ' io.swagger:swagger-annotations:1.6.12'
13
13
swaggerCodegen ' io.swagger.codegen.v3:swagger-codegen-cli:3.0.47'
14
14
}
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ repositories {
8
8
}
9
9
10
10
dependencies {
11
- implementation ' org.springframework.boot:spring-boot-starter-web:2.1.3.RELEASE '
11
+ implementation ' org.springframework.boot:spring-boot-starter-web:3.2.5 '
12
12
implementation ' io.swagger.core.v3:swagger-annotations:2.2.17'
13
13
implementation ' io.springfox:springfox-swagger2:2.9.2'
14
14
swaggerCodegen ' org.openapitools:openapi-generator-cli:3.3.4'
You can’t perform that action at this time.
0 commit comments