Skip to content

fix(deps): update dependency org.postgresql:postgresql to v42.7.11#171

Merged
renovate[bot] merged 1 commit intomainfrom
renovate/patch-postgresql
Apr 30, 2026
Merged

fix(deps): update dependency org.postgresql:postgresql to v42.7.11#171
renovate[bot] merged 1 commit intomainfrom
renovate/patch-postgresql

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 29, 2026

This PR contains the following updates:

Package Change Age Confidence
org.postgresql:postgresql (source) 42.7.1042.7.11 age confidence

Release Notes

pgjdbc/pgjdbc (org.postgresql:postgresql)

v42.7.11

Security
  • fix: Limit SCRAM PBKDF2 iterations accepted from the server.
    pgjdbc was vulnerable to a client-side denial of service in SCRAM-SHA-256 authentication, where a malicious or compromised PostgreSQL server could specify an extremely large PBKDF2 iteration count, causing the client to consume unbounded CPU and potentially exhaust connection pools. The fix introduces a new scramMaxIterations connection property (defaulting to 100,000) to cap iteration counts before computation begins.
    See the Security Advisory for more detail.
    The following CVE-2026-42198 has been issued.
Added
  • feat: implement require_auth connection property, aligning with libpq behavior PR #​3895
Changed
  • chore: replace Appveyor CI with ikalnytskyi/action-setup-postgres PR #​3966
  • chore: upgrade Gradle to v9 PR #​3978
Fixed
  • fix: ensure extended protocol messages end with Sync message PR #​3728
  • fix: enable cursor-based fetching in extended protocol when transaction started via SQL command PR #​3996
  • fix: retry with SSL on IOException when sslMode=ALLOW PR #​3973
  • fix: make sure the driver honours connectTimeout when retrying the connection PR #​3968
  • fix: allow fallback to non-SSL connection when sslMode=prefer and sslResponseTimeout kicks in PR #​3968
  • fix: catch SecurityException from setContextClassLoader on ForkJoinPool workers PR #​3962
  • fix: use compareTo for LogSequenceNumber comparison to handle unsigned values correctly PR #​3961
  • fix: release COPY lock on IOException to prevent connection hang PR #​3957
  • fix: return jsonb as PGObject instead of String PR #​3956
  • fix: align SSL key file permission check with libpq PR #​3952
  • fix: guard connection closed flag with a reentrant lock to protect against concurrent close PR #​3905

Configuration

📅 Schedule: (in timezone Europe/Berlin)

  • Branch creation
    • Between 08:00 AM and 05:59 PM, Monday through Friday (* 8-17 * * 1-5)
  • Automerge
    • Between 08:00 AM and 05:59 PM, Monday through Friday (* 8-17 * * 1-5)

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot requested a review from a team as a code owner April 29, 2026 10:32
@renovate renovate Bot added the renovate label Apr 29, 2026
@github-actions
Copy link
Copy Markdown

Code Coverage

Overall Project 0%

There is no coverage information present for the Files changed

@renovate renovate Bot merged commit ddfd73e into main Apr 30, 2026
5 checks passed
@renovate renovate Bot deleted the renovate/patch-postgresql branch April 30, 2026 07:05
github-actions Bot pushed a commit that referenced this pull request Apr 30, 2026
## [1.10.29](v1.10.28...v1.10.29) (2026-04-30)

### Bug Fixes

* **deps:** update dependency org.postgresql:postgresql to v42.7.11 ([#171](#171)) ([ddfd73e](ddfd73e))

## [1.10.29](v1.10.28...v1.10.29) (2026-04-30)

### Bug Fixes

* **deps:** update dependency org.postgresql:postgresql to v42.7.11 ([#171](#171)) ([ddfd73e](ddfd73e))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants