Conversation
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>
|
|
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
AlbumenJ
approved these changes
Jan 15, 2026
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 "PST" timezone in TimestampTest to "Pacific Standard Time" <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 "SELF_REFERENCING_COL_NAME" 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 < 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 "fix: Update release plugin config to use .set(...) for props and inject nexus creds via gradle props" <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 "PST" timezone in TimestampTest to "Pacific Standard Time" [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 "SELF_REFERENCING_COL_NAME" 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 < 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 "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 <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 & 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 "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 /> [](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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps org.postgresql:postgresql from 42.7.4 to 42.7.8.
Release notes
Sourced from org.postgresql:postgresql's releases.
... (truncated)
Changelog
Sourced from org.postgresql:postgresql's changelog.
... (truncated)
Commits
9a5492dchore: fix published project nameca064f8chore: update publish to Central Portal task name after bumping nmcp3d97bb8fix: avoid IllegalStateException: Timer already cancelled when StatementCanc...faa7dfctest: move BaseTest4 to testkit moduledbf2847fix(deps): update com.gradleup.nmcp to 1.1.09245e26Revert "fix: Update release plugin config to use .set(...) for props and inje...8e833c3chore: group com.gradleup.nmcp version updatesec5a088fix: Update release plugin config to use .set(...) for props and inject nexus...c03db58update version to 42.7.8 (#3801)50ff169change logs for version 42.7.8 (#3797)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)