You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/03/26 13:30:10 UTC

[PR] Bump org.postgresql:postgresql from 42.5.1 to 42.5.5 in /flink-connector-jdbc [flink-connector-jdbc]

dependabot[bot] opened a new pull request, #110:
URL: https://github.com/apache/flink-connector-jdbc/pull/110

   Bumps [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) from 42.5.1 to 42.5.5.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/pgjdbc/pgjdbc/releases">org.postgresql:postgresql's releases</a>.</em></p>
   <blockquote>
   <h2>v42.5.4</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>apply doc changes from PR <a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/2743">#2743</a> to release/42.5.x by <a href="https://github.com/davecramer"><code>@​davecramer</code></a> in <a href="https://redirect.github.com/pgjdbc/pgjdbc/pull/2753">pgjdbc/pgjdbc#2753</a></li>
   <li>fix: fix testGetSQLTypeQueryCache by searching for xid type. by <a href="https://github.com/davecramer"><code>@​davecramer</code></a> in <a href="https://redirect.github.com/pgjdbc/pgjdbc/pull/2805">pgjdbc/pgjdbc#2805</a></li>
   <li>Revert &quot;fix: fix testGetSQLTypeQueryCache by searching for xid type.&quot; by <a href="https://github.com/davecramer"><code>@​davecramer</code></a> in <a href="https://redirect.github.com/pgjdbc/pgjdbc/pull/2807">pgjdbc/pgjdbc#2807</a></li>
   <li>Make sure that github CI runs tests on all PRs by <a href="https://github.com/davecramer"><code>@​davecramer</code></a> in <a href="https://redirect.github.com/pgjdbc/pgjdbc/pull/2809">pgjdbc/pgjdbc#2809</a></li>
   <li>fix: fix testGetSQLTypeQueryCache by searching for xid type instead of box.  by <a href="https://github.com/davecramer"><code>@​davecramer</code></a> in <a href="https://redirect.github.com/pgjdbc/pgjdbc/pull/2810">pgjdbc/pgjdbc#2810</a></li>
   <li>Update docs for Release 42.5.4 by <a href="https://github.com/davecramer"><code>@​davecramer</code></a> in <a href="https://redirect.github.com/pgjdbc/pgjdbc/pull/2812">pgjdbc/pgjdbc#2812</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a href="https://github.com/pgjdbc/pgjdbc/compare/REL42.5.3...REL42.5.4">https://github.com/pgjdbc/pgjdbc/compare/REL42.5.3...REL42.5.4</a></p>
   <h2>v42.5.3</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Add box to TypeInfoCache, fixes Issue <a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/2746">#2746</a> by <a href="https://github.com/davecramer"><code>@​davecramer</code></a> in <a href="https://redirect.github.com/pgjdbc/pgjdbc/pull/2747">pgjdbc/pgjdbc#2747</a></li>
   <li>update changelog and docs for release by <a href="https://github.com/davecramer"><code>@​davecramer</code></a> in <a href="https://redirect.github.com/pgjdbc/pgjdbc/pull/2751">pgjdbc/pgjdbc#2751</a></li>
   <li>minor changes by <a href="https://github.com/davecramer"><code>@​davecramer</code></a> in <a href="https://redirect.github.com/pgjdbc/pgjdbc/pull/2752">pgjdbc/pgjdbc#2752</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a href="https://github.com/pgjdbc/pgjdbc/compare/REL42.5.2...REL42.5.3">https://github.com/pgjdbc/pgjdbc/compare/REL42.5.2...REL42.5.3</a></p>
   <h2>v42.5.2</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Fix broken case in Maven XML snippet copied to clipboard by <a href="https://github.com/dalbani"><code>@​dalbani</code></a> in <a href="https://redirect.github.com/pgjdbc/pgjdbc/pull/2682">pgjdbc/pgjdbc#2682</a></li>
   <li>move release date to Nov 23, update version number for next release by <a href="https://github.com/davecramer"><code>@​davecramer</code></a> in <a href="https://redirect.github.com/pgjdbc/pgjdbc/pull/2677">pgjdbc/pgjdbc#2677</a></li>
   <li>fix: Make sure socket is closed if an exception is thrown in createSocket fixes Issue <a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/2684">#2684</a> by <a href="https://github.com/davecramer"><code>@​davecramer</code></a> in <a href="https://redirect.github.com/pgjdbc/pgjdbc/pull/2685">pgjdbc/pgjdbc#2685</a></li>
   <li>docs: specify that timeouts are in seconds and there is a maximum. Housekeeping on some tests fixes #Issue 2671 by <a href="https://github.com/davecramer"><code>@​davecramer</code></a> in <a href="https://redirect.github.com/pgjdbc/pgjdbc/pull/2686">pgjdbc/pgjdbc#2686</a></li>
   <li>fix: Apply patch from Issue <a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/2683">#2683</a> to fix hanging ssl connections by <a href="https://github.com/davecramer"><code>@​davecramer</code></a> in <a href="https://redirect.github.com/pgjdbc/pgjdbc/pull/2687">pgjdbc/pgjdbc#2687</a></li>
   <li>style: Style only change to use diamond operator in Oid by <a href="https://github.com/rbygrave"><code>@​rbygrave</code></a> in <a href="https://redirect.github.com/pgjdbc/pgjdbc/pull/2691">pgjdbc/pgjdbc#2691</a></li>
   <li>style: Style only change, use diamond operator in PGProperty by <a href="https://github.com/rbygrave"><code>@​rbygrave</code></a> in <a href="https://redirect.github.com/pgjdbc/pgjdbc/pull/2692">pgjdbc/pgjdbc#2692</a></li>
   <li>fix - binary conversion of (very) long numeric values by <a href="https://github.com/bokken"><code>@​bokken</code></a> in <a href="https://redirect.github.com/pgjdbc/pgjdbc/pull/2697">pgjdbc/pgjdbc#2697</a></li>
   <li>docs: clarify binaryTransfer and add it to README by <a href="https://github.com/davecramer"><code>@​davecramer</code></a> in <a href="https://redirect.github.com/pgjdbc/pgjdbc/pull/2698">pgjdbc/pgjdbc#2698</a></li>
   <li>docs: Document the need to encode reserved characters in the connection URL by <a href="https://github.com/davecramer"><code>@​davecramer</code></a> in <a href="https://redirect.github.com/pgjdbc/pgjdbc/pull/2700">pgjdbc/pgjdbc#2700</a></li>
   <li>minor: set private attribute as final by <a href="https://github.com/AlaaAttya"><code>@​AlaaAttya</code></a> in <a href="https://redirect.github.com/pgjdbc/pgjdbc/pull/2704">pgjdbc/pgjdbc#2704</a></li>
   <li>minor: enhance readability connection of startup params by <a href="https://github.com/AlaaAttya"><code>@​AlaaAttya</code></a> in <a href="https://redirect.github.com/pgjdbc/pgjdbc/pull/2705">pgjdbc/pgjdbc#2705</a></li>
   <li>minor: log warning on stream close failure by <a href="https://github.com/AlaaAttya"><code>@​AlaaAttya</code></a> in <a href="https://redirect.github.com/pgjdbc/pgjdbc/pull/2708">pgjdbc/pgjdbc#2708</a></li>
   <li>fix: make variables private final by <a href="https://github.com/davecramer"><code>@​davecramer</code></a> in <a href="https://redirect.github.com/pgjdbc/pgjdbc/pull/2707">pgjdbc/pgjdbc#2707</a></li>
   <li>fix: Parser does not handle version 14 function syntax Issue <a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/2507">#2507</a> by <a href="https://github.com/davecramer"><code>@​davecramer</code></a> in <a href="https://redirect.github.com/pgjdbc/pgjdbc/pull/2703">pgjdbc/pgjdbc#2703</a></li>
   <li>fix: img src in README by <a href="https://github.com/david-whs"><code>@​david-whs</code></a> in <a href="https://redirect.github.com/pgjdbc/pgjdbc/pull/2712">pgjdbc/pgjdbc#2712</a></li>
   <li>fix binary transfer floating point overflow by <a href="https://github.com/bokken"><code>@​bokken</code></a> in <a href="https://redirect.github.com/pgjdbc/pgjdbc/pull/2710">pgjdbc/pgjdbc#2710</a></li>
   <li>Revert &quot;fix binary transfer floating point overflow&quot; by <a href="https://github.com/davecramer"><code>@​davecramer</code></a> in <a href="https://redirect.github.com/pgjdbc/pgjdbc/pull/2716">pgjdbc/pgjdbc#2716</a></li>
   <li>add redirects fixes issue <a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/2608">#2608</a> by <a href="https://github.com/davecramer"><code>@​davecramer</code></a> in <a href="https://redirect.github.com/pgjdbc/pgjdbc/pull/2718">pgjdbc/pgjdbc#2718</a></li>
   <li>update lastEditYear by <a href="https://github.com/davecramer"><code>@​davecramer</code></a> in <a href="https://redirect.github.com/pgjdbc/pgjdbc/pull/2721">pgjdbc/pgjdbc#2721</a></li>
   <li>Revert &quot;update lastEditYear&quot; by <a href="https://github.com/davecramer"><code>@​davecramer</code></a> in <a href="https://redirect.github.com/pgjdbc/pgjdbc/pull/2727">pgjdbc/pgjdbc#2727</a></li>
   <li>fix: improve thread safety of PgResultSet#getTimestamp by <a href="https://github.com/sz-liva"><code>@​sz-liva</code></a> in <a href="https://redirect.github.com/pgjdbc/pgjdbc/pull/2726">pgjdbc/pgjdbc#2726</a></li>
   <li>Update lastyear by <a href="https://github.com/davecramer"><code>@​davecramer</code></a> in <a href="https://redirect.github.com/pgjdbc/pgjdbc/pull/2728">pgjdbc/pgjdbc#2728</a></li>
   <li>redo PR fix_binary_transfer_floating point  from brett, removed BigDecimal where possible by <a href="https://github.com/davecramer"><code>@​davecramer</code></a> in <a href="https://redirect.github.com/pgjdbc/pgjdbc/pull/2719">pgjdbc/pgjdbc#2719</a></li>
   <li>Bump GitHub action versions, replace deprecated set-output usage by <a href="https://github.com/vlsi"><code>@​vlsi</code></a> in <a href="https://redirect.github.com/pgjdbc/pgjdbc/pull/2731">pgjdbc/pgjdbc#2731</a></li>
   <li>docs: remove generated docs from source control by <a href="https://github.com/vlsi"><code>@​vlsi</code></a> in <a href="https://redirect.github.com/pgjdbc/pgjdbc/pull/2734">pgjdbc/pgjdbc#2734</a></li>
   <li>add ssl redirect by <a href="https://github.com/davecramer"><code>@​davecramer</code></a> in <a href="https://redirect.github.com/pgjdbc/pgjdbc/pull/2735">pgjdbc/pgjdbc#2735</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md">org.postgresql: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>
   <h2>[42.7.3] (2024-04-14 14:51:00 -0400)</h2>
   <h3>Changed</h3>
   <ul>
   <li>chore: gradle config enforces 17+ [PR <a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3147">#3147</a>](<a href="https://redirect.github.com/pgjdbc/pgjdbc/pull/3147">pgjdbc/pgjdbc#3147</a>)</li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li>fix: boolean types not handled in SimpleQuery mode [PR <a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3146">#3146</a>](<a href="https://redirect.github.com/pgjdbc/pgjdbc/pull/3146">pgjdbc/pgjdbc#3146</a>)
   <ul>
   <li>make sure we handle boolean types in simple query mode</li>
   <li>support uuid as well</li>
   <li>handle all well known types in text mode and change <code>else if</code> to <code>switch</code></li>
   </ul>
   </li>
   <li>fix: released new versions of 42.2.29, 42.3.10, 42.4.5, 42.5.6, 42.6.2 to deal with <code>NoSuchMethodError on ByteBuffer#position</code> when running on Java 8</li>
   </ul>
   <h2>[42.7.2] (2024-02-21 08:23:00 -0500)</h2>
   <h3>Security</h3>
   <ul>
   <li>security: SQL Injection via line comment generation, it is possible in <code>SimpleQuery</code> mode to generate a line comment by having a placeholder for a numeric with a <code>-</code>
   such as <code>-?</code>. There must be second placeholder for a string immediately after. Setting the parameter to a -ve value creates a line comment.
   This has been fixed in this version fixes <a href="https://www.cve.org/CVERecord?id=CVE-2024-1597">CVE-2024-1597</a>. Reported by <a href="https://github.com/paul-gerste-sonarsource">Paul Gerste</a>. See the <a href="https://github.com/pgjdbc/pgjdbc/security/advisories/GHSA-24rp-q3w6-vc56">security advisory</a> for more details. This has been fixed in versions 42.7.2, 42.6.1 42.5.5, 42.4.4, 42.3.9, 42.2.28.jre7. See the security advisory for work arounds.</li>
   </ul>
   <h3>Changed</h3>
   <ul>
   <li>fix: Use simple query for isValid. Using Extended query sends two messages checkConnectionQuery was never ever set or used, removed [PR <a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3101">#3101</a>](<a href="https://redirect.github.com/pgjdbc/pgjdbc/pull/3101">pgjdbc/pgjdbc#3101</a>)</li>
   <li>perf: Avoid autoboxing bind indexes by <a href="https://github.com/bokken"><code>@​bokken</code></a> in [PR <a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/1244">#1244</a>](<a href="https://redirect.github.com/pgjdbc/pgjdbc/pull/1244">pgjdbc/pgjdbc#1244</a>)</li>
   <li>refactor: Document that encodePassword will zero out the password array, and remove driver's default encodePassword by <a href="https://github.com/vlsi"><code>@​vlsi</code></a> in [PR <a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3084">#3084</a>](<a href="https://redirect.github.com/pgjdbc/pgjdbc/pull/3084">pgjdbc/pgjdbc#3084</a>)</li>
   </ul>
   <h3>Added</h3>
   <ul>
   <li>feat: Add PasswordUtil for encrypting passwords client side [PR <a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3082">#3082</a>](<a href="https://redirect.github.com/pgjdbc/pgjdbc/pull/3082">pgjdbc/pgjdbc#3082</a>)</li>
   </ul>
   <h2>[42.7.1] (2023-12-06 08:34:00 -0500)</h2>
   <h3>Changed</h3>
   <ul>
   <li>perf: improve performance of PreparedStatement.setBlob, BlobInputStream, and BlobOutputStream with dynamic buffer sizing [PR <a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3044">#3044</a>](<a href="https://redirect.github.com/pgjdbc/pgjdbc/pull/3044">pgjdbc/pgjdbc#3044</a>)</li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li>fix: Apply connectTimeout before SSLSocket.startHandshake to avoid infinite wait in case the connection is broken [PR <a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3040">#3040</a>](<a href="https://redirect.github.com/pgjdbc/pgjdbc/pull/3040">pgjdbc/pgjdbc#3040</a>)</li>
   <li>fix: support waffle-jna 2.x and 3.x by using reflective approach for ManagedSecBufferDesc [PR <a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/2720">#2720</a>](<a href="https://redirect.github.com/pgjdbc/pgjdbc/pull/2720">pgjdbc/pgjdbc#2720</a>) Fixes [Issue <a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/2690">#2690</a>](<a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/2720">pgjdbc/pgjdbc#2720</a>).</li>
   <li>fix: NoSuchMethodError on ByteBuffer#position When Running on Java 8  when accessing arrays, fixes [Issue <a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3014">#3014</a>](<a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3014">pgjdbc/pgjdbc#3014</a>)</li>
   <li>Revert &quot;[PR <a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/2925">#2925</a>](<a href="https://redirect.github.com/pgjdbc/pgjdbc/pull/2925">pgjdbc/pgjdbc#2925</a>) Use canonical DateStyle name&quot; [PR <a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3035">#3035</a>](<a href="https://redirect.github.com/pgjdbc/pgjdbc/pull/3035">pgjdbc/pgjdbc#3035</a>)
   Fixes  [Issue <a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3008">#3008</a>](<a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3008">pgjdbc/pgjdbc#3008</a>)</li>
   <li>Revert &quot;[PR #<a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/2973">#2973</a>](<a href="https://redirect.github.com/pgjdbc/pgjdbc/pull/2973">pgjdbc/pgjdbc#2973</a>) feat: support SET statements combining with other queries with semicolon in PreparedStatement&quot; [PR <a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3010">#3010</a>](<a href="https://redirect.github.com/pgjdbc/pgjdbc/pull/3010">pgjdbc/pgjdbc#3010</a>)</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/pgjdbc/pgjdbc/commit/475e3e2af3033c666fc1c0015159b35455118ae5"><code>475e3e2</code></a> Merge pull request from GHSA-24rp-q3w6-vc56</li>
   <li><a href="https://github.com/pgjdbc/pgjdbc/commit/1b1d6b53eca90409af0069d5327d4fdf8d40a255"><code>1b1d6b5</code></a> Merge pull request from GHSA-24rp-q3w6-vc56</li>
   <li><a href="https://github.com/pgjdbc/pgjdbc/commit/051ae1b75a08a695ce1f96bcea7ce7ca49f798c9"><code>051ae1b</code></a> Update docs for Release 42.5.4 (<a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/2812">#2812</a>)</li>
   <li><a href="https://github.com/pgjdbc/pgjdbc/commit/3d13b43983edac8c37b8633e83e6d3dd8b503edc"><code>3d13b43</code></a> fix: fix testGetSQLTypeQueryCache by searching for xid type. We used to searc...</li>
   <li><a href="https://github.com/pgjdbc/pgjdbc/commit/24e9ce3f90545b7804294b20ad79bce4550719f9"><code>24e9ce3</code></a> Make sure that github CI runs tests on all PRs (<a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/2809">#2809</a>)</li>
   <li><a href="https://github.com/pgjdbc/pgjdbc/commit/9980a958f0f2e41522ca3b5d0f6205b4cb290052"><code>9980a95</code></a> Revert &quot;fix: fix testGetSQLTypeQueryCache by searching for xid type. (<a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/2805">#2805</a>)&quot;...</li>
   <li><a href="https://github.com/pgjdbc/pgjdbc/commit/fad86648965f08c065b02592b516243dc0c6d0a2"><code>fad8664</code></a> fix: fix testGetSQLTypeQueryCache by searching for xid type. (<a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/2805">#2805</a>)</li>
   <li><a href="https://github.com/pgjdbc/pgjdbc/commit/1000ad4852375160be8d6eebd6609e15645719b1"><code>1000ad4</code></a> apply doc changes from PR <a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/2743">#2743</a> to release/42.5.x (<a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/2753">#2753</a>)</li>
   <li><a href="https://github.com/pgjdbc/pgjdbc/commit/976b27b5efce6486cc9d6330561184e875dbde53"><code>976b27b</code></a> minor changes (<a href="https://redirect.github.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://redirect.github.com/pgjdbc/pgjdbc/issues/2751">#2751</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/pgjdbc/pgjdbc/compare/REL42.5.1...REL42.5.5">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.1&new-version=42.5.5)](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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
   - `@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)
   You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/apache/flink-connector-jdbc/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: issues-unsubscribe@flink.apache.org

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


Re: [PR] [FLINK-35059] Bump org.postgresql:postgresql from 42.5.1 to 42.7.3 in flink-connector-jdbc [flink-connector-jdbc]

Posted by "snuyanzin (via GitHub)" <gi...@apache.org>.
snuyanzin merged PR #110:
URL: https://github.com/apache/flink-connector-jdbc/pull/110


-- 
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: issues-unsubscribe@flink.apache.org

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