You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2022/11/23 22:20:08 UTC

[GitHub] [shardingsphere] dependabot[bot] opened a new pull request, #22373: Bump postgresql from 42.4.1 to 42.4.3 in /examples

dependabot[bot] opened a new pull request, #22373:
URL: https://github.com/apache/shardingsphere/pull/22373

   Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.4.1 to 42.4.3.
   <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>
   <h1>Changelog</h1>
   <p>Notable changes since version 42.0.0, read the complete <a href="https://jdbc.postgresql.org/documentation/changelog.html">History of Changes</a>.</p>
   <p>The format is based on <a href="http://keepachangelog.com/en/1.0.0/">Keep a Changelog</a>.</p>
   <h2>[Unreleased]</h2>
   <h3>Changed</h3>
   <h3>Added</h3>
   <h3>Fixed</h3>
   <p>[42.5.1] (2022-11-21 15:21:59 -0500)</p>
   <h3>Security</h3>
   <ul>
   <li>security: StreamWrapper spills to disk if setText, or setBytea sends very large Strings or arrays to the server. createTempFile creates a file which can be read by other users on unix like systems (Not macos).
   This has been fixed in this version fixes CVE-2022-41946 see the <a href="https://github.com/pgjdbc/pgjdbc/security/advisories/GHSA-562r-vg33-8x8h">security advisory</a> for more details. Reported by <a href="https://github.com/JLLeitschuh">Jonathan Leitschuh</a> This has been fixed in versions 42.5.1, 42.4.3 42.3.8, 42.2.27.jre7. Note there is no fix for 42.2.26.jre6. See the security advisory for work arounds.</li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li>fix: make sure we select array_in from pg_catalog to avoid duplicate array_in functions fixes <a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2548">#Issue 2548</a> [PR <a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2552">#2552</a>](<a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2552">pgjdbc/pgjdbc#2552</a>)</li>
   <li>fix: binary decoding of bool values [PR <a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2640">#2640</a>](<a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/pull/2640">pgjdbc/pgjdbc#2640</a>)</li>
   <li>perf: improve performance of PgResultSet getByte/getShort/getInt/getLong for float-typed columns [PR <a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2634">#2634</a>](<a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/pull/2634">pgjdbc/pgjdbc#2634</a>)</li>
   <li>chore: fix various spelling errors [PR <a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2592">#2592</a>](<a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/pull/2592">pgjdbc/pgjdbc#2592</a>)</li>
   <li>chore: Feature/urlparser improve URLParser [PR <a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2641">#2641</a>](<a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/pull/2592">pgjdbc/pgjdbc#2592</a>)</li>
   </ul>
   <h2>[42.5.0] (2022-08-23 11:20:11 -0400)</h2>
   <h3>Changed</h3>
   <ul>
   <li>fix: revert change in [PR <a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/1986">#1986</a>](<a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/pull/1986">pgjdbc/pgjdbc#1986</a>) where float was aliased to float4 from float8.
   float now aliases to float8 [PR <a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2598">#2598</a>](<a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/pull/2598">pgjdbc/pgjdbc#2598</a>) fixes [Issue <a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2597">#2597</a>](<a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2597">pgjdbc/pgjdbc#2597</a>)</li>
   </ul>
   <h2>[42.4.2] (2022-08-17 10:33:40 -0400)</h2>
   <h3>Changed</h3>
   <ul>
   <li>fix: add alias to the generated getUDT() query for clarity (PR <a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2553">#2553</a>)[https://github-redirect.dependabot.com/pgjdbc/pgjdbc/pull/2553]</li>
   </ul>
   <h3>Added</h3>
   <ul>
   <li>fix: make setObject accept UUID array [PR <a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2587">#2587</a>](<a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/pull/2587">pgjdbc/pgjdbc#2587</a>)</li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li>fix: regression with GSS. Changes introduced to support building with Java 17 caused failures [Issue <a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2588">#2588</a>](<a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2588">pgjdbc/pgjdbc#2588</a>)</li>
   <li>fix: set a timeout to get the return from requesting SSL upgrade. [PR <a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2572">#2572</a>](<a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/pull/2572">pgjdbc/pgjdbc#2572</a>)</li>
   <li>feat: synchronize statement executions (e.g. avoid deadlock when Connection.isValid is executed from concurrent threads)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/pgjdbc/pgjdbc/commit/34855cffb9079edf95cf77930f3e3b73f6a1b139"><code>34855cf</code></a> backpatch 42.4.x for changes to  42.5.1 (<a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2675">#2675</a>)</li>
   <li><a href="https://github.com/pgjdbc/pgjdbc/commit/389be0a6e61c42bf65bb2974f5f1664bf7d8db8c"><code>389be0a</code></a> Update changelog for release (<a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2596">#2596</a>)</li>
   <li><a href="https://github.com/pgjdbc/pgjdbc/commit/364662eb340116a80f9f01781a50d0e2138e2ef1"><code>364662e</code></a> fix erroneous method signature and null subjectCallAs (<a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2595">#2595</a>)</li>
   <li><a href="https://github.com/pgjdbc/pgjdbc/commit/04dc96a5dbdb6954e8c5319f6b1209eef46f7917"><code>04dc96a</code></a> update last copyright year (<a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2593">#2593</a>)</li>
   <li><a href="https://github.com/pgjdbc/pgjdbc/commit/f76ca463df5775bf671bbdee3656fb0dec26018a"><code>f76ca46</code></a> fix checkstyle</li>
   <li><a href="https://github.com/pgjdbc/pgjdbc/commit/a45b4d8bda433cc0f8f6016b62b5b414a19dcf58"><code>a45b4d8</code></a> get rid of javadoc warnings</li>
   <li><a href="https://github.com/pgjdbc/pgjdbc/commit/abf3bcb73c02bc714920ba64f5a6c433218f7151"><code>abf3bcb</code></a> fix mismatched types for invokeExact. Have to tell invokeExact what type we a...</li>
   <li><a href="https://github.com/pgjdbc/pgjdbc/commit/96f256107e12de71992b932782f9f00b19aabbb2"><code>96f2561</code></a> fix: make setObject accept UUID array (<a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2587">#2587</a>)</li>
   <li><a href="https://github.com/pgjdbc/pgjdbc/commit/0b097fd4a8e9990a9b86173d58633cd88d263b0b"><code>0b097fd</code></a> bumped minor version for next release</li>
   <li><a href="https://github.com/pgjdbc/pgjdbc/commit/7363fffbb8d86b636a7208594bc643a483974947"><code>7363fff</code></a> Revert revert commits made in PR 2580 (<a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2583">#2583</a>)</li>
   <li>See full diff in <a href="https://github.com/pgjdbc/pgjdbc/compare/REL42.4.1...REL42.4.3">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.4.1&new-version=42.4.3)](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 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)
   - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
   - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
   - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
   - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
   
   You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/apache/shardingsphere/network/alerts).
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere] dependabot[bot] commented on pull request #22373: Bump postgresql from 42.4.1 to 42.4.3 in /examples

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on PR #22373:
URL: https://github.com/apache/shardingsphere/pull/22373#issuecomment-1326077165

   OK, I won't notify you about org.postgresql:postgresql again, unless you re-open this PR. 😢


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere] TeslaCN commented on pull request #22373: Bump postgresql from 42.4.1 to 42.4.3 in /examples

Posted by GitBox <gi...@apache.org>.
TeslaCN commented on PR #22373:
URL: https://github.com/apache/shardingsphere/pull/22373#issuecomment-1326077133

   @dependabot ignore this dependency


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere] dependabot[bot] closed pull request #22373: Bump postgresql from 42.4.1 to 42.4.3 in /examples

Posted by GitBox <gi...@apache.org>.
dependabot[bot] closed pull request #22373: Bump postgresql from 42.4.1 to 42.4.3 in /examples
URL: https://github.com/apache/shardingsphere/pull/22373


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org