Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 16, 2025

Bumps at.yawk.lz4:lz4-java from 1.10.1 to 1.10.2.

Release notes

Sourced from at.yawk.lz4:lz4-java's releases.

lz4-java v1.10.2

What's Changed

New Contributors

Full Changelog: yawkat/lz4-java@v1.10.1...v1.10.2

Changelog

Sourced from at.yawk.lz4:lz4-java's changelog.

Change log

1.8.0

  • Upgraded LZ4 to 1.9.3. Updated the JNI bindings. Minimum glibc version in GNU/Linux platforms: 2.17 on aarch64, 2.2.5 on amd64, 2.17 on ppc64le, 2.2 on s390x.

  • Supported the JNI binding for Darwin aarch64.

  • #174 Fixed NullPointerException when reading a malformed input by LZ4FrameInputStream. (Marco Berlot, Rei Odaira)

  • #169 Added information about requiring ant 1.10.2 or newer. (guru prasad HB, Rei Odaira)

  • #167 Supported using LZ4SafeDecompressor in LZ4DecompressorWithLength. (sahilpaudel-pe, Rei Odaira)

  • #163 Supported JNI binding in old CentOS 6 on amd64. (dcapwell, Rei Odaira)

  • #162 Added copyright notices, required by Apache License, Version 2.0. (Egor Nepomnyaschih, Rei Odaira)

  • #160 Added minimum glibc version to each release. (patelh, Rei Odaira)

  • #146 Improved LZ4FrameInputStream to read InputStream lazily. Instance creation of LZ4FrameInputStream became faster. (Björn Michael, Rei Odaira)

  • Improved the speed of the write methods of LZ4FrameOutputStream by delaying calculating content checksum. (Rei Odaira)

  • Added a debug functionality to not delete a temporary JNI library when either LZ4JAVA_KEEP_TEMP_JNI_LIB or lz4java.jnilib.temp.keep is set to true (will be deleted in the next run). (Rei Odaira)

  • Enabled build with Java 13. The distribution is still built with Java 7. (Rei Odaira)

  • Revised the documentation. (Rei Odaira)

... (truncated)

Commits
  • e3aa42c Use bnd-maven-plugin to fix osgi manifest headers (#28)
  • ef125a1 Rename net/jpountz/util/win32/amd64/liblz4-java.so to net/jpountz/util/window...
  • 1dfbefd Improve LZ4FrameIOStreamTest test (#23)
  • de1e43e Use gcc included in Windows image for release build (#22)
  • 9ece12a Migrate to macOS 15 x86_64 for release build (#21)
  • 37d698a Improve publish workflow (#19)
  • c491079 Fix source code formatting (#18)
  • eed5aa0 Add .git-versioned-pom.xml to .gitignore (#16)
  • 17f0e7a Run tests for pull requests again (#17)
  • 37d6ca4 Reproducible build (#15)
  • See full diff 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 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)

Bumps [at.yawk.lz4:lz4-java](https://github.com/yawkat/lz4-java) from 1.10.1 to 1.10.2.
- [Release notes](https://github.com/yawkat/lz4-java/releases)
- [Changelog](https://github.com/yawkat/lz4-java/blob/main/CHANGES.md)
- [Commits](yawkat/lz4-java@v1.10.1...v1.10.2)

---
updated-dependencies:
- dependency-name: at.yawk.lz4:lz4-java
  dependency-version: 1.10.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Dec 16, 2025
@acogoluegnes acogoluegnes merged commit fa429a0 into main Dec 16, 2025
3 checks passed
@acogoluegnes acogoluegnes deleted the dependabot/maven/at.yawk.lz4-lz4-java-1.10.2 branch December 16, 2025 16:51
@michaelklishin
Copy link
Contributor

#892

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.

2 participants