Skip to content

Commit

Permalink
Bump openapi-generator from 6.2.0 to 6.2.1
Browse files Browse the repository at this point in the history
Bumps [openapi-generator](https://github.com/openapitools/openapi-generator) from 6.2.0 to 6.2.1.
- [Release notes](https://github.com/openapitools/openapi-generator/releases)
- [Changelog](https://github.com/OpenAPITools/openapi-generator/blob/master/docs/3.0.0-release-note.md)
- [Commits](OpenAPITools/openapi-generator@v6.2.0...v6.2.1)

---
updated-dependencies:
- dependency-name: org.openapitools:openapi-generator
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Nov 30, 2022
1 parent a31e45b commit beff6c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contract/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -116,5 +116,5 @@ dependencies {
implementation "com.google.protobuf:protobuf-java:${protoVersion}"
runtimeOnly "com.google.protobuf:protobuf-java-util:${protoVersion}"
implementation group: 'org.apache.avro', name: 'avro', version: '1.11.1'
implementation 'org.openapitools:openapi-generator:6.2.0'
implementation 'org.openapitools:openapi-generator:6.2.1'
}

0 comments on commit beff6c5

Please sign in to comment.