Skip to content

Commit 46198b0

Browse files
Bump org.postgresql:postgresql from 42.7.3 to 42.7.4 (#564)
Bumps [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) from 42.7.3 to 42.7.4. <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.7.4</h2> <h2>Changes</h2> <ul> <li>Prepare for 42.7.4 release <a href="https://github.com/davecramer"><code>@​davecramer</code></a> (<a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3359">#3359</a>)</li> <li>fix: remove preDescribe from internalExecuteBatch <a href="https://github.com/vlsi"><code>@​vlsi</code></a> (<a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/2883">#2883</a>)</li> <li>bug report: PgInterval ignores case for represented interval string <a href="https://github.com/vishalvrv9"><code>@​vishalvrv9</code></a> (<a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3344">#3344</a>)</li> <li>switch localhost and auth-test around <a href="https://github.com/davecramer"><code>@​davecramer</code></a> (<a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3343">#3343</a>)</li> <li>Update to 17beta3 <a href="https://github.com/davecramer"><code>@​davecramer</code></a> (<a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3308">#3308</a>)</li> <li>perf: avoid extra copies when receiving int4 and int2 in PGStream <a href="https://github.com/vishalvrv9"><code>@​vishalvrv9</code></a> (<a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3295">#3295</a>)</li> <li>Replace greater to with greater than <a href="https://github.com/japinli"><code>@​japinli</code></a> (<a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3315">#3315</a>)</li> <li>Deprecate all PostgreSQL versions older than 9.1 <a href="https://github.com/jorsol"><code>@​jorsol</code></a> (<a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3335">#3335</a>)</li> <li>use docker v2 which changes docker-compose to docker compose <a href="https://github.com/davecramer"><code>@​davecramer</code></a> (<a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3339">#3339</a>)</li> <li>docs: clarify binaryTransfer and prepareThreshold <a href="https://github.com/Chris-SP365"><code>@​Chris-SP365</code></a> (<a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3338">#3338</a>)</li> <li>Clean up deps licenses, as they are now included in the original JARs <a href="https://github.com/jorsol"><code>@​jorsol</code></a> (<a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3330">#3330</a>)</li> <li>Update SCRAM dependency to 3.1 and support channel binding <a href="https://github.com/jorsol"><code>@​jorsol</code></a> (<a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3188">#3188</a>)</li> <li>Update use.md, typo <a href="https://github.com/hginzel"><code>@​hginzel</code></a> (<a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3314">#3314</a>)</li> <li>Add support for Infinity::numeric values in ResultSet.getObject <a href="https://github.com/mmm444"><code>@​mmm444</code></a> (<a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3304">#3304</a>)</li> <li>chore: implement direct SSL ALPN connections <a href="https://github.com/davecramer"><code>@​davecramer</code></a> (<a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3252">#3252</a>)</li> <li>Ensure order of results for getDouble <a href="https://github.com/davecramer"><code>@​davecramer</code></a> (<a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3301">#3301</a>)</li> <li>chore: add PostgreSQL 15, 16, and 17beta1 to CI tests <a href="https://github.com/davecramer"><code>@​davecramer</code></a> (<a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3299">#3299</a>)</li> <li>Test for +/- infinity double values <a href="https://github.com/davecramer"><code>@​davecramer</code></a> (<a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3294">#3294</a>)</li> <li>perf: replace BufferedOutputStream with unsynchronized PgBufferedOutputStream, allow configuring different Java and SO_SNDBUF buffer sizes <a href="https://github.com/vlsi"><code>@​vlsi</code></a> (<a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3248">#3248</a>)</li> <li>Fix SSL tests <a href="https://github.com/davecramer"><code>@​davecramer</code></a> (<a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3260">#3260</a>)</li> <li>Add Korean translation file <a href="https://github.com/SheerazMajeedM"><code>@​SheerazMajeedM</code></a> (<a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3276">#3276</a>)</li> <li>fix: support bytea in preferQueryMode=simple <a href="https://github.com/vlsi"><code>@​vlsi</code></a> (<a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3243">#3243</a>)</li> <li>refactor: merge PgPreparedStatement#setBinaryStream int and long methods <a href="https://github.com/lucifer-Technoking"><code>@​lucifer-Technoking</code></a> (<a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3165">#3165</a>)</li> <li>test: test both binaryMode=true,false when creating connections in DatabaseMetaDataTest <a href="https://github.com/vlsi"><code>@​vlsi</code></a> (<a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3231">#3231</a>)</li> <li>Fixed typos in all source code and documentations <a href="https://github.com/SheerazMajeedM"><code>@​SheerazMajeedM</code></a> (<a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3242">#3242</a>)</li> <li>Fix <a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3234">#3234</a> - Return -1 as update count for stored procedure calls <a href="https://github.com/beikov"><code>@​beikov</code></a> (<a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3235">#3235</a>)</li> <li>Fix <a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3224">#3224</a> - conversion for TIME '24:00' to LocalTime breaks in binary-mode <a href="https://github.com/pmenke-de"><code>@​pmenke-de</code></a> (<a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3225">#3225</a>)</li> <li>remove self-hosted runner <a href="https://github.com/davecramer"><code>@​davecramer</code></a> (<a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3227">#3227</a>)</li> <li>Speed up getDate by parsing bytes instead of String <a href="https://github.com/davecramer"><code>@​davecramer</code></a> (<a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3141">#3141</a>)</li> <li>fix: support PreparedStatement.setBlob(1, Blob) and PreparedStatement.setClob(1, Clob) for lobs that return -1 for length <a href="https://github.com/vlsi"><code>@​vlsi</code></a> (<a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3136">#3136</a>)</li> <li>correct download for jre7 <a href="https://github.com/davecramer"><code>@​davecramer</code></a> (<a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3198">#3198</a>)</li> <li>Docs: Add cancelSignalTimeout in README <a href="https://github.com/imranzaheer612"><code>@​imranzaheer612</code></a> (<a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3190">#3190</a>)</li> <li>Document READ_ONLY_MODE in README <a href="https://github.com/ajacob98"><code>@​ajacob98</code></a> (<a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3175">#3175</a>)</li> <li>validates resultsetParams in PGStatement constructor. uses assertThro… <a href="https://github.com/vishalvrv9"><code>@​vishalvrv9</code></a> (<a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3171">#3171</a>)</li> <li>validates resultset parameters <a href="https://github.com/vishalvrv9"><code>@​vishalvrv9</code></a> (<a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3167">#3167</a>)</li> <li>bump version to 42.7.4 <a href="https://github.com/davecramer"><code>@​davecramer</code></a> (<a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3164">#3164</a>)</li> </ul> <h2>⬆️ Dependencies</h2> <!-- raw HTML omitted --> <ul> <li>fix(deps): update dependency com.github.spotbugs:com.github.spotbugs.gradle.plugin to v6.0.20 <a href="https://github.com/renovate-bot"><code>@​renovate-bot</code></a> (<a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3353">#3353</a>)</li> <li>chore(deps): update dependency gradle to v8.10 <a href="https://github.com/renovate-bot"><code>@​renovate-bot</code></a> (<a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3354">#3354</a>)</li> <li>fix(deps): update dependency org.roaringbitmap:roaringbitmap to v1.2.1 <a href="https://github.com/renovate-bot"><code>@​renovate-bot</code></a> (<a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3358">#3358</a>)</li> <li>chore(deps): update codecov/codecov-action digest to 2439dfc <a href="https://github.com/renovate-bot"><code>@​renovate-bot</code></a> (<a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3355">#3355</a>)</li> <li>fix(deps): update dependency com.google.errorprone:error_prone_core to v2.30.0 <a href="https://github.com/renovate-bot"><code>@​renovate-bot</code></a> (<a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3356">#3356</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> <h2>[42.7.4] (2024-08-22 08:00:00 -0400)</h2> <h3>Added</h3> <ul> <li>chore: SCRAM dependency to 3.1 and support channel binding [PR <a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3188">#3188</a>](<a href="https://redirect.github.com/pgjdbc/pgjdbc/pull/3188">pgjdbc/pgjdbc#3188</a>)</li> <li>chore: Add PostgreSQL 15, 16, and 17beta1 to CI tests [PR <a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3299">#3299</a>](<a href="https://redirect.github.com/pgjdbc/pgjdbc/pull/3299">pgjdbc/pgjdbc#3299</a>)</li> <li>test: Update to 17beta3 [PR <a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3308">#3308</a>](<a href="https://redirect.github.com/pgjdbc/pgjdbc/pull/3308">pgjdbc/pgjdbc#3308</a>)</li> <li>chore: Implement direct SSL ALPN connections [PR <a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3252">#3252</a>](<a href="https://redirect.github.com/pgjdbc/pgjdbc/pull/3252">pgjdbc/pgjdbc#3252</a>)</li> <li>translation: Add Korean translation file [PR <a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3276">#3276</a>](<a href="https://redirect.github.com/pgjdbc/pgjdbc/pull/3276">pgjdbc/pgjdbc#3276</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>fix: PgInterval ignores case for represented interval string [PR <a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3344">#3344</a>](<a href="https://redirect.github.com/pgjdbc/pgjdbc/pull/3344">pgjdbc/pgjdbc#3344</a>)</li> <li>perf: Avoid extra copies when receiving int4 and int2 in PGStream [PR <a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3295">#3295</a>](<a href="https://redirect.github.com/pgjdbc/pgjdbc/pull/3295">pgjdbc/pgjdbc#3295</a>)</li> <li>fix: Add support for Infinity::numeric values in ResultSet.getObject [PR <a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3304">#3304</a>](<a href="https://redirect.github.com/pgjdbc/pgjdbc/pull/3304">pgjdbc/pgjdbc#3304</a>)</li> <li>fix: Ensure order of results for getDouble [PR <a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3301">#3301</a>](<a href="https://redirect.github.com/pgjdbc/pgjdbc/pull/3301">pgjdbc/pgjdbc#3301</a>)</li> <li>perf: Replace BufferedOutputStream with unsynchronized PgBufferedOutputStream, allow configuring different Java and SO_SNDBUF buffer sizes [PR <a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3248">#3248</a>](<a href="https://redirect.github.com/pgjdbc/pgjdbc/pull/3248">pgjdbc/pgjdbc#3248</a>)</li> <li>fix: Fix SSL tests [PR <a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3260">#3260</a>](<a href="https://redirect.github.com/pgjdbc/pgjdbc/pull/3260">pgjdbc/pgjdbc#3260</a>)</li> <li>fix: Support bytea in preferQueryMode=simple [PR <a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3243">#3243</a>](<a href="https://redirect.github.com/pgjdbc/pgjdbc/pull/3243">pgjdbc/pgjdbc#3243</a>)</li> <li>fix: Fix <a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3234">#3234</a> - Return -1 as update count for stored procedure calls [PR <a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3235">#3235</a>](<a href="https://redirect.github.com/pgjdbc/pgjdbc/pull/3235">pgjdbc/pgjdbc#3235</a>)</li> <li>fix: Fix <a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3224">#3224</a> - conversion for TIME '24:00' to LocalTime breaks in binary-mode [PR <a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3225">#3225</a>](<a href="https://redirect.github.com/pgjdbc/pgjdbc/pull/3225">pgjdbc/pgjdbc#3225</a>)</li> <li>perf: Speed up getDate by parsing bytes instead of String [PR <a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3141">#3141</a>](<a href="https://redirect.github.com/pgjdbc/pgjdbc/pull/3141">pgjdbc/pgjdbc#3141</a>)</li> <li>fix: support PreparedStatement.setBlob(1, Blob) and PreparedStatement.setClob(1, Clob) for lobs that return -1 for length [PR <a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3136">#3136</a>](<a href="https://redirect.github.com/pgjdbc/pgjdbc/pull/3136">pgjdbc/pgjdbc#3136</a>)</li> <li>fix: Validates resultset Params in PGStatement constructor. uses assertThro… [PR <a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3171">#3171</a>](<a href="https://redirect.github.com/pgjdbc/pgjdbc/pull/3171">pgjdbc/pgjdbc#3171</a>)</li> <li>fix: Validates resultset parameters [PR <a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3167">#3167</a>](<a href="https://redirect.github.com/pgjdbc/pgjdbc/pull/3167">pgjdbc/pgjdbc#3167</a>)</li> <li>docs: Replace greater to with greater than [PR <a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3315">#3315</a>](<a href="https://redirect.github.com/pgjdbc/pgjdbc/pull/3315">pgjdbc/pgjdbc#3315</a>)</li> <li>docs: Clarify binaryTransfer and prepareThreshold [PR <a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3338">#3338</a>](<a href="https://redirect.github.com/pgjdbc/pgjdbc/pull/3338">pgjdbc/pgjdbc#3338</a>)</li> <li>docs: use.md, typo [PR <a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3314">#3314</a>](<a href="https://redirect.github.com/pgjdbc/pgjdbc/pull/3314">pgjdbc/pgjdbc#3314</a>)</li> <li>test: Use docker v2 which changes docker-compose to docker compose <a href="https://redirect.github.com/pgjdbc/pgjdbc/pull/3339">#3339</a></li> <li>refactor: Merge PgPreparedStatement#setBinaryStream int and long methods [PR <a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3165">#3165</a>](<a href="https://redirect.github.com/pgjdbc/pgjdbc/pull/3165">pgjdbc/pgjdbc#3165</a>)</li> <li>test: Test both binaryMode=true,false when creating connections in DatabaseMetaDataTest [PR <a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3231">#3231</a>](<a href="https://redirect.github.com/pgjdbc/pgjdbc/pull/3231">pgjdbc/pgjdbc#3231</a>)</li> <li>docs: Fixed typos in all source code and documentations [PR <a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3242">#3242</a>](<a href="https://redirect.github.com/pgjdbc/pgjdbc/pull/3242">pgjdbc/pgjdbc#3242</a>)</li> <li>chore: Remove self-hosted runner [PR <a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3227">#3227</a>](<a href="https://redirect.github.com/pgjdbc/pgjdbc/pull/3227">pgjdbc/pgjdbc#3227</a>)</li> <li>docs: Add cancelSignalTimeout in README [PR <a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3190">#3190</a>](<a href="https://redirect.github.com/pgjdbc/pgjdbc/pull/3190">pgjdbc/pgjdbc#3190</a>)</li> <li>docs: Document READ_ONLY_MODE in README [PR <a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3175">#3175</a>](<a href="https://redirect.github.com/pgjdbc/pgjdbc/pull/3175">pgjdbc/pgjdbc#3175</a>)</li> <li>test: Test for +/- infinity double values [PR <a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3294">#3294</a>](<a href="https://redirect.github.com/pgjdbc/pgjdbc/pull/3294">pgjdbc/pgjdbc#3294</a>)</li> <li>test: Switch localhost and auth-test around for test-gss [PR <a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3343">#3343</a>](<a href="https://redirect.github.com/pgjdbc/pgjdbc/pull/3343">pgjdbc/pgjdbc#3343</a>)</li> <li>fix: remove preDescribe from internalExecuteBatch [PR <a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/2883">#2883</a>](<a href="https://redirect.github.com/pgjdbc/pgjdbc/pull/2883">pgjdbc/pgjdbc#2883</a>)</li> </ul> <h3>Deprecated</h3> <ul> <li>test: Deprecate all PostgreSQL versions older than 9.1 [PR <a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3335">#3335</a>](<a href="https://redirect.github.com/pgjdbc/pgjdbc/pull/3335">pgjdbc/pgjdbc#3335</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pgjdbc/pgjdbc/commit/a23fa7077f220180e2db365abf3144f84b6033fb"><code>a23fa70</code></a> Prepare for 42.7.4 release (<a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3359">#3359</a>)</li> <li><a href="https://github.com/pgjdbc/pgjdbc/commit/d232e605de960f3a8ca2dfef4974dbe546b860bb"><code>d232e60</code></a> fix: remove preDescribe from internalExecuteBatch</li> <li><a href="https://github.com/pgjdbc/pgjdbc/commit/257653bd6a1226e9dd7ba818a5bc40988d16ca6a"><code>257653b</code></a> Rename release.yml to release-notes.yml</li> <li><a href="https://github.com/pgjdbc/pgjdbc/commit/64a18d6d1ce6ae00beb8347574381417b8d3abd2"><code>64a18d6</code></a> Create release.yml</li> <li><a href="https://github.com/pgjdbc/pgjdbc/commit/84bdec6015472f309de7becf41df7fd8e423d0ac"><code>84bdec6</code></a> fix(deps): update dependency com.github.spotbugs:com.github.spotbugs.gradle.p...</li> <li><a href="https://github.com/pgjdbc/pgjdbc/commit/89182c1570c8bb4cd7b5df6acf49bed30ae32b46"><code>89182c1</code></a> chore(deps): update dependency gradle to v8.10</li> <li><a href="https://github.com/pgjdbc/pgjdbc/commit/1f683735fa7c74df207cc096effeb4459dd2184c"><code>1f68373</code></a> fix(deps): update dependency org.roaringbitmap:roaringbitmap to v1.2.1</li> <li><a href="https://github.com/pgjdbc/pgjdbc/commit/f1c87073952ce5585e26df878d9af2996a5df214"><code>f1c8707</code></a> chore(deps): update codecov/codecov-action digest to 2439dfc</li> <li><a href="https://github.com/pgjdbc/pgjdbc/commit/ba1513eae5564b171d6813ba96f792527ad8143d"><code>ba1513e</code></a> fix(deps): update dependency com.google.errorprone:error_prone_core to v2.30.0</li> <li><a href="https://github.com/pgjdbc/pgjdbc/commit/6abdb5f4ae6a0b40133a88491f8cb943fc755ac2"><code>6abdb5f</code></a> fix(deps): update dependency spotbugs to v4.8.6</li> <li>Additional commits viewable in <a href="https://github.com/pgjdbc/pgjdbc/compare/REL42.7.3...REL42.7.4">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.7.3&new-version=42.7.4)](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) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Brian Kroth <[email protected]>
1 parent f3a5ec0 commit 46198b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
<dependency>
8484
<groupId>org.postgresql</groupId>
8585
<artifactId>postgresql</artifactId>
86-
<version>42.7.3</version>
86+
<version>42.7.4</version>
8787
<scope>runtime</scope>
8888
</dependency>
8989
</dependencies>
@@ -185,7 +185,7 @@
185185
<dependency>
186186
<groupId>org.postgresql</groupId>
187187
<artifactId>postgresql</artifactId>
188-
<version>42.7.3</version>
188+
<version>42.7.4</version>
189189
<scope>runtime</scope>
190190
</dependency>
191191
</dependencies>

0 commit comments

Comments
 (0)