Bump org.postgresql:postgresql from 42.2.12 to 42.3.9 in /SpringBootMultiTenancy
Bumps org.postgresql:postgresql from 42.2.12 to 42.3.9.
Release notes
Sourced from org.postgresql:postgresql's releases.
v42.3.8
What's Changed
- backpatch changes for 42.5.1 by
@davecramerin pgjdbc/pgjdbc#2674Full Changelog: https://github.com/pgjdbc/pgjdbc/compare/REL42.3.7...REL42.3.8
v42.3.7
What's Changed
- backpatch changes from GHSA-r38f-c4h4-hqq2 security advisory for CVE-2022-31197 by
@davecramerin pgjdbc/pgjdbc#2607Full Changelog: https://github.com/pgjdbc/pgjdbc/compare/REL42.3.6...REL42.3.7
v42.3.6
What's Changed
- Fix heading format for version numbers [SKIP-CI] by
@davecramerin pgjdbc/pgjdbc#2504- fix: close refcursors when underlying cursor==null instead of relying on defaultRowFetchSize by
@vlsiin pgjdbc/pgjdbc#2377- Created release notes for 42.3.6 [SKIP-CI] by
@davecramerin pgjdbc/pgjdbc#2515Full Changelog: https://github.com/pgjdbc/pgjdbc/compare/REL42.3.5...REL42.3.6
v42.3.5
What's Changed
- move version to 42.3.5 [SKIP-CI] by
@davecramerin pgjdbc/pgjdbc#2493- perf: enable tcpNoDelay by default by
@obourgainin pgjdbc/pgjdbc#2495- docs: fix readme.md after #2495 by
@obourgainin pgjdbc/pgjdbc#2496- Added KEYS file to allow for verifying artifacts by
@davecramerin pgjdbc/pgjdbc#2499- feat: targetServerType=preferPrimary connection parameter by
@mitya555in pgjdbc/pgjdbc#2483- fix: revert removal of toOffsetDateTime(String timestamp) fixes #Issue 2497 by
@davecramerin pgjdbc/pgjdbc#2501- chore: use GitHub Action concurrency feature to terminate CI jobs on fast PR pushes by
@vlsiin pgjdbc/pgjdbc#2405- Releasenotes 42.3.5 by
@davecramerin pgjdbc/pgjdbc#2502- More changlog additions added chore to terminate CI jobs on fast PR pushes [SKIP-CI] by
@davecramerin pgjdbc/pgjdbc#2503New Contributors
@obourgainmade their first contribution in pgjdbc/pgjdbc#2495@mitya555made their first contribution in pgjdbc/pgjdbc#2483Full Changelog: https://github.com/pgjdbc/pgjdbc/compare/REL42.3.4...REL42.3.5
v42.3.4
What's Changed
- Use non-synchronized getTimeZone in TimestampUtils by
@TeslaCNin pgjdbc/pgjdbc#2451- docs: Update testing documentation by
@davecramerin pgjdbc/pgjdbc#2446- fix: Throw an exception if the driver cannot parse the URL instead of returning NULL by
@davecramerin pgjdbc/pgjdbc#2441- fix: Use PGProperty instead of the property names directly by
@davecramerin pgjdbc/pgjdbc#2444- fix: change PGInterval parseISO8601Format to support fractional second by
@paulo-kluhin pgjdbc/pgjdbc#2457- docs: update changelog, missing links at bottom and formatting by
@davecramerin pgjdbc/pgjdbc#2460- docs: Fix CHANGELOG.md misformatted markdown headings by
@fcvin pgjdbc/pgjdbc#2461
... (truncated)
Changelog
Sourced from org.postgresql:postgresql's changelog.
Changelog
Notable changes since version 42.0.0, read the complete History of Changes.
The format is based on Keep a Changelog.
[Unreleased]
[42.7.7] (2025-06-10)
Security
- security: Client Allows Fallback to Insecure Authentication Despite channelBinding=require configuration. Fix
channel binding requiredhandling to reject non-SASL authentication Previously, when channel binding was set to "require", the driver would silently ignore this requirement for non-SASL authentication methods. This could lead to a false sense of security when channel binding was explicitly requested but not actually enforced. The fix ensures that when channel binding is set to "require", the driver will reject connections that use non-SASL authentication methods or when SASL authentication has not completed properly. See the Security Advisory for more detail. Reported by George MacKerron The following CVE-2025-49146 has been issuedAdded
- test: Added ChannelBindingRequiredTest to verify proper behavior of channel binding settings
[42.7.6]
Features
- fix: Enhanced DatabaseMetadata.getIndexInfo() method, added index comment as REMARKS property [PR #3513](pgjdbc/pgjdbc#3513)
Performance Improvements
- performance: Improve ResultSetMetadata.fetchFieldMetaData by using IN row values instead of UNION ALL for improved query performance (later reverted) [PR #3510](pgjdbc/pgjdbc#3510)
- feat:Use a single simple query for all startup parameters, so groupStartupParameters is no longer needed [PR #3613](pgjdbc/pgjdbc#3613)
Bug Fixes
Protocol & Connection Handling
- fix: Send extra_float_digits=3 for PostgreSQL 12+ as well [PR #3491](pgjdbc/pgjdbc#3491)
- fix: Fixed handling of protocol 3.2 and wider cancel keys [PR #3592](pgjdbc/pgjdbc#3592)
- fix: Made PgConnection#abort compatible with Java 24 [PR #3582](pgjdbc/pgjdbc#3582)
- fix: Fixed ArrayIndexOutOfBounds when writing big objects into GSS enabled connections [PR #3500](pgjdbc/pgjdbc#3500)
- fix: Added back application name setting [PR #3509](pgjdbc/pgjdbc#3509)
Metadata & Catalog Handling
- fix: Set column name explicitly when using current_database() in queries [PR #3526](pgjdbc/pgjdbc#3526)
- fix: Use query to find the current catalog instead of relying on the database in the connection URL [pull #3565](pgjdbc/pgjdbc#3565)
- fix: Refactored empty resultset to use empty result set if the catalog is not correct [PR #3588](pgjdbc/pgjdbc#3588)
API Improvements
- fix: Undeprecated Fastpath API and fixed deprecation warnings [PR #3493](pgjdbc/pgjdbc#3493)
- fix: Undeprecated sslfactoryarg [PR #3496](pgjdbc/pgjdbc#3496)
- fix: Added PgMessageType and used static variables for protocol literals [PR #3609](pgjdbc/pgjdbc#3609)
... (truncated)
Commits
d93c741Merge pull request from GHSA-24rp-q3w6-vc5616a4fb7Merge pull request from GHSA-24rp-q3w6-vc56e73c6b6backpatch changes to 42.3.x for 42.5.1 (#2674)3ea7e61bumped version for next release0afaa71backpatch changes from GHSA-r38f-c4h4-hqq2 security advisory for CVE-2022-311...7714d03Created release notes for 42.3.6 [SKIP-CI] (#2515)85f8581fix: close refcursors when underlying cursor==null instead of relying on defa...12541c4bumped version number0872ad0Fix heading format for version numbers (#2504)0d6ccb1More changlog additions added chore to terminate CI jobs on fast PR pushes [S...- Additional commits viewable in compare view
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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.