Skip to content

Commit

Permalink
Bump openapi-generator.version from 7.4.0 to 7.8.0
Browse files Browse the repository at this point in the history
Bumps `openapi-generator.version` from 7.4.0 to 7.8.0.

Updates `org.openapitools:openapi-generator` from 7.4.0 to 7.8.0
- [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@v7.4.0...v7.8.0)

Updates `org.openapitools:openapi-generator-maven-plugin` from 7.4.0 to 7.8.0

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 19, 2024
1 parent 6c1e911 commit 03fcce4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

<sonar.organization>backbase</sonar.organization>
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
<openapi-generator.version>7.4.0</openapi-generator.version>
<openapi-generator.version>7.8.0</openapi-generator.version>
<aggregate.report.dir>tests/target/site/jacoco-aggregate/jacoco.xml</aggregate.report.dir>
<sonar.coverage.jacoco.xmlReportPaths>${aggregate.report.dir}</sonar.coverage.jacoco.xmlReportPaths>

Expand Down

0 comments on commit 03fcce4

Please sign in to comment.