dependabot[bot] opened a new pull request, #7762: URL: https://github.com/apache/iceberg/pull/7762
Bumps [com.palantir.baseline:gradle-baseline-java](https://github.com/palantir/gradle-baseline) from 4.42.0 to 5.11.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/palantir/gradle-baseline/releases">com.palantir.baseline:gradle-baseline-java's releases</a>.</em></p> <blockquote> <h2>5.11.0</h2> <table> <thead> <tr> <th>Type</th> <th>Description</th> <th>Link</th> </tr> </thead> <tbody> <tr> <td>Feature</td> <td>Add check replacing <code>stream.sorted().findFirst()</code> with <code>stream.min()</code></td> <td><a href="https://redirect.github.com/palantir/gradle-baseline/pull/2555">palantir/gradle-baseline#2555</a></td> </tr> </tbody> </table> <h2>5.10.0</h2> <table> <thead> <tr> <th>Type</th> <th>Description</th> <th>Link</th> </tr> </thead> <tbody> <tr> <td>Fix</td> <td>Revert "Don't ignore all directories named build/ (<a href="https://redirect.github.com/palantir/gradle-baseline/issues/2578">#2578</a>)" which failed to ignore some generated files within the build directory</td> <td><a href="https://redirect.github.com/palantir/gradle-baseline/pull/2582">palantir/gradle-baseline#2582</a></td> </tr> </tbody> </table> <h2>5.9.0</h2> <table> <thead> <tr> <th>Type</th> <th>Description</th> <th>Link</th> </tr> </thead> <tbody> <tr> <td>Fix</td> <td>Don't ignore all directories named build/</td> <td><a href="https://redirect.github.com/palantir/gradle-baseline/pull/2578">palantir/gradle-baseline#2578</a></td> </tr> </tbody> </table> <h2>5.8.0</h2> <table> <thead> <tr> <th>Type</th> <th>Description</th> <th>Link</th> </tr> </thead> <tbody> <tr> <td>Fix</td> <td>Only pass posix file attributes if not on Windows</td> <td><a href="https://redirect.github.com/palantir/gradle-baseline/pull/2577">palantir/gradle-baseline#2577</a></td> </tr> </tbody> </table> <h2>5.7.0</h2> <table> <thead> <tr> <th>Type</th> <th>Description</th> <th>Link</th> </tr> </thead> <tbody> <tr> <td>Improvement</td> <td>Fix eclipse classpath generation by deleting the existing classpath, which makes the classpath correct when it changes.</td> <td><a href="https://redirect.github.com/palantir/gradle-baseline/pull/2563">palantir/gradle-baseline#2563</a></td> </tr> </tbody> </table> <h2>5.6.0</h2> <table> <thead> <tr> <th>Type</th> <th>Description</th> <th>Link</th> </tr> </thead> <tbody> <tr> <td>Fix</td> <td>Ensure all recommendations to install the "Save Actions" plugin are removed in persistent config in the <code>.idea</code> config directory.</td> <td><a href="https://redirect.github.com/palantir/gradle-baseline/pull/2551">palantir/gradle-baseline#2551</a></td> </tr> </tbody> </table> <h2>5.5.0</h2> <table> <thead> <tr> <th>Type</th> <th>Description</th> <th>Link</th> </tr> </thead> <tbody> <tr> <td>Fix</td> <td>No longer suggest the "Save Actions" IntelliJ plugin which does not work in IntelliJ 2023.1 for use with Palantir Java Format. Instead, Palantir Java Format will support the IntelliJ native "Actions on save" reformat capability in a future release.</td> <td><a href="https://redirect.github.com/palantir/gradle-baseline/pull/2547">palantir/gradle-baseline#2547</a></td> </tr> </tbody> </table> <h2>5.4.0</h2> <table> <thead> <tr> <th>Type</th> <th>Description</th> <th>Link</th> </tr> </thead> <tbody> <tr> <td>Feature</td> <td>Add check: Use InvocationTargetException.getCause instead of getTargetException.</td> <td><a href="https://redirect.github.com/palantir/gradle-baseline/pull/2541">palantir/gradle-baseline#2541</a></td> </tr> </tbody> </table> <h2>5.3.0</h2> <table> <thead> <tr> <th>Type</th> <th>Description</th> <th>Link</th> </tr> </thead> <tbody> <tr> <td>Fix</td> <td>Fix <a href="https://redirect.github.com/palantir/gradle-baseline/issues/2543">#2543</a> CardinalityEqualsZero equality comparison check</td> <td><a href="https://redirect.github.com/palantir/gradle-baseline/pull/2544">palantir/gradle-baseline#2544</a></td> </tr> </tbody> </table> <h2>5.2.0</h2> <table> <thead> <tr> <th>Type</th> <th>Description</th> <th>Link</th> </tr> </thead> <tbody> <tr> <td>Improvement</td> <td>Add check: Use Collection.isEmpty() instead of comparing size() with 0</td> <td><a href="https://redirect.github.com/palantir/gradle-baseline/pull/2530">palantir/gradle-baseline#2530</a></td> </tr> </tbody> </table> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/palantir/gradle-baseline/commit/7822daaad83da53367739974591c6ff70fb67731"><code>7822daa</code></a> Autorelease 5.11.0</li> <li><a href="https://github.com/palantir/gradle-baseline/commit/905734b1ea6b3e704413355ca079e613f9f065d5"><code>905734b</code></a> Add check replacing <code>stream.sorted().findFirst()</code> with <code>stream.min()</code> (<a href="https://redirect.github.com/palantir/gradle-baseline/issues/2555">#2555</a>)</li> <li><a href="https://github.com/palantir/gradle-baseline/commit/b619dab75f6d138be63036e48c96aa579335ffc6"><code>b619dab</code></a> Excavator: Format Java files (<a href="https://redirect.github.com/palantir/gradle-baseline/issues/2585">#2585</a>)</li> <li><a href="https://github.com/palantir/gradle-baseline/commit/b8a4f4903fe146a702633e9009ed0c5957eebc54"><code>b8a4f49</code></a> Excavator: Format Java files (<a href="https://redirect.github.com/palantir/gradle-baseline/issues/2584">#2584</a>)</li> <li><a href="https://github.com/palantir/gradle-baseline/commit/18f8c5a27f78410ed9e83abf70d2ed58f954e33b"><code>18f8c5a</code></a> Excavator: Upgrades Baseline to the latest version (<a href="https://redirect.github.com/palantir/gradle-baseline/issues/2583">#2583</a>)</li> <li><a href="https://github.com/palantir/gradle-baseline/commit/34d3e3b3474d8ec674d3e17834dc61412ec7ce67"><code>34d3e3b</code></a> Autorelease 5.10.0</li> <li><a href="https://github.com/palantir/gradle-baseline/commit/d9bab71d909d5b497176bafac691b01b81522f84"><code>d9bab71</code></a> Revert "Don't ignore all directories named build/ (<a href="https://redirect.github.com/palantir/gradle-baseline/issues/2578">#2578</a>)" (<a href="https://redirect.github.com/palantir/gradle-baseline/issues/2582">#2582</a>)</li> <li><a href="https://github.com/palantir/gradle-baseline/commit/0f379f2370f69ddfb8da778aec0bdce785960045"><code>0f379f2</code></a> Excavator: Upgrades Baseline to the latest version (<a href="https://redirect.github.com/palantir/gradle-baseline/issues/2581">#2581</a>)</li> <li><a href="https://github.com/palantir/gradle-baseline/commit/f7daf092708a3eb430ec9851a90a14c2bb5c7747"><code>f7daf09</code></a> Autorelease 5.9.0</li> <li><a href="https://github.com/palantir/gradle-baseline/commit/e5a61393bb56c6a8d5bc17e3912d7938bb92aa8b"><code>e5a6139</code></a> Don't ignore all directories named build/ (<a href="https://redirect.github.com/palantir/gradle-baseline/issues/2578">#2578</a>)</li> <li>Additional commits viewable in <a href="https://github.com/palantir/gradle-baseline/compare/4.42.0...5.11.0">compare view</a></li> </ul> </details> <br /> [](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 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
