fix(ospo): release 1.2.2 - #64
Closed
syed-awsaf-informed wants to merge 3 commits into
Closed
Conversation
Contributor
✅ OSS Checks PassedAll tracked OSS checks passed in this run.
Results from commit 8df42bd, view the full job summary |
Contributor
There was a problem hiding this comment.
Pull request overview
Releases management-node v1.2.2 by aligning the Maven project version with the changelog and updating the PostgreSQL JDBC driver to a patched version addressing CVE-2026-54291.
Changes:
- Bumped project version in
pom.xmlfrom1.2.0to1.2.2. - Bumped
org.postgresql:postgresqlfrom42.7.11to42.7.12. - Added a
1.2.2Security entry toCHANGELOG.mddocumenting the dependency bump and CVE.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| pom.xml | Updates project/version metadata and PostgreSQL JDBC driver version property to 42.7.12. |
| CHANGELOG.md | Adds release notes for 1.2.2, documenting the security-driven PostgreSQL driver bump. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
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.



Release 1.2.2: bumps org.postgresql:postgresql to 42.7.12 to resolve CVE-2026-54291, and syncs the pom.xml project version to match the CHANGELOG.