dependabot[bot] opened a new pull request, #550:
URL: https://github.com/apache/ws-wss4j/pull/550

   Bumps [org.tukaani:xz](https://github.com/tukaani-project/xz-java) from 1.10 
to 1.11.
   <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.11 (2025-11-19)</h2>
   <ul>
   <li>
   <p>Fix a data corruption bug when encoding with the rarely-used option
   <code>LZMA2Options.MODE_UNCOMPRESSED</code>. To trigger the bug, a 
<code>write</code>
   call must cross an offset that is a multiple of 65536 bytes.
   For example, one <code>write</code> of 70000 bytes or two <code>write</code> 
calls of
   50000 bytes each would trigger the bug. The bug <em>isn't</em> triggered
   if there are ten <code>write</code> calls of 8192 bytes each followed by one
   123-byte <code>write</code>.</p>
   <p>If encoding to a .xz file, a decoder would catch the issue because
   the integrity check wouldn't match.</p>
   </li>
   <li>
   <p>The binaries of 1.10 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.9 on GNU/Linux and can be
   reproduced using the following command:</p>
   <pre><code>SOURCE_DATE_EPOCH=1763575020 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/eec2ad9de0525bbadeaabc7ba7c02ae9a7fceeec";><code>eec2ad9</code></a>
 Bump the version number to 1.11</li>
   <li><a 
href="https://github.com/tukaani-project/xz-java/commit/cd59206e5a7e7726f14b6bb4fb66b72d1dc3ee7d";><code>cd59206</code></a>
 Update NEWS.md for 1.11</li>
   <li><a 
href="https://github.com/tukaani-project/xz-java/commit/afd20a2daf3e8aea42c0a2ef794e9d8acc03561c";><code>afd20a2</code></a>
 Omit the .github directory from releases</li>
   <li><a 
href="https://github.com/tukaani-project/xz-java/commit/061ba5dd126077c1d3ef07653d5ff0294fd85cbe";><code>061ba5d</code></a>
 CI: Add Coverity Scan</li>
   <li><a 
href="https://github.com/tukaani-project/xz-java/commit/cc7ea2e782f09f078164d15e9072db3fe4c45e43";><code>cc7ea2e</code></a>
 UncompressedLZMA2OutputStream: Don't mention ResettableArrayCache</li>
   <li><a 
href="https://github.com/tukaani-project/xz-java/commit/6dd6e27247c7a812d6e9385105faf7aefdc8f810";><code>6dd6e27</code></a>
 LZMACoder: Fix a copy-paste error</li>
   <li><a 
href="https://github.com/tukaani-project/xz-java/commit/d010bdf57213b14f3c69f3701b826b3254978a82";><code>d010bdf</code></a>
 IA64.code: Silence a false positive from Coverity</li>
   <li><a 
href="https://github.com/tukaani-project/xz-java/commit/2ff3ec5dbdff1655de2229004e73a34c94e09ee0";><code>2ff3ec5</code></a>
 REUSE.toml: Bump REUSE spec version from 3.2 to 3.3</li>
   <li><a 
href="https://github.com/tukaani-project/xz-java/commit/14c71021499449e79cba78b5733e3cb27090f853";><code>14c7102</code></a>
 REUSE.toml: Add SHA256SUMS</li>
   <li><a 
href="https://github.com/tukaani-project/xz-java/commit/74e42f4c36e4549d2b031559ab2c7cfdde2682f0";><code>74e42f4</code></a>
 Avoid an unneeded arraycopy in UncompressedLZMA2OutputStream</li>
   <li>Additional commits viewable in <a 
href="https://github.com/tukaani-project/xz-java/compare/v1.10...v1.11";>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.10&new-version=1.11)](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