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

Commit 9c4185a

Browse files
Update dependency org.springframework.boot:spring-boot-starter-web to v3
1 parent e89aa62 commit 9c4185a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

acceptance-test/projects/codegen-v2/java-spring/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repositories {
88
}
99

1010
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'
1212
implementation 'io.swagger:swagger-annotations:1.6.12'
1313
swaggerCodegen 'io.swagger:swagger-codegen-cli:2.4.34'
1414
}

acceptance-test/projects/codegen-v3/java-spring/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repositories {
88
}
99

1010
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'
1212
implementation 'io.swagger:swagger-annotations:1.6.12'
1313
swaggerCodegen 'io.swagger.codegen.v3:swagger-codegen-cli:3.0.47'
1414
}

acceptance-test/projects/openapi-v3/java-spring/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repositories {
88
}
99

1010
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'
1212
implementation 'io.swagger.core.v3:swagger-annotations:2.2.17'
1313
implementation 'io.springfox:springfox-swagger2:2.9.2'
1414
swaggerCodegen 'org.openapitools:openapi-generator-cli:3.3.4'

0 commit comments

Comments
 (0)