Bump org.openapitools:openapi-generator from 7.12.0 to 7.13.0 #451

Closed
dependabot[bot] wants to merge 1 commit from dependabot/maven/org.openapitools-openapi-generator-7.13.0 into main
dependabot[bot] commented 2025-04-28 08:25:24 +02:00 (Migrated from github.com)

Bumps org.openapitools:openapi-generator from 7.12.0 to 7.13.0.

Release notes

Sourced from org.openapitools:openapi-generator's releases.

v7.13.0 released

v7.13.0 stable release comes with 160+ enhancements, bug fixes, and a new Kotlin Misk server genreator.

Thanks again for all the awesome contributions from the community.

For a full list of changes, please refer to the "Pull Request" tab.

Commits
  • 4b805ff v7.13.0 release (#21157)
  • 10fc9d0 Single request parameter equals and hashcode (#20833)
  • 858d5fd Set appropriate statusCode from examples (#19501)
  • f656afc Add original enumPropertyNamingType config for java enum generation (#20824)
  • de310f6 Fix associative container on json values (#20606)
  • 1850c07 update samples
  • 9f3a73f [spring]addition: api response examples + spring generator generates response...
  • 35ba041 [rust] Fix for allOf multi model with only metadata fields (#20892)
  • 1eee603 Fixes so that a oneOf schema with a single sub-schema is simplified (#21043)
  • 02204d0 fix: [csharp] JsonConverter anyof (#21137)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps [org.openapitools:openapi-generator](https://github.com/openapitools/openapi-generator) from 7.12.0 to 7.13.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/openapitools/openapi-generator/releases">org.openapitools:openapi-generator's releases</a>.</em></p> <blockquote> <h2>v7.13.0 released</h2> <p>v7.13.0 stable release comes with 160+ enhancements, bug fixes, and a new <a href="https://redirect.github.com/OpenAPITools/openapi-generator/pull/20885">Kotlin Misk server genreator</a>.</p> <p>Thanks again for all the awesome contributions from the community.</p> <p>For a full list of changes, please refer to the <a href="https://github.com/OpenAPITools/openapi-generator/pulls?q=is%3Amerged+is%3Apr+milestone%3A7.13.0+">&quot;Pull Request&quot;</a> tab.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/OpenAPITools/openapi-generator/commit/4b805ff6b7ac5bd2557555810357569fe2677311"><code>4b805ff</code></a> v7.13.0 release (<a href="https://redirect.github.com/openapitools/openapi-generator/issues/21157">#21157</a>)</li> <li><a href="https://github.com/OpenAPITools/openapi-generator/commit/10fc9d07c7058692420a3e32e95324e718c76d84"><code>10fc9d0</code></a> Single request parameter equals and hashcode (<a href="https://redirect.github.com/openapitools/openapi-generator/issues/20833">#20833</a>)</li> <li><a href="https://github.com/OpenAPITools/openapi-generator/commit/858d5fd8b723209f99dd5a098307dd21bfb938f7"><code>858d5fd</code></a> Set appropriate statusCode from examples (<a href="https://redirect.github.com/openapitools/openapi-generator/issues/19501">#19501</a>)</li> <li><a href="https://github.com/OpenAPITools/openapi-generator/commit/f656afcde3bd110fffd4df1a68d298468a15eb00"><code>f656afc</code></a> Add original enumPropertyNamingType config for java enum generation (<a href="https://redirect.github.com/openapitools/openapi-generator/issues/20824">#20824</a>)</li> <li><a href="https://github.com/OpenAPITools/openapi-generator/commit/de310f6ee16a8d6a44c27e0dca744fee1828b30f"><code>de310f6</code></a> Fix associative container on json values (<a href="https://redirect.github.com/openapitools/openapi-generator/issues/20606">#20606</a>)</li> <li><a href="https://github.com/OpenAPITools/openapi-generator/commit/1850c079513b3cb7ec66c36e8bf15d37dcba06a7"><code>1850c07</code></a> update samples</li> <li><a href="https://github.com/OpenAPITools/openapi-generator/commit/9f3a73f81a71d5386a93ac02f25c2be35f8f7b45"><code>9f3a73f</code></a> [spring]addition: api response examples + spring generator generates response...</li> <li><a href="https://github.com/OpenAPITools/openapi-generator/commit/35ba0414fbfcb514db27178e26369ff2d0fc55ed"><code>35ba041</code></a> [rust] Fix for allOf multi model with only metadata fields (<a href="https://redirect.github.com/openapitools/openapi-generator/issues/20892">#20892</a>)</li> <li><a href="https://github.com/OpenAPITools/openapi-generator/commit/1eee6038df04c8749db41c4c5f65fba11310bcfa"><code>1eee603</code></a> Fixes so that a oneOf schema with a single sub-schema is simplified (<a href="https://redirect.github.com/openapitools/openapi-generator/issues/21043">#21043</a>)</li> <li><a href="https://github.com/OpenAPITools/openapi-generator/commit/02204d0e4bdf4c7d426cbca390d1143c747dd1c4"><code>02204d0</code></a> fix: [csharp] JsonConverter anyof (<a href="https://redirect.github.com/openapitools/openapi-generator/issues/21137">#21137</a>)</li> <li>Additional commits viewable in <a href="https://github.com/openapitools/openapi-generator/compare/v7.12.0...v7.13.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.openapitools:openapi-generator&package-manager=maven&previous-version=7.12.0&new-version=7.13.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
sschnabe (Migrated from github.com) reviewed 2025-04-28 08:25:24 +02:00
rpahli (Migrated from github.com) reviewed 2025-04-28 08:25:24 +02:00
fabian-schlegel (Migrated from github.com) reviewed 2025-04-28 08:25:24 +02:00
wistefan (Migrated from github.com) reviewed 2025-04-28 08:25:24 +02:00
kokuwaio-bot (Migrated from github.com) approved these changes 2025-04-28 08:25:33 +02:00
dependabot[bot] commented 2025-06-26 08:32:53 +02:00 (Migrated from github.com)

Superseded by #455.

Superseded by #455.

Pull request closed

Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Reference
kokuwaio/micronaut-openapi-codegen!451
No description provided.