Skip to content

build(deps): Bump org.postgresql:postgresql from 42.7.8 to 42.7.11 in the gradle group across 1 directory#353

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/gradle-1a853d4626
Open

build(deps): Bump org.postgresql:postgresql from 42.7.8 to 42.7.11 in the gradle group across 1 directory#353
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/gradle-1a853d4626

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 6, 2026

Bumps the gradle group with 1 update in the / directory: org.postgresql:postgresql.

Updates org.postgresql:postgresql from 42.7.8 to 42.7.11

Release notes

Sourced from org.postgresql:postgresql's releases.

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.

Changes

🐛 Bug Fixes

  • fix: ensure extended protocol messages end with Sync message @​vlsi (#3728)
  • fix: enable cursor-based fetching in extended protocol when transaction started via SQL command @​vlsi (#3996)
  • fix: retry with SSL on IOException when sslMode=ALLOW @​vlsi (#3973)
  • fix: allow fallback to non-SSL connection when sslMode=prefer and sslResponseTimeout kicks in @​vlsi (#3968)
  • fix: catch SecurityException from setContextClassLoader on ForkJoinPool workers @​vlsi (#3962)
  • fix: use compareTo for LogSequenceNumber comparison @​vlsi (#3961)
  • fix: release COPY lock on IOException to prevent connection hang (#3957) @​vlsi (#3960)

🧰 Maintenance

⬆️ Dependencies

... (truncated)

Changelog

Sourced from org.postgresql:postgresql's changelog.

[42.7.11] (2026-04-28)

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

Changed

Fixed

[42.7.10] (2026-02-11)

Changed

Fixed

Reverted

[42.7.9] (2026-01-14)

Added

... (truncated)

Commits
  • 78e261f fix: Add sources and javadocs to shaded published lib generation
  • 1e09fa0 update Changelog and website for release of 42.7.11 (#4042)
  • d479fa5 Fix scram fix location in changelog and update published artifact developer l...
  • b04fc46 docs: Add scram max iters fix to changelog
  • cf54822 test: Disable scram test on older version without scram_iterations GUC
  • 7dbcc79 test: Add SCRAM max iteration tests
  • c9d41d1 fix: Limit SCRAM PBKDF2 iterations accepted from the server
  • a340cb2 style: replace @​exception with @​throws in getBoolean javadoc
  • 77837f8 fix(deps): update dependency org.openrewrite.rewrite:org.openrewrite.rewrite....
  • 23af03b chore(deps): update actions/checkout action to v6
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps the gradle group with 1 update in the / directory: [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc).


Updates `org.postgresql:postgresql` from 42.7.8 to 42.7.11
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
- [Commits](pgjdbc/pgjdbc@REL42.7.8...REL42.7.11)

---
updated-dependencies:
- dependency-name: org.postgresql:postgresql
  dependency-version: 42.7.11
  dependency-type: direct:production
  dependency-group: gradle
...

Signed-off-by: dependabot[bot] <support@github.com>
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 6, 2026

Unit Tests

 62 files  ±0   62 suites  ±0   2m 46s ⏱️ -15s
562 tests ±0  562 ✅ ±0  0 💤 ±0  0 ❌ ±0 
578 runs  ±0  578 ✅ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit 0045d1a. ± Comparison against base commit ccc8a13.

♻️ This comment has been updated with latest results.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 6, 2026

SQLITE Integration Tests

12 files  ±0  12 suites  ±0   25s ⏱️ -1s
55 tests ±0  50 ✅ ±0  5 💤 ±0  0 ❌ ±0 
85 runs  ±0  80 ✅ ±0  5 💤 ±0  0 ❌ ±0 

Results for commit 0045d1a. ± Comparison against base commit ccc8a13.

♻️ This comment has been updated with latest results.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 6, 2026

POSTGRESQL Integration Tests

12 files  ±0  12 suites  ±0   28s ⏱️ +2s
55 tests ±0  55 ✅ ±0  0 💤 ±0  0 ❌ ±0 
85 runs  ±0  85 ✅ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit 0045d1a. ± Comparison against base commit ccc8a13.

♻️ This comment has been updated with latest results.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 6, 2026

DUCKDB Integration Tests

12 files  ±0  12 suites  ±0   26s ⏱️ ±0s
55 tests ±0  55 ✅ ±0  0 💤 ±0  0 ❌ ±0 
85 runs  ±0  85 ✅ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit 0045d1a. ± Comparison against base commit ccc8a13.

♻️ This comment has been updated with latest results.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 6, 2026

MSSQLSERVER Integration Tests

12 files  ±0  12 suites  ±0   43s ⏱️ -1s
55 tests ±0  46 ✅ ±0  9 💤 ±0  0 ❌ ±0 
85 runs  ±0  76 ✅ ±0  9 💤 ±0  0 ❌ ±0 

Results for commit 0045d1a. ± Comparison against base commit ccc8a13.

♻️ This comment has been updated with latest results.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 6, 2026

MYSQL Integration Tests

12 files  ±0  12 suites  ±0   47s ⏱️ ±0s
55 tests ±0  46 ✅ ±0  9 💤 ±0  0 ❌ ±0 
85 runs  ±0  76 ✅ ±0  9 💤 ±0  0 ❌ ±0 

Results for commit 0045d1a. ± Comparison against base commit ccc8a13.

1 similar comment
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 6, 2026

MYSQL Integration Tests

12 files  ±0  12 suites  ±0   47s ⏱️ ±0s
55 tests ±0  46 ✅ ±0  9 💤 ±0  0 ❌ ±0 
85 runs  ±0  76 ✅ ±0  9 💤 ±0  0 ❌ ±0 

Results for commit 0045d1a. ± Comparison against base commit ccc8a13.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 6, 2026

MYSQL Integration Tests

12 files  ±0  12 suites  ±0   43s ⏱️ -4s
55 tests ±0  46 ✅ ±0  9 💤 ±0  0 ❌ ±0 
85 runs  ±0  76 ✅ ±0  9 💤 ±0  0 ❌ ±0 

Results for commit 0045d1a. ± Comparison against base commit ccc8a13.

♻️ This comment has been updated with latest results.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 6, 2026

ORACLE Integration Tests

12 files  ±0  12 suites  ±0   2m 35s ⏱️ + 1m 18s
55 tests ±0  46 ✅ ±0  9 💤 ±0  0 ❌ ±0 
85 runs  ±0  76 ✅ ±0  9 💤 ±0  0 ❌ ±0 

Results for commit 0045d1a. ± Comparison against base commit ccc8a13.

♻️ This comment has been updated with latest results.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 6, 2026

Code Coverage

Metric Coverage
Line N/A
Branch N/A
Instruction N/A

Updated for commit 0045d1a

1 similar comment
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 6, 2026

Code Coverage

Metric Coverage
Line N/A
Branch N/A
Instruction N/A

Updated for commit 0045d1a

@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented May 6, 2026

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants