Skip to content

Bump org.tukaani:xz from 1.9 to 1.11 in /plugins/ingest-attachment#546

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/gradle/plugins/ingest-attachment/org.tukaani-xz-1.11
Open

Bump org.tukaani:xz from 1.9 to 1.11 in /plugins/ingest-attachment#546
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/gradle/plugins/ingest-attachment/org.tukaani-xz-1.11

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Jan 26, 2026

Bumps org.tukaani:xz from 1.9 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
    

1.10 (2024-07-29)

  • Licensing change: From version 1.10 onwards, XZ for Java is under the BSD Zero Clause License (0BSD). 1.9 and older are in the public domain and obviously remain so; the change only affects the new releases.

    0BSD is an extremely permissive license which doesn't require retaining or reproducing copyright or license notices when distributing the code, thus in practice there is extremely little difference to public domain.

  • Mark copyright and license information in the source package so that it is compliant to the REUSE Specification version 3.2.

  • Improve LZMAInputStream.enableRelaxedEndCondition():

    • Error detection is slightly better.

    • The input position will always be at the end of the stream after successful decompression.

  • Support .lzma files that have both a known uncompressed size and the end marker. Such files are uncommon but valid. The same issue was fixed in XZ Utils 5.2.6 in 2022.

  • Add ARM64 and RISC-V BCJ filters.

... (truncated)

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

You can trigger a rebase of this PR 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 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [org.tukaani:xz](https://github.com/tukaani-project/xz-java) from 1.9 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.9...v1.11)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Author

dependabot bot commented on behalf of github Jan 26, 2026

Labels

The following labels could not be found: dependabot. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 26, 2026
@github-actions
Copy link
Copy Markdown

This PR is stalled because it has been open for 30 days with no activity.

@github-actions github-actions bot added stalled and removed stalled labels Feb 25, 2026
@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 1, 2026

This PR is stalled because it has been open for 30 days with no activity.

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 stalled

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants