Skip to content

Commit

Permalink
Update dependency io.swagger.codegen.v3:swagger-codegen-cli to v3.0.42 (
Browse files Browse the repository at this point in the history
#372)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Apr 6, 2023
1 parent ee66e85 commit 6e23f1d
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ repositories {
dependencies {
swaggerCodegen 'io.swagger:swagger-codegen-cli:2.4.31' // Swagger Codegen V2
swaggerCodegen 'io.swagger.codegen.v3:swagger-codegen-cli:3.0.41' // or Swagger Codegen V3
swaggerCodegen 'io.swagger.codegen.v3:swagger-codegen-cli:3.0.42' // or Swagger Codegen V3
swaggerCodegen 'org.openapitools:openapi-generator-cli:3.3.4' // or OpenAPI Generator
}
Expand Down Expand Up @@ -161,7 +161,7 @@ repositories {
dependencies {
swaggerCodegen 'io.swagger:swagger-codegen-cli:2.4.31' // Swagger Codegen V2
swaggerCodegen 'io.swagger.codegen.v3:swagger-codegen-cli:3.0.41' // or Swagger Codegen V3
swaggerCodegen 'io.swagger.codegen.v3:swagger-codegen-cli:3.0.42' // or Swagger Codegen V3
}
swaggerSources {
Expand Down
2 changes: 1 addition & 1 deletion acceptance-test/projects/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repositories {

dependencies {
codegen2 'io.swagger:swagger-codegen-cli:2.4.31'
codegen3 'io.swagger.codegen.v3:swagger-codegen-cli:3.0.41'
codegen3 'io.swagger.codegen.v3:swagger-codegen-cli:3.0.42'
openapi3 'org.openapitools:openapi-generator-cli:3.3.4'
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ repositories {

dependencies {
implementation localGroovy()
implementation 'io.swagger.codegen.v3:swagger-codegen-cli:3.0.41'
implementation 'io.swagger.codegen.v3:swagger-codegen-cli:3.0.42'
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repositories {
}

dependencies {
swaggerCodegen 'io.swagger.codegen.v3:swagger-codegen-cli:3.0.41'
swaggerCodegen 'io.swagger.codegen.v3:swagger-codegen-cli:3.0.42'
}

swaggerSources {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repositories {

dependencies {
swaggerCodegen localGroovy()
swaggerCodegen 'io.swagger.codegen.v3:swagger-codegen-cli:3.0.41'
swaggerCodegen 'io.swagger.codegen.v3:swagger-codegen-cli:3.0.42'
swaggerCodegen 'org.hidetake:swagger-generators:1.0.0'
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repositories {

dependencies {
implementation localGroovy()
implementation 'io.swagger.codegen.v3:swagger-codegen-cli:3.0.41'
implementation 'io.swagger.codegen.v3:swagger-codegen-cli:3.0.42'
}

publishing {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repositories {

dependencies {
swaggerTemplate 'org.hidetake:codegen3-templates:1.0.0'
swaggerCodegen 'io.swagger.codegen.v3:swagger-codegen-cli:3.0.41'
swaggerCodegen 'io.swagger.codegen.v3:swagger-codegen-cli:3.0.42'
}

swaggerSources {
Expand Down
2 changes: 1 addition & 1 deletion acceptance-test/projects/codegen-v3/html/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repositories {
}

dependencies {
swaggerCodegen 'io.swagger.codegen.v3:swagger-codegen-cli:3.0.41'
swaggerCodegen 'io.swagger.codegen.v3:swagger-codegen-cli:3.0.42'
}

swaggerSources {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repositories {
dependencies {
implementation 'org.springframework.boot:spring-boot-starter-web:2.1.3.RELEASE'
implementation 'io.swagger:swagger-annotations:1.6.10'
swaggerCodegen 'io.swagger.codegen.v3:swagger-codegen-cli:3.0.41'
swaggerCodegen 'io.swagger.codegen.v3:swagger-codegen-cli:3.0.42'
}

swaggerSources {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ configurations {

dependencies {
swaggerCodegenV2 'io.swagger:swagger-codegen-cli:2.4.31'
swaggerCodegenV3 'io.swagger.codegen.v3:swagger-codegen-cli:3.0.41'
swaggerCodegenV3 'io.swagger.codegen.v3:swagger-codegen-cli:3.0.42'
}

swaggerSources {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repositories {
}

dependencies {
swaggerCodegen 'io.swagger.codegen.v3:swagger-codegen-cli:3.0.41'
swaggerCodegen 'io.swagger.codegen.v3:swagger-codegen-cli:3.0.42'
}

swaggerSources {
Expand Down

0 comments on commit 6e23f1d

Please sign in to comment.