Fix vulnerable Jackson and Commons Configuration dependencies - #878
Merged
Conversation
mihaimitrea-db
temporarily deployed
to
test-trigger-is
August 4, 2026 11:42 — with
GitHub Actions
Inactive
mihaimitrea-db
temporarily deployed
to
test-trigger-is
August 4, 2026 11:42 — with
GitHub Actions
Inactive
mihaimitrea-db
temporarily deployed
to
test-trigger-is
August 4, 2026 11:45 — with
GitHub Actions
Inactive
mihaimitrea-db
temporarily deployed
to
test-trigger-is
August 4, 2026 11:45 — with
GitHub Actions
Inactive
Contributor
|
If integration tests don't run automatically, an authorized user can run them manually by following the instructions below: Trigger: Inputs:
Checks will be approved automatically on success. |
hectorcast-db
approved these changes
Aug 4, 2026
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.
Summary
Upgrade the SDK's direct dependencies to their minimum patched versions:
2.18.6to2.18.92.13.0to2.15.0Regenerate the Maven lockfile so published consumers resolve the patched artifacts and their updated transitive dependencies.
Motivation
The current versions are covered by open Dependabot alerts, including CVE-2026-54512, CVE-2026-54513, CVE-2026-54514, CVE-2026-54515, and CVE-2026-45205. They are also inherited transitively by DB Connect consumers and can block downstream supply-chain scans.
Jackson 2.18.9 is the highest minimum patched version across the reported Jackson advisories. Commons Configuration 2.15.0 is its first patched version.
Test plan
mvn test— 1,402 tests passedmake check-lock— passedjackson-databind:2.18.9andcommons-configuration2:2.15.0spotless:check— passed under Java 17