You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@juddi.apache.org by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2023/02/03 20:10:40 UTC

[GitHub] [juddi] dependabot[bot] opened a new pull request, #73: Bump postgresql from 42.5.0 to 42.5.3

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

   Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.5.0 to 42.5.3.
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/pgjdbc/pgjdbc/blob/REL42.5.3/CHANGELOG.md">postgresql's changelog</a>.</em></p>
   <blockquote>
   <h2>[42.5.3] (2023-02-03 08:24:50 -0500)</h2>
   <h3>Fixed</h3>
   <p>fix: Add box to TypeInfoCache, fixes [Issue <a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2746">#2746</a>](<a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2746">pgjdbc/pgjdbc#2746</a>) [PR <a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2747">#2747</a>](<a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/pull/2747">pgjdbc/pgjdbc#2747</a>)
   fix: regression in PgResultSet LONG_MIN copy and paste error fixes [Issue <a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2748">#2748</a>](<a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2748">pgjdbc/pgjdbc#2748</a>) <a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/pull/2749">PR#2749</a></p>
   <h2>[42.5.2] (2023-01-31 14:30:46 -0500)</h2>
   <h3>Changed</h3>
   <p>regression: This release has 2 known regressions which make it unusable see the notes above. We advise people to use 42.5.3 instead.
   docs: specify that timeouts are in seconds and there is a maximum. Housekeeping on some tests fixes <a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2671">#Issue 2671</a> [PR <a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2686">#2686</a>](<a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/pull/2686">pgjdbc/pgjdbc#2686</a>)
   docs: clarify binaryTransfer and add it to README <a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/pull/2698">PR# 2698</a>
   docs: Document the need to encode reserved characters in the connection URL [PR <a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2700">#2700</a>](<a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/pull/2700">pgjdbc/pgjdbc#2700</a>)
   feat: Define binary transfer for custom types dynamically/automatically fixes [Issue <a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2554">#2554</a>](<a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2554">pgjdbc/pgjdbc#2554</a>) [PR <a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2556">#2556</a>](<a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/pull/2556">pgjdbc/pgjdbc#2556</a>)</p>
   <h3>Added</h3>
   <p>fix: added gssResponseTimeout as part of [PR <a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2687">#2687</a>](<a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/pull/2687">pgjdbc/pgjdbc#2687</a>) to make sure we don't wait forever on a GSS RESPONSE</p>
   <h3>Fixed</h3>
   <p>fix: Ensure case of XML tags in Maven snippet is correct [PR <a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2682">#2682</a>](<a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/pull/2682">pgjdbc/pgjdbc#2682</a>)
   fix: Make sure socket is closed if an exception is thrown in createSocket fixes [Issue <a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2684">#2684</a>](<a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2684">pgjdbc/pgjdbc#2684</a>) [PR <a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2685">#2685</a>](<a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/pull/2685">pgjdbc/pgjdbc#2685</a>)
   fix: Apply patch from [Issue <a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2683">#2683</a>](<a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2683">pgjdbc/pgjdbc#2683</a>) to fix hanging ssl connections [PR <a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2687">#2687</a>](<a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/pull/2687">pgjdbc/pgjdbc#2687</a>)
   fix - binary conversion of (very) long numeric values (longer than 4 * 2^15 digits) [PR <a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2697">#2697</a>](<a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/pull/2697">pgjdbc/pgjdbc#2697</a>) fixes [Issue <a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2695">#2695</a>](<a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2695">pgjdbc/pgjdbc#2695</a>)
   minor: enhance readability connection of startup params [PR <a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2705">#2705</a>](<a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/pull/2785">pgjdbc/pgjdbc#2785</a>)</p>
   <h2>[42.5.1] (2022-11-23 10:14:59 -0500)</h2>
   <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>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/pgjdbc/pgjdbc/commit/976b27b5efce6486cc9d6330561184e875dbde53"><code>976b27b</code></a> minor changes (<a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2752">#2752</a>)</li>
   <li><a href="https://github.com/pgjdbc/pgjdbc/commit/d2f77a26815e7994db7ac4d816d29d6d7395418d"><code>d2f77a2</code></a> update changelog and docs for release (<a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2751">#2751</a>)</li>
   <li><a href="https://github.com/pgjdbc/pgjdbc/commit/4bc9c22dccda4742eee75d3c5602cc53448a71ac"><code>4bc9c22</code></a> Add box to TypeInfoCache, fixes Issue <a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2746">#2746</a> (<a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2747">#2747</a>)</li>
   <li><a href="https://github.com/pgjdbc/pgjdbc/commit/60504440d66754a548bf9c023e859c56ca58c8b7"><code>6050444</code></a> Fix: regression in PgResultSet LONG_MIN copy paste error fixes Issue <a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2748">#2748</a> (#...</li>
   <li><a href="https://github.com/pgjdbc/pgjdbc/commit/50dc6bc28f3da47d392d824887e92e51012f7fbc"><code>50dc6bc</code></a> Update CHANGELOG and website for release (<a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2742">#2742</a>)</li>
   <li><a href="https://github.com/pgjdbc/pgjdbc/commit/cb78d0e85148f4fb19ef665343c4f4cfaabf9c26"><code>cb78d0e</code></a> feat: Define binary transfer for custom types dynamically/automatically (Issu...</li>
   <li><a href="https://github.com/pgjdbc/pgjdbc/commit/f51c68e498962316d42840b8d1c1096e3c3e181f"><code>f51c68e</code></a> Make sure all configuration settins have defaults documented (<a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2740">#2740</a>)</li>
   <li><a href="https://github.com/pgjdbc/pgjdbc/commit/3fdc2ee890df44abc38c1dd9ec671c28ba902d90"><code>3fdc2ee</code></a> add ssl redirect (<a href="https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/2735">#2735</a>)</li>
   <li><a href="https://github.com/pgjdbc/pgjdbc/commit/0cfb86f087e57450bdae84b802a224faf3fcd253"><code>0cfb86f</code></a> docs: remove generated docs from source control</li>
   <li><a href="https://github.com/pgjdbc/pgjdbc/commit/54885950dd478d5f76326cd8faaffac6270de321"><code>5488595</code></a> test: move BigDecimal.TEN.pow(131072) to a separate test to avoid test with t...</li>
   <li>Additional commits viewable in <a href="https://github.com/pgjdbc/pgjdbc/compare/REL42.5.0...REL42.5.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.5.0&new-version=42.5.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)
   
   
   </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: dev-unsubscribe@juddi.apache.org

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


[GitHub] [juddi] dependabot[bot] closed pull request #73: Bump postgresql from 42.5.0 to 42.5.3

Posted by "dependabot[bot] (via GitHub)" <gi...@apache.org>.
dependabot[bot] closed pull request #73: Bump postgresql from 42.5.0 to 42.5.3
URL: https://github.com/apache/juddi/pull/73


-- 
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: dev-unsubscribe@juddi.apache.org

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


[GitHub] [juddi] dependabot[bot] commented on pull request #73: Bump postgresql from 42.5.0 to 42.5.3

Posted by "dependabot[bot] (via GitHub)" <gi...@apache.org>.
dependabot[bot] commented on PR #73:
URL: https://github.com/apache/juddi/pull/73#issuecomment-1433727623

   Superseded by #75.


-- 
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: dev-unsubscribe@juddi.apache.org

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