You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 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)
You can disable automated security fix PRs for this repo from the Security Alerts page.
Summary
Dependabot PR bumping at.yawk.lz4:lz4-java from 1.10.4 to 1.11.1 in pom.xml to address CVE-2026-59949 (a security release). Beyond the single-line version bump, the diff also includes three unrelated test changes: ProxyTests.java adds .dynamicPort() to WireMock to avoid port conflicts, MetricsTest.java refactors concurrent metric assertions to use CountDownLatch for proper synchronization, and QueryTests.java introduces version-conditional float/double expected values tied to ClickHouse server ≥ 26.7.
What this impacts
Compression path in client-v2 and clickhouse-http-client (lz4 is used for network payload compression)
Test reliability for proxy, metrics, and query integration test suites
Concerns
Medium rule fired: Minor version bump (1.10.x → 1.11.x) on a security-sensitive compression library with a CVE fix (CVE-2026-59949); risk category "minor dependency bump on a security-sensitive package" applies.
Intent drift: Three non-trivial test changes are bundled into a Dependabot PR. These are unrelated to the lz4 bump and should ideally be submitted separately. Reviewers should evaluate the test logic changes (especially the MetricsTest latch rewrite and the QueryTests version-branching) independently.
Required reviewer action
At least one human reviewer should approve, confirming CVE applicability and validating the bundled test changes are correct and intentional.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps at.yawk.lz4:lz4-java from 1.10.4 to 1.11.1.
Release notes
Sourced from at.yawk.lz4:lz4-java's releases.
Commits
dbd86d0Merge commit from fork5a5bd58Fix docs code block line breaks (#52)5049a27Add testing on native amd64, arm, and riscv runners (#50)dc0e761Fix docs production deployment (#49)91d1609Add native fast reset compressors (#44)e122114Bump checkout action version (#47)ed8f477Add linux-riscv64 binary (#46)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.