Update dependency org.postgresql:postgresql to v42.7.10 #36

Merged
judas merged 1 commits from renovate/org.postgresql-postgresql-42.x into main 2026-03-12 00:44:21 +01:00
Collaborator

This PR contains the following updates:

Package Type Update Change
org.postgresql:postgresql (source) compile patch 42.7.842.7.10

Release Notes

pgjdbc/pgjdbc (org.postgresql:postgresql)

v42.7.10

Changed
  • chore: Migrate to Shadow 9 PR 3931
  • style: fix empty line before javadoc for checkstyle compliance PR #​3925
  • style: fix lambda argument indentation for checkstyle compliance PR #​3922
  • test: add autosave=always|never|conservative and cleanupSavepoints=true|false to the randomized CI jobs PR #​3917
Fixed
  • fix: non-standard strings failing test for version 19 PR #​3934
  • fix: small issues in ConnectionFactoryImpl PR #​3929
  • fix: process pending responses before fastpath to avoid protocol errors PR # 3913
  • doc: use.md, fix typos PR #​3911
  • doc: datasource.md, fix minor formatting issue PR #​3912
  • doc: add the new PGP signing key to the official documentation PR #​3912
Reverted

v42.7.9

Added
  • feat: query timeout property PR #​3705
  • feat: Add PEMKeyManager to handle PEM based certs and keys PR #​3700
Changed
  • perf: optimize PGInterval.getValue() by replacing String.format with StringBuilder
  • doc: update property quoteReturningIdentifiers default value PR #​3847
  • security: Use a static method forName to load all user supplied classes. Use the Class.forName 3 parameter method and do not initilize it unless it is a subclass of the expected class
