Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 24, 2025

Bumps the maven group with 1 update: org.tukaani:xz.

Updates org.tukaani:xz from 1.10 to 1.11

Changelog

Sourced from org.tukaani:xz's changelog.

1.11 (2025-11-19)

  • Fix a data corruption bug when encoding with the rarely-used option LZMA2Options.MODE_UNCOMPRESSED. To trigger the bug, a write call must cross an offset that is a multiple of 65536 bytes. For example, one write of 70000 bytes or two write calls of 50000 bytes each would trigger the bug. The bug isn't triggered if there are ten write calls of 8192 bytes each followed by one 123-byte write.

    If encoding to a .xz file, a decoder would catch the issue because the integrity check wouldn't match.

  • The binaries of 1.10 in the Maven Central require Java 8 and contain optimized classes for Java >= 9 as multi-release JAR. They were built with OpenJDK 21.0.9 on GNU/Linux and can be reproduced using the following command:

    SOURCE_DATE_EPOCH=1763575020 TZ=UTC0 ant maven
    
Commits
  • eec2ad9 Bump the version number to 1.11
  • cd59206 Update NEWS.md for 1.11
  • afd20a2 Omit the .github directory from releases
  • 061ba5d CI: Add Coverity Scan
  • cc7ea2e UncompressedLZMA2OutputStream: Don't mention ResettableArrayCache
  • 6dd6e27 LZMACoder: Fix a copy-paste error
  • d010bdf IA64.code: Silence a false positive from Coverity
  • 2ff3ec5 REUSE.toml: Bump REUSE spec version from 3.2 to 3.3
  • 14c7102 REUSE.toml: Add SHA256SUMS
  • 74e42f4 Avoid an unneeded arraycopy in UncompressedLZMA2OutputStream
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the maven group with 1 update: [org.tukaani:xz](https://github.com/tukaani-project/xz-java).


Updates `org.tukaani:xz` from 1.10 to 1.11
- [Release notes](https://github.com/tukaani-project/xz-java/releases)
- [Changelog](https://github.com/tukaani-project/xz-java/blob/master/NEWS.md)
- [Commits](tukaani-project/xz-java@v1.10...v1.11)

---
updated-dependencies:
- dependency-name: org.tukaani:xz
  dependency-version: '1.11'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Nov 24, 2025
@CloneWith CloneWith merged commit 365cc1d into main Nov 25, 2025
4 checks passed
@dependabot dependabot bot deleted the dependabot/maven/maven-c861426e41 branch November 25, 2025 02:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code size/XS

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants