Skip to content

Commit 9f1530b

Browse files
authored
chore(deps): bump at.yawk.lz4:lz4-java from 1.10.3 to 1.10.4 [skip ci]
Bumps [at.yawk.lz4:lz4-java](https://github.com/yawkat/lz4-java) from 1.10.3 to 1.10.4. Release notes *Sourced from [at.yawk.lz4:lz4-java's releases](https://github.com/yawkat/lz4-java/releases).* > lz4-java v1.10.4 > ---------------- > > What's Changed > -------------- > > * Tune Linux native build flags and xxhash compilation by [`@​yawkat`](https://github.com/yawkat) in [yawkat/lz4-java#41](https://redirect.github.com/yawkat/lz4-java/pull/41) > * Fix Linux native flags for non-x86 CI builds by [`@​yawkat`](https://github.com/yawkat) in [yawkat/lz4-java#42](https://redirect.github.com/yawkat/lz4-java/pull/42) > > These changes attempt to fix the native performance regression in 1.9+. They should have no functional or security impact. > > **Full Changelog**: <yawkat/lz4-java@v1.10.3...v1.10.4> Commits * [`de5e4db`](yawkat/lz4-java@de5e4db) Fix Linux native flags for non-x86 CI builds ([#42](https://redirect.github.com/yawkat/lz4-java/issues/42)) * [`f659131`](yawkat/lz4-java@f659131) Tune Linux native build flags and xxhash compilation ([#41](https://redirect.github.com/yawkat/lz4-java/issues/41)) * See full diff in [compare view](yawkat/lz4-java@v1.10.3...v1.10.4) [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=at.yawk.lz4:lz4-java&package-manager=maven&previous-version=1.10.3&new-version=1.10.4)](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) --- 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 show 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)
2 parents 7cea4be + 936140c commit 9f1530b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

engine/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<properties>
3737
<disruptor.version>1.2.21</disruptor.version>
3838
<gson.version>2.13.2</gson.version>
39-
<lz4-java.version>1.10.3</lz4-java.version>
39+
<lz4-java.version>1.10.4</lz4-java.version>
4040
<lucene.version>10.4.0</lucene.version>
4141
<graalvm.version>25.0.2</graalvm.version>
4242
<jvector.version>4.0.0-rc.7</jvector.version>

0 commit comments

Comments
 (0)