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

   Bumps 
[com.palantir.baseline:gradle-baseline-java](https://github.com/palantir/gradle-baseline)
 from 4.42.0 to 5.17.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.17.0</h2>
   <table>
   <thead>
   <tr>
   <th>Type</th>
   <th>Description</th>
   <th>Link</th>
   </tr>
   </thead>
   <tbody>
   <tr>
   <td>Feature</td>
   <td>Add error-prone check to prefer ZoneId constants</td>
   <td><a 
href="https://redirect.github.com/palantir/gradle-baseline/pull/2596";>palantir/gradle-baseline#2596</a></td>
   </tr>
   </tbody>
   </table>
   <h2>5.16.0</h2>
   <table>
   <thead>
   <tr>
   <th>Type</th>
   <th>Description</th>
   <th>Link</th>
   </tr>
   </thead>
   <tbody>
   <tr>
   <td>Fix</td>
   <td>Fix nullaway checkerframework dependency</td>
   <td><a 
href="https://redirect.github.com/palantir/gradle-baseline/pull/2602";>palantir/gradle-baseline#2602</a></td>
   </tr>
   </tbody>
   </table>
   <h2>5.15.0</h2>
   <p><em>Automated release, no documented user facing changes</em></p>
   <h2>5.14.0</h2>
   <table>
   <thead>
   <tr>
   <th>Type</th>
   <th>Description</th>
   <th>Link</th>
   </tr>
   </thead>
   <tbody>
   <tr>
   <td>Fix</td>
   <td>Fix unintentional suppression of StrictUnusedVariable</td>
   <td><a 
href="https://redirect.github.com/palantir/gradle-baseline/pull/2599";>palantir/gradle-baseline#2599</a></td>
   </tr>
   </tbody>
   </table>
   <h2>5.13.0</h2>
   <table>
   <thead>
   <tr>
   <th>Type</th>
   <th>Description</th>
   <th>Link</th>
   </tr>
   </thead>
   <tbody>
   <tr>
   <td>Improvement</td>
   <td>Opt out of the 'NotJavadoc' errorprone check</td>
   <td><a 
href="https://redirect.github.com/palantir/gradle-baseline/pull/2591";>palantir/gradle-baseline#2591</a></td>
   </tr>
   </tbody>
   </table>
   <h2>5.12.0</h2>
   <table>
   <thead>
   <tr>
   <th>Type</th>
   <th>Description</th>
   <th>Link</th>
   </tr>
   </thead>
   <tbody>
   <tr>
   <td>Improvement</td>
   <td>Upgrade Error Prone to 2.19.1 (from 2.18.0)</td>
   <td><a 
href="https://redirect.github.com/palantir/gradle-baseline/pull/2576";>palantir/gradle-baseline#2576</a></td>
   </tr>
   </tbody>
   </table>
   <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 &quot;Don't ignore all directories named build/ (<a 
href="https://redirect.github.com/palantir/gradle-baseline/issues/2578";>#2578</a>)&quot;
 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>
   <p>| Type | Description | Link |</p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/palantir/gradle-baseline/commit/8577f4da5608cf9f85076cde10380e9648f1f53a";><code>8577f4d</code></a>
 Autorelease 5.17.0</li>
   <li><a 
href="https://github.com/palantir/gradle-baseline/commit/7d340b82fce1652d04342ee06f70969a7ecb5b70";><code>7d340b8</code></a>
 Add error-prone check to prefer ZoneId constants (<a 
href="https://redirect.github.com/palantir/gradle-baseline/issues/2596";>#2596</a>)</li>
   <li><a 
href="https://github.com/palantir/gradle-baseline/commit/b9e5c7c8ed1e00277b0d8f5e533402ec496b41b4";><code>b9e5c7c</code></a>
 Excavator:  Upgrades Baseline to the latest version (<a 
href="https://redirect.github.com/palantir/gradle-baseline/issues/2603";>#2603</a>)</li>
   <li><a 
href="https://github.com/palantir/gradle-baseline/commit/572905e5a3523dcb7d766ecd31960df6b14cd62b";><code>572905e</code></a>
 Autorelease 5.16.0</li>
   <li><a 
href="https://github.com/palantir/gradle-baseline/commit/cafa70ea792c79778d8fb7577323545c85c88b44";><code>cafa70e</code></a>
 Fix nullaway checkerframework dependency (<a 
href="https://redirect.github.com/palantir/gradle-baseline/issues/2602";>#2602</a>)</li>
   <li><a 
href="https://github.com/palantir/gradle-baseline/commit/c8e0babd6c7eb28314e6fe65e6f9a1f63e27fada";><code>c8e0bab</code></a>
 Excavator:  Upgrades Baseline to the latest version (<a 
href="https://redirect.github.com/palantir/gradle-baseline/issues/2601";>#2601</a>)</li>
   <li><a 
href="https://github.com/palantir/gradle-baseline/commit/72cff0d52cc6b443bdbd3bffe44f089ae6aa8afd";><code>72cff0d</code></a>
 Excavator:  Upgrades Baseline to the latest version (<a 
href="https://redirect.github.com/palantir/gradle-baseline/issues/2600";>#2600</a>)</li>
   <li><a 
href="https://github.com/palantir/gradle-baseline/commit/6dc57678fc7c450fdad5213ef28ab75e8b77660e";><code>6dc5767</code></a>
 Excavator:  Upgrade dependencies (<a 
href="https://redirect.github.com/palantir/gradle-baseline/issues/2573";>#2573</a>)</li>
   <li><a 
href="https://github.com/palantir/gradle-baseline/commit/4716923664ae2e2689998b87c0874270f33884e3";><code>4716923</code></a>
 Autorelease 5.14.0</li>
   <li><a 
href="https://github.com/palantir/gradle-baseline/commit/a377360a36a99c6b7aab86f9769087f2522bcdd0";><code>a377360</code></a>
 Fix unintentional suppression of StrictUnusedVariable (<a 
href="https://redirect.github.com/palantir/gradle-baseline/issues/2599";>#2599</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/palantir/gradle-baseline/compare/4.42.0...5.17.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.palantir.baseline:gradle-baseline-java&package-manager=gradle&previous-version=4.42.0&new-version=5.17.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 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]

Reply via email to