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

Commit 8a09a67

Browse files
committed
Update dependency io.springfox:springfox-swagger2 to v3
1 parent 8e38eed commit 8a09a67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repositories {
1010
dependencies {
1111
implementation 'org.springframework.boot:spring-boot-starter-web:2.1.3.RELEASE'
1212
implementation 'io.swagger.core.v3:swagger-annotations:2.1.13'
13-
implementation 'io.springfox:springfox-swagger2:2.9.2'
13+
implementation 'io.springfox:springfox-swagger2:3.0.0'
1414
swaggerCodegen 'org.openapitools:openapi-generator-cli:3.3.4'
1515
}
1616

0 commit comments

Comments
 (0)