dependabot[bot] opened a new pull request, #917:
URL: https://github.com/apache/arrow-java/pull/917

   Bumps 
[org.immutables:value-annotations](https://github.com/immutables/immutables) 
from 2.10.1 to 2.11.7.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/immutables/immutables/releases";>org.immutables:value-annotations's
 releases</a>.</em></p>
   <blockquote>
   <h2>2.11.7</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/1621";>#1621</a> 
Version 2.11.7 tag not present on GitHub</li>
   <li><a 
href="https://redirect.github.com/immutables/immutables/issues/1611";>#1611</a> 
Jspecify Nullable doesn't work properly with generics</li>
   <li><a 
href="https://redirect.github.com/immutables/immutables/issues/1612";>#1612</a> 
Conflicting constructor on empty interfaces when <code>allParameters = 
true</code>, and <code>privateNoArgConstructor = true</code>/ 
<code>protectedNoArgConstructor = true</code> (edge case regression after <a 
href="https://redirect.github.com/immutables/immutables/issues/1604";>#1604</a>)</li>
   <li><a 
href="https://redirect.github.com/immutables/immutables/issues/1579";>#1579</a> 
TYPE_USE Nullable annotation not respected in the builder for arrays 
(arrays/elements annotation mirrors are missing)
   (addressed with some source code parsing, which requires 
<code>-sourcepath</code> to be provided during compilation)</li>
   </ul>
   <h2>PRs</h2>
   <ul>
   <li>Fix <code>.unset*()</code> for modifiable with primitive field and 
default value. by <a 
href="https://github.com/aquariusrick";><code>@​aquariusrick</code></a> in <a 
href="https://redirect.github.com/immutables/immutables/pull/1606";>immutables/immutables#1606</a></li>
   <li>Remove redundant cast of optional record property wither methods by <a 
href="https://github.com/werli";><code>@​werli</code></a> in <a 
href="https://redirect.github.com/immutables/immutables/pull/1616";>immutables/immutables#1616</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a 
href="https://github.com/aquariusrick";><code>@​aquariusrick</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/immutables/immutables/pull/1606";>immutables/immutables#1606</a></li>
   <li><a href="https://github.com/werli";><code>@​werli</code></a> made their 
first contribution in <a 
href="https://redirect.github.com/immutables/immutables/pull/1616";>immutables/immutables#1616</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/immutables/immutables/compare/2.11.6...2.11.7";>https://github.com/immutables/immutables/compare/2.11.6...2.11.7</a></p>
   <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>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/immutables/immutables/commit/2148f2832d885468fa6100b42563985c378282b4";><code>2148f28</code></a>
 v2.11.7</li>
   <li><a 
href="https://github.com/immutables/immutables/commit/e65fa8019a41dfd98d9ec13f39dc4efc403d134b";><code>e65fa80</code></a>
 <a 
href="https://redirect.github.com/immutables/immutables/issues/1614";>#1614</a> 
investigating &quot;duplicate&quot; nullable annotations</li>
   <li><a 
href="https://github.com/immutables/immutables/commit/d2ac4f1b9c3c5ee44a47e3b3fdec96ddfd16eef7";><code>d2ac4f1</code></a>
 Merge pull request <a 
href="https://redirect.github.com/immutables/immutables/issues/1616";>#1616</a> 
from werli/fix-build-with-optional</li>
   <li><a 
href="https://github.com/immutables/immutables/commit/1470f17d1aae21b812871892b4882bafde3235ca";><code>1470f17</code></a>
 Conditionally remove unnecessary cast for optional record wither methods</li>
   <li><a 
href="https://github.com/immutables/immutables/commit/c56f0829889dd2ec6fba2c25b6a9c088fe4e9d02";><code>c56f082</code></a>
 <a 
href="https://redirect.github.com/immutables/immutables/issues/1611";>#1611</a> 
<a 
href="https://redirect.github.com/immutables/immutables/issues/1579";>#1579</a> 
advancing hacks and workarounds for type_use / nullable annotations</li>
   <li><a 
href="https://github.com/immutables/immutables/commit/95df0cd851b444a2a36756c2d3ac44049ad82c7f";><code>95df0cd</code></a>
 Custom nullable in <code>nullableAnnotation</code> should not use qualified 
notation</li>
   <li><a 
href="https://github.com/immutables/immutables/commit/f7a662e0404b13143f11d7083b15297217323922";><code>f7a662e</code></a>
 <a 
href="https://redirect.github.com/immutables/immutables/issues/1610";>#1610</a> 
derived arrays, nullable array cloning</li>
   <li><a 
href="https://github.com/immutables/immutables/commit/9001c8204ee5ed89c132ae7956c752f6f227b082";><code>9001c82</code></a>
 <a 
href="https://redirect.github.com/immutables/immutables/issues/1612";>#1612</a> 
false negative in test</li>
   <li><a 
href="https://github.com/immutables/immutables/commit/eecbc5be8cdaa8961b3cb63b4e7e79d1df77f9d9";><code>eecbc5b</code></a>
 <a 
href="https://redirect.github.com/immutables/immutables/issues/1612";>#1612</a> 
fixing and refining no-arg constructors</li>
   <li><a 
href="https://github.com/immutables/immutables/commit/b659a65e5b5314f84f5904185dfb6eedd90085fe";><code>b659a65</code></a>
 whatever to build</li>
   <li>Additional commits viewable in <a 
href="https://github.com/immutables/immutables/compare/2.10.1...2.11.7";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.immutables:value-annotations&package-manager=maven&previous-version=2.10.1&new-version=2.11.7)](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]

Reply via email to