Bump PostgreSQL driver to 42.7.11#6091
Conversation
Resolves CVE-2026-42198 Signed-off-by: nscuro <nscuro@protonmail.com>
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
Up to standards ✅🟢 Issues
|
| Metric | Results |
|---|---|
| Complexity | 0 |
| Duplication | 0 |
🟢 Coverage ∅ diff coverage · +0.00% coverage variation
Metric Results Coverage variation ✅ +0.00% coverage variation (-1.00%) Diff coverage ✅ ∅ diff coverage (70.00%) Coverage variation details
Coverable lines Covered lines Coverage Common ancestor commit (03bae1e) 24824 20125 81.07% Head commit (32f4684) 24824 (+0) 20125 (+0) 81.07% (+0.00%) Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch:
<coverage of head commit> - <coverage of common ancestor commit>Diff coverage details
Coverable lines Covered lines Diff coverage Pull request (#6091) 0 0 ∅ (not applicable) Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified:
<covered lines added or modified>/<coverable lines added or modified> * 100%
NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.
There was a problem hiding this comment.
Pull request overview
This PR updates the Maven-managed PostgreSQL JDBC driver version in Dependency-Track’s root build configuration to pick up the security fix referenced in the PR description.
Changes:
- Bumps
org.postgresql:postgresqlfrom42.7.10to42.7.11. - Keeps the change isolated to the shared version property in
pom.xml. - Applies the updated driver version wherever the PostgreSQL JDBC dependency is resolved from that property.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Description
Bumps PostgreSQL driver to 42.7.11.
Addressed Issue
Resolves CVE-2026-42198
Additional Details
N/A
Checklist
This PR fixes a defect, and I have provided tests to verify that the fix is effectiveThis PR implements an enhancement, and I have provided tests to verify that it works as intendedThis PR introduces changes to the database model, and I have added corresponding update logicThis PR introduces new or alters existing behavior, and I have updated the documentation accordingly