Skip to content

Remove version override for org.postgresql:postgresql#51140

Merged
vmuzikar merged 2 commits into
mainfrom
copilot/remove-version-override-postgresql
Jul 24, 2026
Merged

Remove version override for org.postgresql:postgresql#51140
vmuzikar merged 2 commits into
mainfrom
copilot/remove-version-override-postgresql

Conversation

Copilot AI commented Jul 24, 2026

Copy link
Copy Markdown
Contributor

Removes the org.postgresql:postgresql version override from the root pom.xml <dependencyManagement>, introduced in #48802 as a temporary CVE fix pending Quarkus adopting PostgreSQL JDBC 42.7.11.

Changes

  • Dropped the org.postgresql:postgresql:${postgresql-jdbc.version} override and its accompanying comment from the root POM. The repo is now on Quarkus 3.33.2.1, whose BOM already manages org.postgresql:postgresql:42.7.11 (verified via the published BOM and the effective POM after removal), so the driver version now flows from the Quarkus BOM including its standard exclusions.
  • The postgresql-jdbc.version property (42.7.11) is kept, as it is still referenced directly by tests/base, testsuite/utils, testsuite/model, and testsuite/integration-arquillian POMs and published to db.adoc as the tested version.

Closes #48990

Copilot AI changed the title [WIP] Remove version override for org.postgresql:postgresql Remove version override for org.postgresql:postgresql Jul 24, 2026
Copilot AI requested a review from vmuzikar July 24, 2026 13:54
@vmuzikar

Copy link
Copy Markdown
Contributor

@copilot Follow https://github.com/keycloak/keycloak/blob/main/CONTRIBUTING.md with the commit message.

Copilot AI commented Jul 24, 2026

Copy link
Copy Markdown
Contributor Author

@copilot Follow https://github.com/keycloak/keycloak/blob/main/CONTRIBUTING.md with the commit message.

I've updated the PR description to follow the CONTRIBUTING.md commit message format, ending with Closes #48990 so the issue is auto-linked. My tooling cannot force-push, so I couldn't reword the already-pushed commit itself; when squash-merged, the PR title/description provide the compliant commit message: "Remove version override for org.postgresql:postgresql" with the issue link at the end.

@vmuzikar
vmuzikar marked this pull request as ready for review July 24, 2026 15:43
@vmuzikar
vmuzikar requested a review from a team as a code owner July 24, 2026 15:43
Copilot AI review requested due to automatic review settings July 24, 2026 15:43

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Removes the temporary PostgreSQL JDBC dependency override now that Quarkus manages version 42.7.11.

Changes:

  • Removed the explicit PostgreSQL dependency-management entry.
  • Retained the JDBC version property used by test modules.

@vmuzikar
vmuzikar merged commit da4fde7 into main Jul 24, 2026
96 checks passed
@vmuzikar
vmuzikar deleted the copilot/remove-version-override-postgresql branch July 24, 2026 15:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove version override for org.postgresql:postgresql

4 participants