-
Notifications
You must be signed in to change notification settings - Fork 18
Commit e1d9aae
authored
Bump org.postgresql:postgresql from 42.7.7 to 42.7.8 (#2530)
Bumps [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) from
42.7.7 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>
</blockquote>
</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.7...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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 8077e39 commit e1d9aaeCopy full SHA for e1d9aae
File tree
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedOpen diff view settings
Filter options
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedOpen diff view settings
Collapse file
+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
| 86 | + | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| |||
0 commit comments