-
Component Upgrade
-
Resolution: Done
-
Major
-
None
-
None
-
False
-
None
-
False
-
---
-
-
Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.3.6 to 42.4.0.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md">postgresql's changelog</a>.</em></p>
<blockquote>
<h2>[42.4.0] (2022-06-09 08:14:02 -0400)</h2>
<h3>Changed</h3>
<ul>
<li>fix: added GROUP_STARTUP_PARAMETERS boolean property to determine whether or not to group
startup parameters in a transaction (default=false like 42.2.x) fixes Issue <a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2425">#2425</a>(<a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2497">pgjdbc/pgjdbc#2497</a>)
pgbouncer cannot deal with transactions in statement pooling mode PR <a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2425">#2425</a>(<a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/pull/2425">pgjdbc/pgjdbc#2425</a>)</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>fix: queries with up to 65535 (inclusive) parameters are supported now (previous limit was 32767)
PR <a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2525">#2525</a>(<a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/pull/2525">pgjdbc/pgjdbc#2525</a>), Issue <a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/1311">#1311</a>(<a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/1311">pgjdbc/pgjdbc#1311</a>)</li>
<li>fix: workaround JarIndex parsing issue by using groupId/artifactId-version directory namings.
Regression since 42.2.13. PR <a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2531">#2531</a>(<a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/pull/2531">pgjdbc/pgjdbc#2531</a>), issue <a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2527">#2527</a>(<a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2527">pgjdbc/pgjdbc#2527</a>)</li>
<li>fix: use Locale.ROOT for toUpperCase() toLowerCase() calls</li>
<li>doc: add Vladimir Sitnikov's PGP key</li>
<li>fix: return correct base type for domain from getUDTs PR <a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2520">#2520</a>(<a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/pull/2520">pgjdbc/pgjdbc#2520</a>) Issue <a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2522">#2522</a>(<a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2522">pgjdbc/pgjdbc#2522</a>)</li>
<li>perf: utcTz static and renamed to UTC_TIMEZONE PR <a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2519">#2519</a>(<a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/pull/2520">pgjdbc/pgjdbc#2520</a>)</li>
<li>doc: fix release version for <a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2377">#2377</a> (it should be 42.3.6, not 42.3.5)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/pgjdbc/pgjdbc/commit/09166bdf724b9a869520a75bfd44716b7af8db2d"><code>09166bd</code></a> Release notes 42.4.0 (<a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2541">#2541</a>)</li>
<li><a href="https://github.com/pgjdbc/pgjdbc/commit/3b13db2dac7479a9fd1e1ebdd1b6f03a98231684"><code>3b13db2</code></a> test: fix API usage in NotifyTest</li>
<li><a href="https://github.com/pgjdbc/pgjdbc/commit/67fda95cfcfe2af84cb336ec26c7bed9552d4f15"><code>67fda95</code></a> Bump version to 42.4.0</li>
<li><a href="https://github.com/pgjdbc/pgjdbc/commit/22935781718edc07f632140bbf3eb3429ce75709"><code>2293578</code></a> chore: Make the readme version agnostic (<a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2540">#2540</a>)</li>
<li><a href="https://github.com/pgjdbc/pgjdbc/commit/45f9b934c31176f11a938e444629977f6cc4fd92"><code>45f9b93</code></a> fix: added GROUP_STARTUP_PARAMETERS boolean property to determine whether or ...</li>
<li><a href="https://github.com/pgjdbc/pgjdbc/commit/a76991e74ab5f0e27027d4ba604e0a3a8fb99a1d"><code>a76991e</code></a> chore: skip running publishToNexus on forks if NEXUS_* secrets are not set</li>
<li><a href="https://github.com/pgjdbc/pgjdbc/commit/28c4da142fc53ebc378c53b882174c40c5068a1a"><code>28c4da1</code></a> test: remove SlowTests from tests that are fast</li>
<li><a href="https://github.com/pgjdbc/pgjdbc/commit/69818fb0a7a4406176419cf0c9f1a3c746db4e7f"><code>69818fb</code></a> test: fix failure in SetObject310Test in simple query mode in certain time zones</li>
<li><a href="https://github.com/pgjdbc/pgjdbc/commit/68c120c920bb93373bca7bd98fa1d1a8faa2cec5"><code>68c120c</code></a> chore: use password_encryption=md5 instead of deprecated on for PostgreSQL 10+</li>
<li><a href="https://github.com/pgjdbc/pgjdbc/commit/1b57e57982bd2c84225accc236c3f6e0564d5b6c"><code>1b57e57</code></a> test: fix assertions for simple query mode in BatchedInsertReWriteEnabledTest</li>
<li>Additional commits viewable in <a href="https://github.com/pgjdbc/pgjdbc/compare/REL42.3.6...REL42.4.0">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.3.6&new-version=42.4.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
You can trigger a rebase of this PR 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 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>