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

[GitHub] [druid] dependabot[bot] opened a new pull request, #13959: Bump postgresql from 42.4.1 to 42.6.0

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

   Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.4.1 to 42.6.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/pgjdbc/pgjdbc/releases">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">postgresql's changelog</a>.</em></p>
   <blockquote>
   <h2>[42.6.0] (2023-03-17 15:34:34 -0400)</h2>
   <h3>Changed</h3>
   <p>fix: use PhantomReferences instead of <code>Obejct.finalize()</code> to track Connection leaks [PR <a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/2847">#2847</a>](<a href="https://redirect.github.com/pgjdbc/pgjdbc/pull/2847">pgjdbc/pgjdbc#2847</a>)</p>
   <pre><code>The change replaces all uses of Object.finalize with PhantomReferences.
   The leaked resources (Connections) are tracked in a helper thread that is active as long as
   there are connections in use. By default, the thread keeps running for 30 seconds after all
   the connections are released. The timeout is set with pgjdbc.config.cleanup.thread.ttl system property.
   </code></pre>
   <p>refactor:(loom) replace the usages of synchronized with ReentrantLock [PR <a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/2635">#2635</a>](<a href="https://redirect.github.com/pgjdbc/pgjdbc/pull/2635">pgjdbc/pgjdbc#2635</a>)
   Fixes [Issue <a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/1951">#1951</a>](<a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/1951">pgjdbc/pgjdbc#1951</a>)</p>
   <h2>[42.5.4] (2023-02-15 10:21:04 -0500)</h2>
   <h3>Fixed</h3>
   <p>fix: fix testGetSQLTypeQueryCache by searching for xid type. We used to search for box type but it is now cached. xid is not cached, this nuance is required for the test.
   fix OidValueCorrectnessTest BOX_ARRAY OID, by adding BOX_ARRAY to the oidTypeName map [PR <a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/2810">#2810</a>]((<a href="https://redirect.github.com/pgjdbc/pgjdbc/pull/2810">pgjdbc/pgjdbc#2810</a>).
   fixes [Issue <a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/2804">#2804</a>](<a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/2804">pgjdbc/pgjdbc#2804</a>).
   fix: Make sure that github CI runs tests on all [PRs <a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/2809">#2809</a>]((<a href="https://redirect.github.com/pgjdbc/pgjdbc/pull/2809">pgjdbc/pgjdbc#2809</a>)).</p>
   <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://redirect.github.com/pgjdbc/pgjdbc/issues/2746">#2746</a>](<a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/2746">pgjdbc/pgjdbc#2746</a>) [PR <a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/2747">#2747</a>](<a href="https://redirect.github.com/pgjdbc/pgjdbc/pull/2747">pgjdbc/pgjdbc#2747</a>)
   fix: regression in PgResultSet LONG_MIN copy and paste error fixes [Issue <a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/2748">#2748</a>](<a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/2748">pgjdbc/pgjdbc#2748</a>) <a href="https://redirect.github.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://redirect.github.com/pgjdbc/pgjdbc/issues/2671">#Issue 2671</a> [PR <a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/2686">#2686</a>](<a href="https://redirect.github.com/pgjdbc/pgjdbc/pull/2686">pgjdbc/pgjdbc#2686</a>)
   docs: clarify binaryTransfer and add it to README <a href="https://redirect.github.com/pgjdbc/pgjdbc/pull/2698">PR# 2698</a>
   docs: Document the need to encode reserved characters in the connection URL [PR <a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/2700">#2700</a>](<a href="https://redirect.github.com/pgjdbc/pgjdbc/pull/2700">pgjdbc/pgjdbc#2700</a>)
   feat: Define binary transfer for custom types dynamically/automatically fixes [Issue <a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/2554">#2554</a>](<a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/2554">pgjdbc/pgjdbc#2554</a>) [PR <a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/2556">#2556</a>](<a href="https://redirect.github.com/pgjdbc/pgjdbc/pull/2556">pgjdbc/pgjdbc#2556</a>)</p>
   <h3>Added</h3>
   <p>fix: added gssResponseTimeout as part of [PR <a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/2687">#2687</a>](<a href="https://redirect.github.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://redirect.github.com/pgjdbc/pgjdbc/issues/2682">#2682</a>](<a href="https://redirect.github.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://redirect.github.com/pgjdbc/pgjdbc/issues/2684">#2684</a>](<a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/2684">pgjdbc/pgjdbc#2684</a>) [PR <a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/2685">#2685</a>](<a href="https://redirect.github.com/pgjdbc/pgjdbc/pull/2685">pgjdbc/pgjdbc#2685</a>)
   fix: Apply patch from [Issue <a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/2683">#2683</a>](<a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/2683">pgjdbc/pgjdbc#2683</a>) to fix hanging ssl connections [PR <a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/2687">#2687</a>](<a href="https://redirect.github.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://redirect.github.com/pgjdbc/pgjdbc/issues/2697">#2697</a>](<a href="https://redirect.github.com/pgjdbc/pgjdbc/pull/2697">pgjdbc/pgjdbc#2697</a>) fixes [Issue <a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/2695">#2695</a>](<a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/2695">pgjdbc/pgjdbc#2695</a>)
   minor: enhance readability connection of startup params [PR <a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/2705">#2705</a>](<a href="https://redirect.github.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>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/pgjdbc/pgjdbc/commit/d6a0cc2babc5e5a4cef0a8eafd1b36198d8e3873"><code>d6a0cc2</code></a> Update CHANGELOG for release (<a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/2851">#2851</a>)</li>
   <li><a href="https://github.com/pgjdbc/pgjdbc/commit/b656c632c7330db0234e433b910b2be30ff7b644"><code>b656c63</code></a> Fix pks12docs (<a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/2857">#2857</a>)</li>
   <li><a href="https://github.com/pgjdbc/pgjdbc/commit/aade7a0d83c6c4618c524dc0a2e2f2064177a38b"><code>aade7a0</code></a> chore: bump classloader-leak-test-framework to 1.1.2</li>
   <li><a href="https://github.com/pgjdbc/pgjdbc/commit/5873a2cb8aedb23e80131e0d907c0469d0827729"><code>5873a2c</code></a> Remove stray whitespace and use code formatting (<a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/2854">#2854</a>)</li>
   <li><a href="https://github.com/pgjdbc/pgjdbc/commit/29414ab886553d212b39f94b125662989d270b6e"><code>29414ab</code></a> chore: suppress warnings on implementing deprecated methods in QueryExecutorImpl</li>
   <li><a href="https://github.com/pgjdbc/pgjdbc/commit/3a15db67238cc93473fc672162c313349f47ed3b"><code>3a15db6</code></a> chore: suppress deprecation warnings on in BaseDataSource on use of <em>FACTORY</em>...</li>
   <li><a href="https://github.com/pgjdbc/pgjdbc/commit/35431d645ca7b492972ecb51526fbabee97b0ba3"><code>35431d6</code></a> chore: replace deprecated clazz.newInstance() with .getDeclaredConstructor()....</li>
   <li><a href="https://github.com/pgjdbc/pgjdbc/commit/ca25d1053199da96a63838f7476a14137dc9d9be"><code>ca25d10</code></a> chore: suppress deprecations from implementing deprecated ResultSet and State...</li>
   <li><a href="https://github.com/pgjdbc/pgjdbc/commit/4b290786783f06a22485aa6bfba00171f841a863"><code>4b29078</code></a> test: suppress warnings for setUseServerPrepare deprecation</li>
   <li><a href="https://github.com/pgjdbc/pgjdbc/commit/61aee4df2623c934778bc63fe68bac7138c5cd05"><code>61aee4d</code></a> chore: run &quot;Unnecessary boxing&quot; inspection in IDEA</li>
   <li>Additional commits viewable in <a href="https://github.com/pgjdbc/pgjdbc/compare/REL42.4.1...REL42.6.0">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.6.0)](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: commits-unsubscribe@druid.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org


Re: [PR] Bump postgresql from 42.4.1 to 42.6.0 (druid)

Posted by "xvrl (via GitHub)" <gi...@apache.org>.
xvrl merged PR #13959:
URL: https://github.com/apache/druid/pull/13959


-- 
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: commits-unsubscribe@druid.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org


Re: [PR] Bump postgresql from 42.4.1 to 42.6.0 (druid)

Posted by "xvrl (via GitHub)" <gi...@apache.org>.
xvrl commented on PR #13959:
URL: https://github.com/apache/druid/pull/13959#issuecomment-1652037470

   @dependabot recreate


-- 
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: commits-unsubscribe@druid.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org