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

Commit e34606f

Browse files
Update dependency io.swagger:swagger-annotations to v1.6.4 (#285)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 29a4410 commit e34606f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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
@@ -9,7 +9,7 @@ repositories {
99

1010
dependencies {
1111
implementation 'org.springframework.boot:spring-boot-starter-web:2.1.3.RELEASE'
12-
implementation 'io.swagger:swagger-annotations:1.6.3'
12+
implementation 'io.swagger:swagger-annotations:1.6.4'
1313
swaggerCodegen 'io.swagger:swagger-codegen-cli:2.4.24'
1414
}
1515

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

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

1010
dependencies {
1111
implementation 'org.springframework.boot:spring-boot-starter-web:2.1.3.RELEASE'
12-
implementation 'io.swagger:swagger-annotations:1.6.3'
12+
implementation 'io.swagger:swagger-annotations:1.6.4'
1313
swaggerCodegen 'io.swagger.codegen.v3:swagger-codegen-cli:3.0.30'
1414
}
1515

0 commit comments

Comments
 (0)