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

   Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.5.0 to 42.5.2.
   <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.5.2] (2023-01-31 14:30:46 -0500)</h2>
   <h3>Changed</h3>
   <p>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/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><a 
href="https://github.com/pgjdbc/pgjdbc/commit/59cbcb35dd6a182f9149026ae6e8a59d0c80dfdf";><code>59cbcb3</code></a>
 chore: skip javadoc in buildcache.yml for Java 11</li>
   <li><a 
href="https://github.com/pgjdbc/pgjdbc/commit/2d48f4fb84f618ef7e506ebb6227d5be0afdbcbc";><code>2d48f4f</code></a>
 chore: skip javadoc when running with Java 11 in CI to suppress known 
failure</li>
   <li><a 
href="https://github.com/pgjdbc/pgjdbc/commit/69f1007006a70e3367f49efb5611257a2cc5396d";><code>69f1007</code></a>
 Bump GitHub action versions, replace deprecated set-output usage</li>
   <li><a 
href="https://github.com/pgjdbc/pgjdbc/commit/104d2e79f9291822bd0116af82595b0b5a4c4fc7";><code>104d2e7</code></a>
 redo PR fix_binary_transfer_floating point  from brett, removed BigDecimal 
wh...</li>
   <li>Additional commits viewable in <a 
href="https://github.com/pgjdbc/pgjdbc/compare/REL42.5.0...REL42.5.2";>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.2)](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-unsubscr...@juddi.apache.org

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

Reply via email to