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

   Bumps [org.tukaani:xz](https://github.com/tukaani-project/xz-java) from 1.11 
to 1.12.
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/tukaani-project/xz-java/blob/master/NEWS.md";>org.tukaani:xz's
 changelog</a>.</em></p>
   <blockquote>
   <h2>1.12 (2026-03-01)</h2>
   <ul>
   <li>
   <p>Fix ArrayIndexOutOfBoundsException in the LZMA/LZMA2 encoder on
   x86-64 and ARM64 when running on Java 9 or newer. The affected
   code isn't used on Java 8. The bug is present in versions 1.10
   and 1.11. If one cannot upgrade, one should set the property
   <code>org.tukaani.xz.MatchLengthFinder=Basic</code> to disable the affected
   code path.</p>
   </li>
   <li>
   <p>Fix ArrayCache usage in LZMAInputStream. If ArrayCache was enabled,
   decompression was likely to fail quickly when the cache returns a
   cached array. ArrayCache is disabled by default.</p>
   </li>
   <li>
   <p>The binaries of 1.12 in the Maven Central require Java 8 and
   contain optimized classes for Java &gt;= 9 as multi-release JAR.
   They were built with OpenJDK 21.0.10 on GNU/Linux and can be
   reproduced using the following command:</p>
   <pre><code>SOURCE_DATE_EPOCH=1772370000 TZ=UTC0 ant maven
   </code></pre>
   </li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/tukaani-project/xz-java/commit/107a519fac1e6789101ad9c234afe3dc407be7f5";><code>107a519</code></a>
 Bump the version number to 1.12</li>
   <li><a 
href="https://github.com/tukaani-project/xz-java/commit/3061152e66a8ea2cc6366fd5da21409b8a3d4788";><code>3061152</code></a>
 Update NEWS.md for 1.12</li>
   <li><a 
href="https://github.com/tukaani-project/xz-java/commit/0ecee25c1590dae305135317cf6e768f49093af7";><code>0ecee25</code></a>
 Refactor EXTRA_SIZE to getExtraSize()</li>
   <li><a 
href="https://github.com/tukaani-project/xz-java/commit/ac1aeb197dd8589dc6892f13f5ef68801383ec34";><code>ac1aeb1</code></a>
 Fix ArrayIndexOutOfBoundsException in the LZMA/LZMA2 encoder</li>
   <li><a 
href="https://github.com/tukaani-project/xz-java/commit/12c75fd1d06ef7db89335d3da1ca5bb91ab6ac0b";><code>12c75fd</code></a>
 Fix ArrayCache usage with LZMAInputStream</li>
   <li><a 
href="https://github.com/tukaani-project/xz-java/commit/e52d9ad621afcaa422668484bad91ce7ba0506ef";><code>e52d9ad</code></a>
 SHA256SUMS: Add 1.11 files</li>
   <li><a 
href="https://github.com/tukaani-project/xz-java/commit/9a755ec5335de00ce365b365b72e4683e591171f";><code>9a755ec</code></a>
 CI: Add missing SPDX tags</li>
   <li>See full diff in <a 
href="https://github.com/tukaani-project/xz-java/compare/v1.11...v1.12";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.tukaani:xz&package-manager=maven&previous-version=1.11&new-version=1.12)](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 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