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

   Bumps 
[com.palantir.baseline:gradle-baseline-java](https://github.com/palantir/gradle-baseline)
 from 4.42.0 to 5.25.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.25.0</h2>
   <table>
   <thead>
   <tr>
   <th>Type</th>
   <th>Description</th>
   <th>Link</th>
   </tr>
   </thead>
   <tbody>
   <tr>
   <td>Fix</td>
   <td>Revert &quot;Lazy exact dependencies&quot;</td>
   <td><a 
href="https://redirect.github.com/palantir/gradle-baseline/pull/2642";>palantir/gradle-baseline#2642</a></td>
   </tr>
   </tbody>
   </table>
   <h2>5.24.0</h2>
   <table>
   <thead>
   <tr>
   <th>Type</th>
   <th>Description</th>
   <th>Link</th>
   </tr>
   </thead>
   <tbody>
   <tr>
   <td>Fix</td>
   <td><code>baseline-exact-dependencies</code> is now far more lazy around 
<code>Configuration</code> creation in order to support Gradle 8.</td>
   <td><a 
href="https://redirect.github.com/palantir/gradle-baseline/pull/2639";>palantir/gradle-baseline#2639</a></td>
   </tr>
   </tbody>
   </table>
   <h2>5.23.0</h2>
   <table>
   <thead>
   <tr>
   <th>Type</th>
   <th>Description</th>
   <th>Link</th>
   </tr>
   </thead>
   <tbody>
   <tr>
   <td>Fix</td>
   <td>Use a <code>Proxy</code> for <code>JavaInstallationMetadata</code> so we 
can work across Gradle 7 and 8.</td>
   <td><a 
href="https://redirect.github.com/palantir/gradle-baseline/pull/2605";>palantir/gradle-baseline#2605</a></td>
   </tr>
   </tbody>
   </table>
   <h2>5.22.0</h2>
   <p><em>Automated release, no documented user facing changes</em></p>
   <h2>5.21.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.21.1 (from 2.19.1)</td>
   <td><a 
href="https://redirect.github.com/palantir/gradle-baseline/pull/2628";>palantir/gradle-baseline#2628</a></td>
   </tr>
   </tbody>
   </table>
   <h2>5.20.0</h2>
   <table>
   <thead>
   <tr>
   <th>Type</th>
   <th>Description</th>
   <th>Link</th>
   </tr>
   </thead>
   <tbody>
   <tr>
   <td>Improvement</td>
   <td>Improve SafeLoggingPropagation on Immutables, taking into account fields 
from superinterfaces</td>
   <td><a 
href="https://redirect.github.com/palantir/gradle-baseline/pull/2629";>palantir/gradle-baseline#2629</a></td>
   </tr>
   </tbody>
   </table>
   <h2>5.19.0</h2>
   <table>
   <thead>
   <tr>
   <th>Type</th>
   <th>Description</th>
   <th>Link</th>
   </tr>
   </thead>
   <tbody>
   <tr>
   <td>Improvement</td>
   <td>Prefer <code>InputStream.transferTo(OutputStream)</code><!-- raw HTML 
omitted --><!-- raw HTML omitted -->Add error-prone check to automate migration 
to prefer <code>InputStream.transferTo(OutputStream)</code> instead of utility 
methods such as Guava's 
<code>com.google.common.io.ByteStreams.copy(InputStream, 
OutputStream)</code>.<!-- raw HTML omitted --><!-- raw HTML omitted -->Allow 
for optimization when underlying input stream (such as 
<code>ByteArrayInputStream</code>, <code>ChannelInputStream</code>) overrides 
<code>transferTo(OutputStream)</code> to avoid extra array allocations and copy 
larger chunks at a time (e.g. allowing 16KiB chunks via 
<code>ApacheHttpClientBlockingChannel.ModulatingOutputStream</code> from <a 
href="https://redirect.github.com/palantir/gradle-baseline/issues/1790";>#1790</a>).<!--
 raw HTML omitted --><!-- raw HTML omitted -->When running on JDK 21+, this 
also enables 16KiB byte chunk copies via 
<code>InputStream.transferTo(OutputStream)</code> per<!
 -- raw HTML omitted --><a 
href="https://bugs.openjdk.org/browse/JDK-8299336";>JDK-8299336</a>, where as on 
JDK <!-- raw HTML omitted -->Closes <a 
href="https://redirect.github.com/palantir/gradle-baseline/issues/2615";>palantir/gradle-baseline#2615</a></td>
   <td><a 
href="https://redirect.github.com/palantir/gradle-baseline/pull/2615";>palantir/gradle-baseline#2615</a>,
 <a 
href="https://redirect.github.com/palantir/gradle-baseline/pull/2616";>palantir/gradle-baseline#2616</a></td>
   </tr>
   </tbody>
   </table>
   <h2>5.18.0</h2>
   <p><em>Automated release, no documented user facing changes</em></p>
   <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>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/palantir/gradle-baseline/commit/aac80ff946a5add7fe9b56d4b523a59cf1720246";><code>aac80ff</code></a>
 Autorelease 5.25.0</li>
   <li><a 
href="https://github.com/palantir/gradle-baseline/commit/bee51c45a6d8ab57a8691671fe596c8b045a6336";><code>bee51c4</code></a>
 Revert &quot;Lazy exact dependencies (<a 
href="https://redirect.github.com/palantir/gradle-baseline/issues/2639";>#2639</a>)&quot;
 (<a 
href="https://redirect.github.com/palantir/gradle-baseline/issues/2642";>#2642</a>)</li>
   <li><a 
href="https://github.com/palantir/gradle-baseline/commit/3d12d9eb588c1c20a0d172af00abf57353160981";><code>3d12d9e</code></a>
 Excavator:  Upgrades Baseline to the latest version (<a 
href="https://redirect.github.com/palantir/gradle-baseline/issues/2640";>#2640</a>)</li>
   <li><a 
href="https://github.com/palantir/gradle-baseline/commit/2381f401fb0050eae77a10f27397ad5835cdd3ca";><code>2381f40</code></a>
 Autorelease 5.24.0</li>
   <li><a 
href="https://github.com/palantir/gradle-baseline/commit/f6e43095b61de662685810defa070661dad8ee08";><code>f6e4309</code></a>
 Lazy exact dependencies (<a 
href="https://redirect.github.com/palantir/gradle-baseline/issues/2639";>#2639</a>)</li>
   <li><a 
href="https://github.com/palantir/gradle-baseline/commit/642e1e3d675ca49517113b70f73144144914ba0e";><code>642e1e3</code></a>
 Autorelease 5.23.0</li>
   <li><a 
href="https://github.com/palantir/gradle-baseline/commit/437d3920294ba82c8296acf844ddfa866df1662c";><code>437d392</code></a>
 Use a <code>Proxy</code> for <code>JavaInstallationMetadata</code> so we can 
work across Gradle 7 a...</li>
   <li><a 
href="https://github.com/palantir/gradle-baseline/commit/777e9f7e69a3b21daa5d2b8a70267dbb38bc8f4c";><code>777e9f7</code></a>
 Excavator:  Upgrade buildscript dependencies (<a 
href="https://redirect.github.com/palantir/gradle-baseline/issues/2638";>#2638</a>)</li>
   <li><a 
href="https://github.com/palantir/gradle-baseline/commit/1eefbf55c3a2ced9af0785014a2eb9a2396a4b9a";><code>1eefbf5</code></a>
 Excavator:  Upgrades Baseline to the latest version (<a 
href="https://redirect.github.com/palantir/gradle-baseline/issues/2637";>#2637</a>)</li>
   <li><a 
href="https://github.com/palantir/gradle-baseline/commit/dca88ac7faf672d9ab5d941061cd155fcf6fdf0c";><code>dca88ac</code></a>
 Allow incubating method use inside other incubating methods (<a 
href="https://redirect.github.com/palantir/gradle-baseline/issues/2636";>#2636</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/palantir/gradle-baseline/compare/4.42.0...5.25.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.25.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