dependabot[bot] opened a new pull request, #9703:
URL: https://github.com/apache/iceberg/pull/9703

   Bumps 
[org.openapitools:openapi-generator-gradle-plugin](https://github.com/OpenAPITools/openapi-generator)
 from 6.6.0 to 7.3.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/OpenAPITools/openapi-generator/releases";>org.openapitools:openapi-generator-gradle-plugin's
 releases</a>.</em></p>
   <blockquote>
   <h2>v7.3.0 released</h2>
   <p>v7.3.0 release comes with 4 new generators and many bug fixes, 
enhancements. Below are the highlights of the release. For full release, please 
refer to the <a 
href="https://github.com/OpenAPITools/openapi-generator/pulls?q=is%3Apr+is%3Amerged+milestone%3A7.3.0+";>pull
 request tab</a></p>
   <p>New Generators:</p>
   <ul>
   <li>feat: add java-wiremock generator <a 
href="https://redirect.github.com/OpenAPITools/openapi-generator/issues/17614";>#17614</a></li>
   <li>kotlin-server: Add support for Javalin  <a 
href="https://redirect.github.com/OpenAPITools/openapi-generator/issues/17596";>#17596</a></li>
   <li>[Rust] [Server] New generator bases on Axum <a 
href="https://redirect.github.com/OpenAPITools/openapi-generator/issues/17549";>#17549</a></li>
   <li>Implement scala http4s server generator <a 
href="https://redirect.github.com/OpenAPITools/openapi-generator/issues/17430";>#17430</a></li>
   </ul>
   <h2>General</h2>
   <ul>
   <li>Add operationId name mapping option <a 
href="https://redirect.github.com/OpenAPITools/openapi-generator/issues/17750";>#17750</a></li>
   <li>Fix require var logging, don't matchGenerated if allOf skipped <a 
href="https://redirect.github.com/OpenAPITools/openapi-generator/issues/17746";>#17746</a></li>
   <li>Add rule to remove x-internal in openapi normalizer <a 
href="https://redirect.github.com/OpenAPITools/openapi-generator/issues/17734";>#17734</a></li>
   <li>Support x-internal in models and operations <a 
href="https://redirect.github.com/OpenAPITools/openapi-generator/issues/17639";>#17639</a></li>
   <li>Fix null schema check for array of string in 3.1 spec <a 
href="https://redirect.github.com/OpenAPITools/openapi-generator/issues/17728";>#17728</a></li>
   <li>Fix allOf with a single item in inline model resolver <a 
href="https://redirect.github.com/OpenAPITools/openapi-generator/issues/17683";>#17683</a></li>
   <li>Fix map and free form object detection issue in 3.1 spec <a 
href="https://redirect.github.com/OpenAPITools/openapi-generator/issues/17624";>#17624</a></li>
   <li>fix: ExampleGenerator correctly generates allOf composed schemas <a 
href="https://redirect.github.com/OpenAPITools/openapi-generator/issues/17499";>#17499</a></li>
   </ul>
   <h2>Bash</h2>
   <ul>
   <li>[Bash] Allow non-JSON request body payloads <a 
href="https://redirect.github.com/OpenAPITools/openapi-generator/issues/17641";>#17641</a></li>
   </ul>
   <h2>C</h2>
   <ul>
   <li>[C][Client] Update the API doc <a 
href="https://redirect.github.com/OpenAPITools/openapi-generator/issues/17540";>#17540</a></li>
   <li>[C][Client] Fix enum function names not matching headers in the model… 
<a 
href="https://redirect.github.com/OpenAPITools/openapi-generator/issues/17512";>#17512</a></li>
   </ul>
   <h2>C++</h2>
   <ul>
   <li>[cpp-qt-client] Fix CMakeLists.txt.mustache and CMakeLists.txt for Qt5 
(fix <a 
href="https://redirect.github.com/OpenAPITools/openapi-generator/issues/17712";>#17712</a>)
 <a 
href="https://redirect.github.com/OpenAPITools/openapi-generator/issues/17721";>#17721</a></li>
   <li>[cpp-qt-client] Extend the reserved keywords for Qt projects with the 
following words <a 
href="https://redirect.github.com/OpenAPITools/openapi-generator/issues/17722";>#17722</a></li>
   <li>[cpp-ue4] Fix generated code not compiling when using unique array items 
<a 
href="https://redirect.github.com/OpenAPITools/openapi-generator/issues/17684";>#17684</a></li>
   <li>[cpp-qt-client] Update minimum cmake version to 3.5 <a 
href="https://redirect.github.com/OpenAPITools/openapi-generator/issues/17480";>#17480</a></li>
   <li>feat: using Qt with 3rd Party Signals and Slots. Replace signals,slots 
and emit with Q_SIGNALS,Q_SLOTS and Q_EMIT <a 
href="https://redirect.github.com/OpenAPITools/openapi-generator/issues/17067";>#17067</a></li>
   </ul>
   <h2>C#</h2>
   <ul>
   <li>corrected handling of &quot;isPrimitiveType&quot; for FormParameters <a 
href="https://redirect.github.com/OpenAPITools/openapi-generator/issues/17700";>#17700</a></li>
   <li>[CSharp] feat!: add useDateOnly flag <a 
href="https://redirect.github.com/OpenAPITools/openapi-generator/issues/17471";>#17471</a></li>
   </ul>
   <h2>Dart</h2>
   <ul>
   <li>[dart-dio] includeIfNull: truefalse bugfix <a 
href="https://redirect.github.com/OpenAPITools/openapi-generator/issues/17631";>#17631</a></li>
   </ul>
   <h2>Go</h2>
   <ul>
   <li>[go-gin-server] add a new function to the router to pass the gin context 
<a 
href="https://redirect.github.com/OpenAPITools/openapi-generator/issues/17785";>#17785</a></li>
   <li>[Go] fix unused bytes import for anyOf and oneOf models <a 
href="https://redirect.github.com/OpenAPITools/openapi-generator/issues/17775";>#17775</a></li>
   <li>fix: ensure models that have variables that contain a complexType of 
time.Time import the time module <a 
href="https://redirect.github.com/OpenAPITools/openapi-generator/issues/17452";>#17452</a></li>
   </ul>
   <h2>Java</h2>
   <ul>
   <li>[Java] Fix default values of array-type parameters in a referenced file 
<a 
href="https://redirect.github.com/OpenAPITools/openapi-generator/issues/17779";>#17779</a></li>
   <li>[BUG] [Java] Remove deprecation and serial warnings in ApiException.java 
and JSON.java <a 
href="https://redirect.github.com/OpenAPITools/openapi-generator/issues/17716";>#17716</a></li>
   <li>add lombok model support on spring <a 
href="https://redirect.github.com/OpenAPITools/openapi-generator/issues/17622";>#17622</a></li>
   <li>feat: add java-wiremock generator <a 
href="https://redirect.github.com/OpenAPITools/openapi-generator/issues/17614";>#17614</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/OpenAPITools/openapi-generator/commit/d617b46c86b9075c5e0d63fe3798e2982f5259ac";><code>d617b46</code></a>
 7.3.0-release (<a 
href="https://redirect.github.com/OpenAPITools/openapi-generator/issues/17817";>#17817</a>)</li>
   <li><a 
href="https://github.com/OpenAPITools/openapi-generator/commit/0bcd88b2045e1c8039da64b8cd641b25a56ef927";><code>0bcd88b</code></a>
 update docs</li>
   <li><a 
href="https://github.com/OpenAPITools/openapi-generator/commit/36f2ecae48c2b2b106533f3d66046f8ac5c7bf9f";><code>36f2eca</code></a>
 Extend the reserved keywords for Qt projects with the following words: (<a 
href="https://redirect.github.com/OpenAPITools/openapi-generator/issues/17722";>#17722</a>)</li>
   <li><a 
href="https://github.com/OpenAPITools/openapi-generator/commit/0d1b14a75f6dcc8ef8920705d883d0c5ea7d4d75";><code>0d1b14a</code></a>
 replace 4-space with tabs in go templates</li>
   <li><a 
href="https://github.com/OpenAPITools/openapi-generator/commit/fdb001c8a3b7356d1f535ede2ce7fcd42de128a0";><code>fdb001c</code></a>
 add a new function router to pass gin context (<a 
href="https://redirect.github.com/OpenAPITools/openapi-generator/issues/17785";>#17785</a>)</li>
   <li><a 
href="https://github.com/OpenAPITools/openapi-generator/commit/7cdbb2a7b4601a0b79748a55fefa2a44f8082467";><code>7cdbb2a</code></a>
 update samples</li>
   <li><a 
href="https://github.com/OpenAPITools/openapi-generator/commit/bc680568c500b0088666e9dbac5c90943c855871";><code>bc68056</code></a>
 include API information in RestConfiguration Template (<a 
href="https://redirect.github.com/OpenAPITools/openapi-generator/issues/17770";>#17770</a>)</li>
   <li><a 
href="https://github.com/OpenAPITools/openapi-generator/commit/53340140982bfa6a7f7756e28f3ae3a7b2b92fad";><code>5334014</code></a>
 [go] Fix panic from marshalling Nil NullableTime (<a 
href="https://redirect.github.com/OpenAPITools/openapi-generator/issues/17772";>#17772</a>)</li>
   <li><a 
href="https://github.com/OpenAPITools/openapi-generator/commit/ba4e5ef4954390e3b0e230889d0c72e7ed7f2539";><code>ba4e5ef</code></a>
 Fix <a 
href="https://redirect.github.com/OpenAPITools/openapi-generator/issues/17752";>#17752</a>
 - Add dependency for jakarta-validation-api and hibernate-validato...</li>
   <li><a 
href="https://github.com/OpenAPITools/openapi-generator/commit/5bcdc256453c4b40cd674ea4c73db6ff43342c6b";><code>5bcdc25</code></a>
 update test file sha256</li>
   <li>Additional commits viewable in <a 
href="https://github.com/OpenAPITools/openapi-generator/compare/v6.6.0...v7.3.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-gradle-plugin&package-manager=gradle&previous-version=6.6.0&new-version=7.3.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>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to