Skip to content

Bump org.tukaani:xz from 1.11 to 1.12#596

Merged
coheigea merged 1 commit into
masterfrom
dependabot/maven/org.tukaani-xz-1.12
Apr 29, 2026
Merged

Bump org.tukaani:xz from 1.11 to 1.12#596
coheigea merged 1 commit into
masterfrom
dependabot/maven/org.tukaani-xz-1.12

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 15, 2026

Bumps org.tukaani:xz from 1.11 to 1.12.

Changelog

Sourced from org.tukaani:xz's changelog.

1.12 (2026-03-01)

  • 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 org.tukaani.xz.MatchLengthFinder=Basic to disable the affected code path.

  • 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.

  • The binaries of 1.12 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.10 on GNU/Linux and can be reproduced using the following command:

    SOURCE_DATE_EPOCH=1772370000 TZ=UTC0 ant maven
    
Commits
  • 107a519 Bump the version number to 1.12
  • 3061152 Update NEWS.md for 1.12
  • 0ecee25 Refactor EXTRA_SIZE to getExtraSize()
  • ac1aeb1 Fix ArrayIndexOutOfBoundsException in the LZMA/LZMA2 encoder
  • 12c75fd Fix ArrayCache usage with LZMAInputStream
  • e52d9ad SHA256SUMS: Add 1.11 files
  • 9a755ec CI: Add missing SPDX tags
  • See full diff in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Apr 15, 2026
@coheigea
Copy link
Copy Markdown
Contributor

@dependabot recreate

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

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/maven/org.tukaani-xz-1.12 branch from 0c896a7 to 0f0227d Compare April 15, 2026 16:06
@coheigea coheigea merged commit 558cc6c into master Apr 29, 2026
3 checks passed
@dependabot dependabot Bot deleted the dependabot/maven/org.tukaani-xz-1.12 branch April 29, 2026 06:07
coheigea pushed a commit that referenced this pull request Apr 29, 2026
Bumps [org.tukaani:xz](https://github.com/tukaani-project/xz-java) from 1.11 to 1.12.
- [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.11...v1.12)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant