Uploaded image for project: 'Quarkus'
  1. Quarkus
  2. QUARKUS-2890

Bump postgresql from 42.3.3 to 42.3.6

XMLWordPrintable

    • Icon: Component Upgrade Component Upgrade
    • Resolution: Done
    • Icon: Major Major
    • 2.7.7.GA, 2.7.7.CR1
    • None
    • team/eng
    • None

      Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.3.3 to 42.3.6.
      <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.3.6] (2022-05-24 08:52:27 -0400)</h2>
      <h3>Changed</h3>
      <h3>Added</h3>
      <h3>Fixed</h3>
      <ul>
      <li>fix: close refcursors when underlying cursor==null instead of relying on defaultRowFetchSize PR <a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2377">#2377</a>(<a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/pull/2377">pgjdbc/pgjdbc#2377</a>)</li>
      </ul>
      <h2>[42.3.5] (2022-05-04 08:48:35 -0400)</h2>
      <h3>Changed</h3>
      <ul>
      <li>test: polish TimestampUtilsTest</li>
      <li>chore: use GitHub Action concurrency feature to terminate CI jobs on fast PR pushes</li>
      </ul>
      <h3>Added</h3>
      <ul>
      <li>Added KEYS file to allow for verifying artifacts <a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/pull/2499">PR 2499</a></li>
      </ul>
      <h3>Fixed</h3>
      <ul>
      <li>perf: enable tcpNoDelay by default <a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/pull/2495">PR 2495</a>.
      This is a regression from 42.2.x versions where tcpNoDelay defaulted to true</li>
      <li>docs: fix readme.md after <a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/pull/2495">PR 2495</a> <a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/pull/249">PR 2496</a></li>
      <li>feat: targetServerType=preferPrimary connection parameter <a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/pull/2483">PR 2483</a></li>
      <li>fix: revert removal of toOffsetDateTime(String timestamp) fixes Issue <a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2497">#2497</a>(<a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2497">pgjdbc/pgjdbc#2497</a>) <a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/pull/2501">PR 2501</a></li>
      </ul>
      <h2>[42.3.4] (2022-04-01 14:16:28 -0400)</h2>
      <h3>Changed</h3>
      <ul>
      <li>fix: change name of build cache <a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/pull/2471">PR 2471</a></li>
      <li>feat: add support for ResultSet#getObject(OffsetTime.class) and PreparedStatement#setObject(OffsetTime.class) <a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/pull/2467">PR 2467</a></li>
      <li>fix: Use non-synchronized getTimeZone in TimestampUtils <a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/pull/2451">PR 2451</a></li>
      <li>docs: Fix CHANGELOG.md misformatted markdown headings <a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/pull/2461">PR 2461</a></li>
      <li>docs: remove loggerLevel and loggerFile from docs and issues <a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/pull/2489">PR 2489</a></li>
      <li>feat: use direct wire format -> LocalDate conversion without resorting to java.util.Date, java.util.Calendar,
      and default timezones <a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/pull/2464">PR 2464</a> fixes Issue <a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2221">#2221</a></li>
      </ul>
      <h3>Added</h3>
      <h3>Fixed</h3>
      <ul>
      <li>docs: Update testing documentation <a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/pull/2446">PR 2446</a></li>
      <li>fix: Throw an exception if the driver cannot parse the URL instead of returning NULL fixes Issue <a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2421">#2421</a>(<a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2421">pgjdbc/pgjdbc#2421</a>) <a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/pull/2441">PR 2441</a></li>
      <li>fix: Use PGProperty instead of the property names directly <a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/pull/2444">PR 2444</a></li>
      <li>docs: update changelog, missing links at bottom and formatting <a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/pull/2460">PR 2460</a></li>
      <li>fix: Remove isDeprecated from PGProperty. It was originally intended to help produce automated docs. Fixes Issue <a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2479">#2479</a> <a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/pull/2480">PR 2480</a></li>
      <li>fix: change PGInterval parseISO8601Format to support fractional second <a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/pull/2457">PR 2457</a></li>
      <li>fix: GSS login to use TGT from keytab fixes Issue <a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2469">#2469</a> <a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/pull/2470">PR 2470</a></li>
      <li>fix: More test and fix for issues discovered by PR <a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2476">#2476</a>(<a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/pull/2476">pgjdbc/pgjdbc#2476</a>) PR <a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2488">#2488</a>(<a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/pull/2488">pgjdbc/pgjdbc#2488</a>)</li>
      </ul>
      </blockquote>
      </details>
      <details>
      <summary>Commits</summary>
      <ul>
      <li><a href="https://github.com/pgjdbc/pgjdbc/commit/7714d035b2123bbf5e5461d3ea162af946191941"><code>7714d03</code></a> Created release notes for 42.3.6 [SKIP-CI] (<a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2515">#2515</a>)</li>
      <li><a href="https://github.com/pgjdbc/pgjdbc/commit/85f85813a4092eaf37e9fcc5b479eb6ff94fe963"><code>85f8581</code></a> fix: close refcursors when underlying cursor==null instead of relying on defa...</li>
      <li><a href="https://github.com/pgjdbc/pgjdbc/commit/12541c4d2e8549426207b212dbc7963b0cc780f6"><code>12541c4</code></a> bumped version number</li>
      <li><a href="https://github.com/pgjdbc/pgjdbc/commit/0872ad0ed33d3df355948282420f09ff8cb9ff50"><code>0872ad0</code></a> Fix heading format for version numbers (<a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2504">#2504</a>)</li>
      <li><a href="https://github.com/pgjdbc/pgjdbc/commit/0d6ccb194a94cebe1cc0add461382b91f13c2a4a"><code>0d6ccb1</code></a> More changlog additions added chore to terminate CI jobs on fast PR pushes [S...</li>
      <li><a href="https://github.com/pgjdbc/pgjdbc/commit/2bd774e8ea2f8732b5eaee233487a73b5389cc1f"><code>2bd774e</code></a> Releasenotes 42.3.5 (<a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2502">#2502</a>)</li>
      <li><a href="https://github.com/pgjdbc/pgjdbc/commit/c04582eb64ef8771f7e09d2900eaa20883d64400"><code>c04582e</code></a> chore: use GitHub Action concurrency feature to terminate CI jobs on fast PR ...</li>
      <li><a href="https://github.com/pgjdbc/pgjdbc/commit/4d711c2a97175ad4c034c4629d2a993600cd0264"><code>4d711c2</code></a> fix: revert removal of toOffsetDateTime(String timestamp) fixes #Issue 2497 ...</li>
      <li><a href="https://github.com/pgjdbc/pgjdbc/commit/8444ed6a8594521f4c7e263867dfe69002cb304a"><code>8444ed6</code></a> feat: targetServerType=preferPrimary connection parameter (<a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2483">#2483</a>)</li>
      <li><a href="https://github.com/pgjdbc/pgjdbc/commit/60498521ad332494b5f6af79bb99caa658878b39"><code>6049852</code></a> test: polish TimestampUtilsTest</li>
      <li>Additional commits viewable in <a href="https://github.com/pgjdbc/pgjdbc/compare/REL42.3.3...REL42.3.6">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.3&new-version=42.3.6)](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>

            Unassigned Unassigned
            probinso_jira Quarkus JIRA Bot
            Fedor Dudinskii Fedor Dudinskii
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: