Skip to content

chore(deps): bump org.postgresql:postgresql from 42.7.4 to 42.7.8#567

Merged
AlbumenJ merged 1 commit intomainfrom
dependabot/maven/org.postgresql-postgresql-42.7.8
Jan 15, 2026
Merged

chore(deps): bump org.postgresql:postgresql from 42.7.4 to 42.7.8#567
AlbumenJ merged 1 commit intomainfrom
dependabot/maven/org.postgresql-postgresql-42.7.8

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 14, 2026

Bumps org.postgresql:postgresql from 42.7.4 to 42.7.8.

Release notes

Sourced from org.postgresql:postgresql's releases.

v42.7.8

Notable changes:

  • Releases are signed with a new PGP key which is generated at GitHub Actions and stored only there @​vlsi (#3701)

Changes

🐛 Bug Fixes

  • fix: avoid IllegalStateException: Timer already cancelled when StatementCancelTimerTask.run throws a runtime error @​vlsi (#3778)
  • fix: avoid NullPointerException when cancelling a query if cancel key is not known yet @​vlsi (#3780)
  • fix: unable to open replication connection to servers < 12 @​vlsi (#3678)

🧰 Maintenance

  • chore: fix published project name @​vlsi (#3809)
  • chore: update publish to Central Portal task name after bumping nmcp @​vlsi (#3808)
  • fix(deps): update com.gradleup.nmcp to 1.1.0 @​vlsi (#3807)
  • Revert "fix: Update release plugin config to use .set(...) for props and inject nexus creds via gradle props" @​vlsi (#3803)
  • chore: group com.gradleup.nmcp version updates @​vlsi (#3805)
  • chore: use bump org.apache.bcel:bcel test dependency in testCompileClasspath as well @​vlsi (#3775)
  • Fix typo in PGReplicationStream.java @​atorik (#3758)
  • chore: remove JDK versions from the key workflow names @​vlsi (#3759)
  • chore: add GitHub Actions workflow for generating release PGP key @​vlsi (#3701)
  • chore: replace StandardCharsets with Charsets to simplify code @​vlsi (#3751)
  • chore: migrate publish workflow to Central Portal publishing via com.gradleup.nmcp @​vlsi (#3686)
  • chore: adjust the default branch name for ossf scorecard scan @​vlsi (#3697)
  • chore: add top-level read-only permissions for GitHub Actions when missing @​vlsi (#3696)
  • chore: use config:best-practices preset for Renovate @​vlsi (#3687)

... (truncated)

Changelog

Sourced from org.postgresql:postgresql's changelog.

[42.7.8] (2025-09-18)

Added

Changed

  • perf: remove QUERY_ONESHOT flag when calling getMetaData [PR #3783](pgjdbc/pgjdbc#3783)
  • perf: use BufferedInputStream with FileInputStream [PR #3750](pgjdbc/pgjdbc#3750)
  • perf: enable server-prepared statements for DatabaseMetaData

Fixed

  • fix: avoid NullPointerException when cancelling a query if cancel key is not known yet
  • fix: Change "PST" timezone in TimestampTest to "Pacific Standard Time" [PR #3774](pgjdbc/pgjdbc#3774)
  • fix: traverse the current dimension to get the correct pos in PgArray#calcRemainingDataLength [PR #3746](pgjdbc/pgjdbc#3746)
  • fix: make sure getImportedExportedKeys returns columns in consistent order
  • fix: Add "SELF_REFERENCING_COL_NAME" field to getTables' ResultSetMetaData to fix NullPointerException [PR #3660](pgjdbc/pgjdbc#3660)
  • fix: unable to open replication connection to servers < 12
  • fix: avoid closing statement caused by driver's internal ResultSet#close()
  • fix: return empty metadata for empty catalog names as it was before
  • fix: Incorrect class comparison in PGXmlFactoryFactory validation

[42.7.7] (2025-06-10)

Security

  • security: Client Allows Fallback to Insecure Authentication Despite channelBinding=require configuration. Fix channel binding required handling 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 issued

Added

  • 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

... (truncated)

Commits
  • 9a5492d chore: fix published project name
  • ca064f8 chore: update publish to Central Portal task name after bumping nmcp
  • 3d97bb8 fix: avoid IllegalStateException: Timer already cancelled when StatementCanc...
  • faa7dfc test: move BaseTest4 to testkit module
  • dbf2847 fix(deps): update com.gradleup.nmcp to 1.1.0
  • 9245e26 Revert "fix: Update release plugin config to use .set(...) for props and inje...
  • 8e833c3 chore: group com.gradleup.nmcp version updates
  • ec5a088 fix: Update release plugin config to use .set(...) for props and inject nexus...
  • c03db58 update version to 42.7.8 (#3801)
  • 50ff169 change logs for version 42.7.8 (#3797)
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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.4 to 42.7.8.
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
- [Commits](pgjdbc/pgjdbc@REL42.7.4...REL42.7.8)

---
updated-dependencies:
- dependency-name: org.postgresql:postgresql
  dependency-version: 42.7.8
  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 Jan 14, 2026
@dependabot dependabot bot requested a review from a team January 14, 2026 19:10
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Jan 14, 2026
@cla-assistant
Copy link

cla-assistant bot commented Jan 14, 2026

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@codecov
Copy link

codecov bot commented Jan 14, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@AlbumenJ AlbumenJ merged commit f544b8a into main Jan 15, 2026
8 of 9 checks passed
@dependabot dependabot bot deleted the dependabot/maven/org.postgresql-postgresql-42.7.8 branch January 15, 2026 04:14
Alexxigang pushed a commit to Alexxigang/agentscope-java that referenced this pull request Jan 25, 2026
…entscope-ai#567)

Bumps [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) from
42.7.4 to 42.7.8.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/pgjdbc/pgjdbc/releases">org.postgresql:postgresql's
releases</a>.</em></p>
<blockquote>
<h2>v42.7.8</h2>
<h2>Notable changes:</h2>
<ul>
<li>Releases are signed with a new PGP key which is generated at GitHub
Actions and stored only there <a
href="https://github.com/vlsi"><code>@​vlsi</code></a> (<a
href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3701">#3701</a>)</li>
</ul>
<h2>Changes</h2>
<ul>
<li>fix: Update release plugin config to use .set(...) for props and
inject nexus secrets via props <a
href="https://github.com/sehrope"><code>@​sehrope</code></a> (<a
href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3802">#3802</a>)</li>
<li>update version to 42.7.8 <a
href="https://github.com/davecramer"><code>@​davecramer</code></a> (<a
href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3801">#3801</a>)</li>
<li>change logs for version 42.7.8 <a
href="https://github.com/davecramer"><code>@​davecramer</code></a> (<a
href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3797">#3797</a>)</li>
<li>Fix getNotifications() documentation <a
href="https://github.com/pdewacht"><code>@​pdewacht</code></a> (<a
href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3800">#3800</a>)</li>
<li>fix(deps): update dependency om.ongres.scram:scram-client to 3.2 <a
href="https://github.com/jorsol"><code>@​jorsol</code></a> (<a
href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3799">#3799</a>)</li>
<li>Add configurable boolean-to-numeric conversion for ResultSet getters
<a href="https://github.com/vwassan"><code>@​vwassan</code></a> (<a
href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3796">#3796</a>)</li>
<li>Update CONTRIBUTING.md <a
href="https://github.com/davecramer"><code>@​davecramer</code></a> (<a
href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3794">#3794</a>)</li>
<li>perf: remove QUERY_ONESHOT flag when calling getMetaData <a
href="https://github.com/ShenFeng312"><code>@​ShenFeng312</code></a> (<a
href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3783">#3783</a>)</li>
<li>test: add bench for batch insert via unnest with arrays <a
href="https://github.com/lantalex"><code>@​lantalex</code></a> (<a
href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3782">#3782</a>)</li>
<li>fix: Change &quot;PST&quot; timezone in TimestampTest to
&quot;Pacific Standard Time&quot; <a
href="https://github.com/simon-greatrix"><code>@​simon-greatrix</code></a>
(<a
href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3774">#3774</a>)</li>
<li>Use <code>BufferedInputStream</code> with
<code>FileInputStream</code> <a
href="https://github.com/jgardn3r"><code>@​jgardn3r</code></a> (<a
href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3750">#3750</a>)</li>
<li>Fix <a
href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3747">#3747</a>:
Incorrect class comparison in PGXmlFactoryFactory validation <a
href="https://github.com/eitch"><code>@​eitch</code></a> (<a
href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3748">#3748</a>)</li>
<li>fix: traverse the current dimension to get the correct pos in
PgArray#calcRemainingDataLength <a
href="https://github.com/sly461"><code>@​sly461</code></a> (<a
href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3746">#3746</a>)</li>
<li>test: add channelBinding to SslTest <a
href="https://github.com/vlsi"><code>@​vlsi</code></a> (<a
href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3665">#3665</a>)</li>
<li>fix: remove excessive ReentrantLock.lock usages <a
href="https://github.com/vlsi"><code>@​vlsi</code></a> (<a
href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3703">#3703</a>)</li>
<li>test: add ossf-scorecard security scanning <a
href="https://github.com/vlsi"><code>@​vlsi</code></a> (<a
href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3695">#3695</a>)</li>
<li>fix indentation to let CI pass <a
href="https://github.com/mohitsatr"><code>@​mohitsatr</code></a> (<a
href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3682">#3682</a>)</li>
<li>test: extract pgjdbc/testFixtures to testkit project <a
href="https://github.com/vlsi"><code>@​vlsi</code></a> (<a
href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3666">#3666</a>)</li>
<li>fix: make sure getImportedExportedKeys returns columns in consistent
order <a href="https://github.com/vlsi"><code>@​vlsi</code></a> (<a
href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3663">#3663</a>)</li>
<li>feat: use PreparedStatement for DatabaseMetaData.getCrossReference,
getImportedKeys, getExportedKeys <a
href="https://github.com/vlsi"><code>@​vlsi</code></a> (<a
href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3641">#3641</a>)</li>
<li>Add &quot;SELF_REFERENCING_COL_NAME&quot; field to getTables'
ResultSetMetaData to fix NullPointerException <a
href="https://github.com/SophiahHo"><code>@​SophiahHo</code></a> (<a
href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3660">#3660</a>)</li>
</ul>
<h2>🐛 Bug Fixes</h2>
<ul>
<li>fix: avoid IllegalStateException: Timer already cancelled when
StatementCancelTimerTask.run throws a runtime error <a
href="https://github.com/vlsi"><code>@​vlsi</code></a> (<a
href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3778">#3778</a>)</li>
<li>fix: avoid NullPointerException when cancelling a query if cancel
key is not known yet <a
href="https://github.com/vlsi"><code>@​vlsi</code></a> (<a
href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3780">#3780</a>)</li>
<li>fix: unable to open replication connection to servers &lt; 12 <a
href="https://github.com/vlsi"><code>@​vlsi</code></a> (<a
href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3678">#3678</a>)</li>
</ul>
<h2>🧰 Maintenance</h2>
<ul>
<li>chore: fix published project name <a
href="https://github.com/vlsi"><code>@​vlsi</code></a> (<a
href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3809">#3809</a>)</li>
<li>chore: update publish to Central Portal task name after bumping nmcp
<a href="https://github.com/vlsi"><code>@​vlsi</code></a> (<a
href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3808">#3808</a>)</li>
<li>fix(deps): update com.gradleup.nmcp to 1.1.0 <a
href="https://github.com/vlsi"><code>@​vlsi</code></a> (<a
href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3807">#3807</a>)</li>
<li>Revert &quot;fix: Update release plugin config to use .set(...) for
props and inject nexus creds via gradle props&quot; <a
href="https://github.com/vlsi"><code>@​vlsi</code></a> (<a
href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3803">#3803</a>)</li>
<li>chore: group com.gradleup.nmcp version updates <a
href="https://github.com/vlsi"><code>@​vlsi</code></a> (<a
href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3805">#3805</a>)</li>
<li>chore: use bump org.apache.bcel:bcel test dependency in
testCompileClasspath as well <a
href="https://github.com/vlsi"><code>@​vlsi</code></a> (<a
href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3775">#3775</a>)</li>
<li>Fix typo in PGReplicationStream.java <a
href="https://github.com/atorik"><code>@​atorik</code></a> (<a
href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3758">#3758</a>)</li>
<li>chore: remove JDK versions from the key workflow names <a
href="https://github.com/vlsi"><code>@​vlsi</code></a> (<a
href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3759">#3759</a>)</li>
<li>chore: add GitHub Actions workflow for generating release PGP key <a
href="https://github.com/vlsi"><code>@​vlsi</code></a> (<a
href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3701">#3701</a>)</li>
<li>chore: replace StandardCharsets with Charsets to simplify code <a
href="https://github.com/vlsi"><code>@​vlsi</code></a> (<a
href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3751">#3751</a>)</li>
<li>chore: migrate publish workflow to Central Portal publishing via
com.gradleup.nmcp <a
href="https://github.com/vlsi"><code>@​vlsi</code></a> (<a
href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3686">#3686</a>)</li>
<li>chore: adjust the default branch name for ossf scorecard scan <a
href="https://github.com/vlsi"><code>@​vlsi</code></a> (<a
href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3697">#3697</a>)</li>
<li>chore: add top-level read-only permissions for GitHub Actions when
missing <a href="https://github.com/vlsi"><code>@​vlsi</code></a> (<a
href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3696">#3696</a>)</li>
<li>chore: use config:best-practices preset for Renovate <a
href="https://github.com/vlsi"><code>@​vlsi</code></a> (<a
href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3687">#3687</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md">org.postgresql:postgresql's
changelog</a>.</em></p>
<blockquote>
<h2>[42.7.8] (2025-09-18)</h2>
<h3>Added</h3>
<ul>
<li>feat: Add configurable boolean-to-numeric conversion for ResultSet
getters [PR <a
href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3796">#3796</a>](<a
href="https://redirect.github.com/pgjdbc/pgjdbc/pull/3796">pgjdbc/pgjdbc#3796</a>)</li>
</ul>
<h3>Changed</h3>
<ul>
<li>perf: remove QUERY_ONESHOT flag when calling getMetaData [PR <a
href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3783">#3783</a>](<a
href="https://redirect.github.com/pgjdbc/pgjdbc/pull/3783">pgjdbc/pgjdbc#3783</a>)</li>
<li>perf: use <code>BufferedInputStream</code> with
<code>FileInputStream</code> [PR <a
href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3750">#3750</a>](<a
href="https://redirect.github.com/pgjdbc/pgjdbc/pull/3750">pgjdbc/pgjdbc#3750</a>)</li>
<li>perf: enable server-prepared statements for DatabaseMetaData</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>fix: avoid NullPointerException when cancelling a query if cancel
key is not known yet</li>
<li>fix: Change &quot;PST&quot; timezone in TimestampTest to
&quot;Pacific Standard Time&quot; [PR <a
href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3774">#3774</a>](<a
href="https://redirect.github.com/pgjdbc/pgjdbc/pull/3774">pgjdbc/pgjdbc#3774</a>)</li>
<li>fix: traverse the current dimension to get the correct pos in
PgArray#calcRemainingDataLength [PR <a
href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3746">#3746</a>](<a
href="https://redirect.github.com/pgjdbc/pgjdbc/pull/3746">pgjdbc/pgjdbc#3746</a>)</li>
<li>fix: make sure getImportedExportedKeys returns columns in consistent
order</li>
<li>fix: Add &quot;SELF_REFERENCING_COL_NAME&quot; field to getTables'
ResultSetMetaData to fix NullPointerException [PR <a
href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3660">#3660</a>](<a
href="https://redirect.github.com/pgjdbc/pgjdbc/pull/3660">pgjdbc/pgjdbc#3660</a>)</li>
<li>fix: unable to open replication connection to servers &lt; 12</li>
<li>fix: avoid closing statement caused by driver's internal
ResultSet#close()</li>
<li>fix: return empty metadata for empty catalog names as it was
before</li>
<li>fix: Incorrect class comparison in PGXmlFactoryFactory
validation</li>
</ul>
<h2>[42.7.7] (2025-06-10)</h2>
<h3>Security</h3>
<ul>
<li>security: <strong>Client Allows Fallback to Insecure Authentication
Despite channelBinding=require configuration.</strong>
Fix <code>channel binding required</code> handling to reject non-SASL
authentication
Previously, when channel binding was set to &quot;require&quot;, 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 &quot;require&quot;, the driver will reject
connections that use
non-SASL authentication methods or when SASL authentication has not
completed properly.
See the <a
href="https://github.com/pgjdbc/pgjdbc/security/advisories/GHSA-hq9p-pm7w-8p54">Security
Advisory</a> for more detail. Reported by <a
href="https://github.com/jawj">George MacKerron</a>
The following <a
href="https://nvd.nist.gov/vuln/detail/CVE-2025-49146">CVE-2025-49146</a>
has been issued</li>
</ul>
<h3>Added</h3>
<ul>
<li>test: Added ChannelBindingRequiredTest to verify proper behavior of
channel binding settings</li>
</ul>
<h2>[42.7.6]</h2>
<h4>Features</h4>
<ul>
<li>fix: Enhanced DatabaseMetadata.getIndexInfo() method, added index
comment as REMARKS property [PR <a
href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3513">#3513</a>](<a
href="https://redirect.github.com/pgjdbc/pgjdbc/pull/3513">pgjdbc/pgjdbc#3513</a>)</li>
</ul>
<h3>Performance Improvements</h3>
<ul>
<li>performance: Improve ResultSetMetadata.fetchFieldMetaData by using
IN row values instead of UNION ALL for improved query performance (later
reverted) [PR <a
href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3510">#3510</a>](<a
href="https://redirect.github.com/pgjdbc/pgjdbc/pull/3510">pgjdbc/pgjdbc#3510</a>)</li>
<li>feat:Use a single simple query for all startup parameters, so
groupStartupParameters is no longer needed [PR <a
href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3613">#3613</a>](<a
href="https://redirect.github.com/pgjdbc/pgjdbc/pull/3613">pgjdbc/pgjdbc#3613</a>)</li>
<li></li>
</ul>
<h2>Bug Fixes</h2>
<h3>Protocol &amp; Connection Handling</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pgjdbc/pgjdbc/commit/9a5492d99ce43507e318ce4bb56030f74b773d48"><code>9a5492d</code></a>
chore: fix published project name</li>
<li><a
href="https://github.com/pgjdbc/pgjdbc/commit/ca064f81235b8b6d17577dbd92c4fec1c9ffb963"><code>ca064f8</code></a>
chore: update publish to Central Portal task name after bumping
nmcp</li>
<li><a
href="https://github.com/pgjdbc/pgjdbc/commit/3d97bb83f64d3f888e55e61635d180d088a33221"><code>3d97bb8</code></a>
fix: avoid IllegalStateException: Timer already cancelled when
StatementCanc...</li>
<li><a
href="https://github.com/pgjdbc/pgjdbc/commit/faa7dfc29d82b4b9e62f8692742eaeac4324fe5a"><code>faa7dfc</code></a>
test: move BaseTest4 to testkit module</li>
<li><a
href="https://github.com/pgjdbc/pgjdbc/commit/dbf2847d40b16790028f9ead0437edbca0d9b2c4"><code>dbf2847</code></a>
fix(deps): update com.gradleup.nmcp to 1.1.0</li>
<li><a
href="https://github.com/pgjdbc/pgjdbc/commit/9245e268e328eef77b82e2df72aa915427318864"><code>9245e26</code></a>
Revert &quot;fix: Update release plugin config to use .set(...) for
props and inje...</li>
<li><a
href="https://github.com/pgjdbc/pgjdbc/commit/8e833c31bfa275c09cbff058e22af0b513d7e418"><code>8e833c3</code></a>
chore: group com.gradleup.nmcp version updates</li>
<li><a
href="https://github.com/pgjdbc/pgjdbc/commit/ec5a0881ec2f835d66438efec1d713624634c3c4"><code>ec5a088</code></a>
fix: Update release plugin config to use .set(...) for props and inject
nexus...</li>
<li><a
href="https://github.com/pgjdbc/pgjdbc/commit/c03db58418b18e725948a46f6d15c35848dfdef0"><code>c03db58</code></a>
update version to 42.7.8 (<a
href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3801">#3801</a>)</li>
<li><a
href="https://github.com/pgjdbc/pgjdbc/commit/50ff169f34f023dcb2023d1072e649754eb6bb85"><code>50ff169</code></a>
change logs for version 42.7.8 (<a
href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3797">#3797</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/pgjdbc/pgjdbc/compare/REL42.7.4...REL42.7.8">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.postgresql:postgresql&package-manager=maven&previous-version=42.7.4&new-version=42.7.8)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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 merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@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)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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.

1 participant