Fixed
  • fix: incorrect pg_stat_replication.reply_time calculation PR #​3906
  • fix: close temporary lob descriptors that are used internally in PreparedStatement#setBlob
  • fix: PGXAConnection.prepare(Xid) should return XA_RDONLY if the connection is read only PR #​3897
  • fix: make all Calendar instances proleptic Gregorian PR #​3837
  • fix: Simplify concurrency guards on QueryExecutorBase#transaction and QueryExecutorBase#standardConformingStrings PR #​3897
  • fix: avoid memory leaks in Java <= 21 caused by Thread.inheritedAccessControlContext PR #​3886
  • fix: Issue #​3784 pgjdbc can't decode numeric arrays containing special numbers like NaN PR #​3838
  • fix: use ssl_is_used() to check for ssl connection PR #​3867
  • fix: the classloader is nullable PR #​3907

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [org.postgresql:postgresql](https://jdbc.postgresql.org) ([source](https://github.com/pgjdbc/pgjdbc)) | compile | patch | `42.7.8` → `42.7.10` | --- ### Release Notes <details> <summary>pgjdbc/pgjdbc (org.postgresql:postgresql)</summary> ### [`v42.7.10`](https://github.com/pgjdbc/pgjdbc/blob/HEAD/CHANGELOG.md#42710-2026-02-11) ##### Changed - chore: Migrate to Shadow 9 [PR 3931](https://github.com/pgjdbc/pgjdbc/pull/3931) - style: fix empty line before javadoc for checkstyle compliance [PR #&#8203;3925](https://github.com/pgjdbc/pgjdbc/pull/3925) - style: fix lambda argument indentation for checkstyle compliance [PR #&#8203;3922](https://github.com/pgjdbc/pgjdbc/pull/3922) - test: add autosave=always|never|conservative and cleanupSavepoints=true|false to the randomized CI jobs [PR #&#8203;3917](https://github.com/pgjdbc/pgjdbc/pull/3917) ##### Fixed - fix: non-standard strings failing test for version 19 [PR #&#8203;3934](https://github.com/pgjdbc/pgjdbc/pull/3934) - fix: small issues in ConnectionFactoryImpl [PR #&#8203;3929](https://github.com/pgjdbc/pgjdbc/pull/3929) - fix: process pending responses before fastpath to avoid protocol errors [PR # 3913](https://github.com/pgjdbc/pgjdbc/pull/3913) - doc: use.md, fix typos [PR #&#8203;3911](https://github.com/pgjdbc/pgjdbc/pull/3911) - doc: datasource.md, fix minor formatting issue [PR #&#8203;3912](https://github.com/pgjdbc/pgjdbc/pull/3912) - doc: add the new PGP signing key to the official documentation [PR #&#8203;3912](https://github.com/pgjdbc/pgjdbc/pull/3813) ##### Reverted - Revert "fix: make all Calendar instances proleptic Gregorian ([#&#8203;3837](https://github.com/pgjdbc/pgjdbc/issues/3837)) ([#&#8203;3887](https://github.com/pgjdbc/pgjdbc/issues/3887))" [PR #&#8203;3932](https://github.com/pgjdbc/pgjdbc/pull/3932) ### [`v42.7.9`](https://github.com/pgjdbc/pgjdbc/blob/HEAD/CHANGELOG.md#4279-2026-01-14) ##### Added - feat: query timeout property [PR #&#8203;3705](https://github.com/pgjdbc/pgjdbc/pull/3705) - feat: Add PEMKeyManager to handle PEM based certs and keys [PR #&#8203;3700](https://github.com/pgjdbc/pgjdbc/pull/3700) ##### Changed - perf: optimize PGInterval.getValue() by replacing String.format with StringBuilder - doc: update property quoteReturningIdentifiers default value [PR #&#8203;3847](https://github.com/pgjdbc/pgjdbc/pull/3847) - security: Use a static method forName to load all user supplied classes. Use the Class.forName 3 parameter method and do not initilize it unless it is a subclass of the expected class ##### Fixed - fix: incorrect pg\_stat\_replication.reply\_time calculation [PR #&#8203;3906](https://github.com/pgjdbc/pgjdbc/pull/3906) - fix: close temporary lob descriptors that are used internally in PreparedStatement#setBlob - fix: PGXAConnection.prepare(Xid) should return XA\_RDONLY if the connection is read only [PR #&#8203;3897](https://github.com/pgjdbc/pgjdbc/pull/3897) - fix: make all Calendar instances proleptic Gregorian [PR #&#8203;3837](https://github.com/pgjdbc/pgjdbc/pull/3887) - fix: Simplify concurrency guards on QueryExecutorBase#transaction and QueryExecutorBase#standardConformingStrings [PR #&#8203;3897](https://github.com/pgjdbc/pgjdbc/pull/3849) - fix: avoid memory leaks in Java <= 21 caused by Thread.inheritedAccessControlContext [PR #&#8203;3886](https://github.com/pgjdbc/pgjdbc/pull/3886) - fix: Issue [#&#8203;3784](https://github.com/pgjdbc/pgjdbc/issues/3784) pgjdbc can't decode numeric arrays containing special numbers like NaN [PR #&#8203;3838](https://github.com/pgjdbc/pgjdbc/pull/3838) - fix: use ssl\_is\_used() to check for ssl connection [PR #&#8203;3867](https://github.com/pgjdbc/pgjdbc/pull/3867) - fix: the classloader is nullable [PR #&#8203;3907](https://github.com/pgjdbc/pgjdbc/pull/3907) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My42NC4yIiwidXBkYXRlZEluVmVyIjoiNDMuNjQuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
renovate added 1 commit 2026-03-11 23:06:34 +01:00
Update dependency org.postgresql:postgresql to v42.7.10
All checks were successful
continuous-integration/drone/pr Build is passing
c3a7a11de7
judas merged commit 55b2ccd176 into main 2026-03-12 00:44:21 +01:00
judas deleted branch renovate/org.postgresql-postgresql-42.x 2026-03-12 00:44:21 +01:00
Collaborator

Merged & branch deleted by @judas — CI was passing. (build)

✅ **Merged & branch deleted** by @judas — CI was passing. ([build](https://drone.beatrice.wtf/bea/release-hive/124))
Sign in to join this conversation.
No Reviewers
No Label
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: bea/release-hive#36