Bump ch.qos.logback:logback-core from 1.3.15 to 1.5.34 in /java - #1303
Open
dependabot[bot] wants to merge 1 commit into
Open
Bump ch.qos.logback:logback-core from 1.3.15 to 1.5.34 in /java#1303dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [ch.qos.logback:logback-core](https://github.com/qos-ch/logback) from 1.3.15 to 1.5.34. - [Release notes](https://github.com/qos-ch/logback/releases) - [Commits](qos-ch/logback@v_1.3.15...v_1.5.34) --- updated-dependencies: - dependency-name: ch.qos.logback:logback-core dependency-version: 1.5.34 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
RockteMQ-AI
approved these changes
Jul 15, 2026
RockteMQ-AI
left a comment
There was a problem hiding this comment.
Review by github-manager-bot
Summary
Dependabot version bump: ch.qos.logback:logback-core from 1.3.15 → 1.5.34 in the Java client SDK module. Single-line change in java/pom.xml.
Analysis
Security fixes included (good reasons to upgrade):
- CVE-2026-10532 — HardenedObjectInputStream deserialization whitelist bypass
- CVE-2026-9828 — Deserialization whitelist bypass via java.lang/java.util packages
- SSL hostname verification fix for SSLSocketAppender
Compatibility check:
- Logback 1.5.x requires SLF4J 2.x — project already uses
slf4j.version=2.0.13✅ - Logback 1.3.x → 1.5.x is a minor version jump within the same SLF4J 2.x compatible branch — safe
- Logback is used for test/example logging in the client SDK, not in production runtime path — low blast radius
Findings
- [Info] java/pom.xml:57 — Version bump is straightforward. The security fixes (especially the deserialization CVEs) make this a worthwhile upgrade.
Verdict
LGTM. Low-risk dependency update with meaningful security fixes.
Automated review by github-manager-bot
RockteMQ-AI
approved these changes
Jul 17, 2026
RockteMQ-AI
left a comment
There was a problem hiding this comment.
Review by github-manager-bot
PR: Bump ch.qos.logback:logback-core from 1.3.15 to 1.5.34 in /java
Verdict: ✅ Approved
Summary
Dependabot version bump of logback-core from 1.3.15 to 1.5.34 in the Java client module. Single-line change in java/pom.xml.
Findings
- [Info]
java/pom.xml:57— This is a significant version jump (1.3.x → 1.5.x). Logback 1.4+ migrated to Jakarta EE 9+ (jakarta.*namespace). Since this is a client SDK and logback is typically used only for test/runtime logging (not exposed as a public API), the impact should be minimal. - [Info] SLF4J compatibility: The project uses
slf4j.version=2.0.13which is compatible with logback 1.5.x (both target SLF4J 2.x API). ✅ - [Info] No code changes required — logback 1.5.x maintains backward compatibility with the public logging API used by application code.
Suggestions
- Consider verifying that integration tests pass with the new logback version, especially if any test fixtures rely on specific log output formats.
- If the project uses
logback-classicelsewhere, ensure it is also updated to matchlogback-core1.5.34 (version mismatch between classic and core can cause runtime issues).
Automated review by github-manager-bot
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 ch.qos.logback:logback-core from 1.3.15 to 1.5.34.
Release notes
Sourced from ch.qos.logback:logback-core's releases.
... (truncated)
Commits
e62272aprepare release 1.5.341e9e926add resolveProxyClassRejectsDynamicProxies unit test2de5cbeadded StackTraceElementProxyTest, minor edits to AGENTS.md0e9b927in case StackTraceElement is null use a substitute, fixing issues/1040f7a0654prevent resolveProxyClass bypass249b81fdocs are no longer distributed1c3b26astart work on 1.5.34-SNAPSHOT124e8b4prepare release 1.5.33d8fd6f2escapeTags in message field when printing status messages95edbebhostnameVerification default to true in SSLParametersConfiguration, SSL.DEFAU...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.