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

   Bumps [org.immutables:value](https://github.com/immutables/immutables) from 
2.11.4 to 2.11.6.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/immutables/immutables/releases";>org.immutables:value's 
releases</a>.</em></p>
   <blockquote>
   <h2>2.11.6</h2>
   <h1>Maintenance &amp; refinements release</h1>
   <p>Thank you for the bug reports and suggestions!</p>
   <h2>Issues</h2>
   <ul>
   <li><a 
href="https://redirect.github.com/immutables/immutables/issues/1602";>#1602</a> 
Avoid calling check/validation method twice when using plain public  
constructors (<code>@Style(of = &quot;new&quot;</code>)</li>
   <li><a 
href="https://redirect.github.com/immutables/immutables/issues/1603";>#1603</a> 
Fixed compilation error with staged builders and complex generics</li>
   <li><a 
href="https://redirect.github.com/immutables/immutables/issues/1604";>#1604</a> 
parameterless constructor when there's no attributes, but 
<code>allParameters=true</code> or <code>allMandatoryParameters=true</code></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/immutables/immutables/compare/2.11.5...2.11.6";>https://github.com/immutables/immutables/compare/2.11.5...2.11.6</a></p>
   <h2>2.11.5</h2>
   <h1>Maintenance &amp; refinements release</h1>
   <p>Thank you for the bug reports and PRs!</p>
   <h2>Issues</h2>
   <ul>
   <li><a 
href="https://redirect.github.com/immutables/immutables/issues/1602";>#1602</a> 
<code>@Check</code> methods (returning <code>void</code> i.e. non-normalizing) 
now works from plain public  constructors (<code>@Style(of = 
&quot;new&quot;</code>)</li>
   <li><a 
href="https://redirect.github.com/immutables/immutables/issues/1583";>#1583</a> 
Staged builder now works for &quot;outside&quot;/top-level class builders, 
including record builders (with <code>*BuildStages</code> class generated to 
hold stage interfaces)</li>
   <li><a 
href="https://redirect.github.com/immutables/immutables/issues/1598";>#1598</a> 
fixed: <code>@Data</code> from <code>org.immutables:datatype</code> can be used 
as meta-annotation</li>
   <li><a 
href="https://redirect.github.com/immutables/immutables/issues/1433";>#1433</a> 
<code>additionalStrictContainerConstructor=false</code> can be used to suppress 
redundant strict factory method (constructor) overload</li>
   </ul>
   <h2>PRs</h2>
   <ul>
   <li><a 
href="https://redirect.github.com/immutables/immutables/issues/1600";>#1600</a> 
Stop infinite recursion for annotations applying to themselves by <a 
href="https://github.com/aldexis";><code>@​aldexis</code></a> in <a 
href="https://redirect.github.com/immutables/immutables/pull/1601";>immutables/immutables#1601</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/aldexis";><code>@​aldexis</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/immutables/immutables/pull/1601";>immutables/immutables#1601</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/immutables/immutables/compare/2.11.4...2.11.5";>https://github.com/immutables/immutables/compare/2.11.4...2.11.5</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/immutables/immutables/commit/56e403274dc49ff5d62f4900bc7c602d59bc7af1";><code>56e4032</code></a>
 v2.11.7-SNAPSHOT</li>
   <li><a 
href="https://github.com/immutables/immutables/commit/04e9d1e92b13450bc5e80cb72f1deef7f7e6d933";><code>04e9d1e</code></a>
 v2.11.6</li>
   <li><a 
href="https://github.com/immutables/immutables/commit/9c0a6f94198e1164f3efb1ef737b8abea2dd706d";><code>9c0a6f9</code></a>
 <a 
href="https://redirect.github.com/immutables/immutables/issues/1602";>#1602</a> 
check is constructor, not in validate for plain public constructors</li>
   <li><a 
href="https://github.com/immutables/immutables/commit/1cf9321e9c0ca6caee8380e04fb56e717da0cfc8";><code>1cf9321</code></a>
 <a 
href="https://redirect.github.com/immutables/immutables/issues/1604";>#1604</a> 
allParameters / allMandatory parameters will give a constructor even if...</li>
   <li><a 
href="https://github.com/immutables/immutables/commit/e7f5daa535bc47fc02fb029d57e75612142714e5";><code>e7f5daa</code></a>
 <a 
href="https://redirect.github.com/immutables/immutables/issues/1603";>#1603</a> 
correcting generic args in staged builders</li>
   <li><a 
href="https://github.com/immutables/immutables/commit/e370d0924d9341334a81ecf4efe00238fa60f38a";><code>e370d09</code></a>
 v2.11.6-SNAPSHOT</li>
   <li><a 
href="https://github.com/immutables/immutables/commit/3c3bb1c4e1b94ea07a8d9b398b7fe9b442445f87";><code>3c3bb1c</code></a>
 v2.11.5</li>
   <li><a 
href="https://github.com/immutables/immutables/commit/6e3eb608eebb124de0c7f669a8d3a01dc18f4fc7";><code>6e3eb60</code></a>
 <a 
href="https://redirect.github.com/immutables/immutables/issues/1598";>#1598</a> 
test Data as meta annotation</li>
   <li><a 
href="https://github.com/immutables/immutables/commit/68b8b0242ee7d10ffe2483fca8b88c8f8d2dfb2b";><code>68b8b02</code></a>
 <a 
href="https://redirect.github.com/immutables/immutables/issues/1598";>#1598</a> 
Data as meta annotation</li>
   <li><a 
href="https://github.com/immutables/immutables/commit/602f5b697cb2d7c5ec5ecd7a9f5870d8a96fe659";><code>602f5b6</code></a>
 <a 
href="https://redirect.github.com/immutables/immutables/issues/1433";>#1433</a> 
additionalStrictContainerConstructor style</li>
   <li>Additional commits viewable in <a 
href="https://github.com/immutables/immutables/compare/2.11.4...2.11.6";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.immutables:value&package-manager=gradle&previous-version=2.11.4&new-version=2.11.6)](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: [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