Skip to content

Bump org.postgresql:postgresql from 42.7.9 to 42.7.10#229

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/maven/org.postgresql-postgresql-42.7.10
Closed

Bump org.postgresql:postgresql from 42.7.9 to 42.7.10#229
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/maven/org.postgresql-postgresql-42.7.10

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 5, 2026

Bumps org.postgresql:postgresql from 42.7.9 to 42.7.10.

Release notes

Sourced from org.postgresql:postgresql's releases.

v42.7.10

Changes

🐛 Bug Fixes

  • fix: process pending responses before fastpath to avoid protocol errors @​vlsi (#3913)

⬆️ Dependencies

Changelog

Sourced from org.postgresql:postgresql's changelog.

[42.7.10] (2026-02-11)

Changed

Fixed

Reverted

Commits
  • 27571c8 Update site for 42.7.10 release (#3936)
  • c7b512d Create DisabledIfServerGreater annotation for disabling tests for newer serve...
  • 47f7e3b fix non-standard strings failing test for version 19 (#3934)
  • d4cf420 Revert "fix: make all Calendar instances proleptic Gregorian (#3837) (#3887)"...
  • 6ea732c fix small issues in ConnectionFactoryImpl (#3929)
  • 95cecdb Migrate to Shadow 9
  • 5762c42 style: fix empty line before javadoc for checkstyle compliance
  • 1ac8d99 style: fix lambda argument indentation for checkstyle compliance
  • 3fab588 test: add autosave=always|never|conservative and cleanupSavepoints=true|false...
  • 9c20cc2 chore(deps): update github/codeql-action digest to 4bdb89f
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) from 42.7.9 to 42.7.10.
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
- [Commits](pgjdbc/pgjdbc@REL42.7.9...REL42.7.10)

---
updated-dependencies:
- dependency-name: org.postgresql:postgresql
  dependency-version: 42.7.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Mar 5, 2026
@dependabot dependabot Bot requested a review from a team as a code owner March 5, 2026 09:35
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Mar 5, 2026
Copy link
Copy Markdown

@senzingdevops senzingdevops left a comment

Choose a reason for hiding this comment

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

Automated: approving this pull request because it includes a patch update

@github-actions github-actions Bot enabled auto-merge (squash) March 5, 2026 09:35
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Mar 5, 2026

🤖 Claude Code Review

Code Review: PostgreSQL Driver Bump 42.7.9 → 42.7.10


Code Quality

  • Style guide — Single-line version bump in pom.xml, no style concerns.
  • No commented-out code — Not applicable.
  • Meaningful variable names — Not applicable.
  • DRY principle — Not applicable.
  • Defects / bugs — No logic changes; purely a dependency version update. No race conditions, memory leaks, or security concerns introduced.
  • CLAUDE.md — No issues; the project config notes postgresql 42.7.8 as the version in the Dependencies section (now two versions behind), but that is a documentation inconsistency in CLAUDE.md, not in the PR itself.

Testing

  • Unit/integration tests — No code changes requiring new tests. Existing test suite covers correctness of PostgreSQL interactions.
  • Edge cases — Not applicable for a patch version bump.
  • ⚠️ Test coverage — No coverage data provided, but this change introduces no new code paths.

Documentation

  • ⚠️ CLAUDE.md — The project's .claude/CLAUDE.md lists postgresql 42.7.8 in the Dependencies section. It now lags two patch versions behind (42.7.10). Consider updating it to reflect the current version, or removing the pinned version from the docs to avoid ongoing drift. (Not a blocker, but worth noting.)
  • README / API docs — No update needed.
  • CHANGELOG.md — Dependency bumps of this nature typically do not require a changelog entry, consistent with the project's existing bump commit history.

Security

  • No hardcoded credentials — Not applicable.
  • No sensitive data — Not applicable.
  • No license files (.lic) — None present.
  • Security posture — Patch bumps in the PostgreSQL JDBC driver frequently contain security and bug fixes. Upgrading is the correct action.

Summary

This is a routine, low-risk patch version bump. The change is correct and safe to merge.

One minor documentation note: .claude/CLAUDE.md references postgresql 42.7.8 in the Dependencies section and should be updated to reflect the current version to avoid confusion for future developers.

Automated code review analyzing defects and coding standards

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Mar 23, 2026

Looks like org.postgresql:postgresql is up-to-date now, so this is no longer needed.

@dependabot dependabot Bot closed this Mar 23, 2026
auto-merge was automatically disabled March 23, 2026 21:23

Pull request was closed

@dependabot dependabot Bot deleted the dependabot/maven/org.postgresql-postgresql-42.7.10 branch March 23, 2026 21:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants