dependabot[bot] opened a new pull request, #14804: URL: https://github.com/apache/camel/pull/14804
Bumps `mongo-java-driver-version` from 4.11.1 to 5.1.2. Updates `org.mongodb:mongodb-driver-core` from 4.11.1 to 5.1.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mongodb/mongo-java-driver/releases">org.mongodb:mongodb-driver-core's releases</a>.</em></p> <blockquote> <h2>Java Driver 5.1.2 (July 09, 2024)</h2> <h2>What's Changed</h2> <ul> <li>Allow generic base classes for POJOs by <a href="https://github.com/jyemin"><code>@jyemin</code></a> and <a href="https://github.com/rozza"><code>@rozza</code></a> in <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1423">mongodb/mongo-java-driver#1423</a></li> <li>Support encoding Kotlin classes with nullable parameter types by <a href="https://github.com/cliffred"><code>@cliffred</code></a> and <a href="https://github.com/rozza"><code>@rozza</code></a> in <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1317">mongodb/mongo-java-driver#1317</a></li> <li>Include links to the Evergreen build and to the driver security testing summary in the SSDLC report (<a href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1426">#1426</a>) by <a href="https://github.com/stIncMale"><code>@stIncMale</code></a> in <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1432">mongodb/mongo-java-driver#1432</a></li> <li>Extend SOCKS5 TLD regex validation to support up to 63 characters by <a href="https://github.com/vbabanin"><code>@vbabanin</code></a> in <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1429">mongodb/mongo-java-driver#1429</a></li> <li>Fix for: Include links to the Evergreen build and to the driver security testing summary in the SSDLC report by <a href="https://github.com/stIncMale"><code>@stIncMale</code></a> in <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1436">mongodb/mongo-java-driver#1436</a></li> <li>Attribute release commit and tag to user triggering the workflow (<a href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1437">#1437</a>) by <a href="https://github.com/alcaeus"><code>@alcaeus</code></a> in <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1443">mongodb/mongo-java-driver#1443</a></li> <li>Support pre-releases in release tooling (<a href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1425">#1425</a>) by <a href="https://github.com/alcaeus"><code>@alcaeus</code></a> in <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1444">mongodb/mongo-java-driver#1444</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/mongodb/mongo-java-driver/compare/r5.1.1...r5.1.2">https://github.com/mongodb/mongo-java-driver/compare/r5.1.1...r5.1.2</a></p> <h2>Verifying artifact signatures</h2> <ol> <li>Install either <a href="https://gnupg.org/">GnuPG</a> (<a href="https://formulae.brew.sh/formula/gnupg">https://formulae.brew.sh/formula/gnupg</a>) or <a href="https://gpgtools.org/">GPG Suite</a> (<a href="https://formulae.brew.sh/cask/gpg-suite">https://formulae.brew.sh/cask/gpg-suite</a>).</li> <li>Download and import the public key for verifying signatures</li> </ol> <pre lang="bash"><code>gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys 1a75005e142192223d6a7c3b76e0008d166740a8 </code></pre> <ol start="3"> <li>Download the signed artifact, for example</li> </ol> <pre lang="bash"><code>curl -LO https://repo.maven.apache.org/maven2/org/mongodb/mongodb-driver-core/5.1.2/mongodb-driver-core-5.1.2.jar </code></pre> <ol start="4"> <li>Download the artifact signature, for example</li> </ol> <pre lang="bash"><code>curl -LO https://repo.maven.apache.org/maven2/org/mongodb/mongodb-driver-core/5.1.2/mongodb-driver-core-5.1.2.jar.asc </code></pre> <ol start="5"> <li>Verify the signature, for example</li> </ol> <pre lang="bash"><code>gpg --verify mongodb-driver-core-5.1.2.jar.asc mongodb-driver-core-5.1.2.jar </code></pre> <p><strong>Full Changelog</strong>: <a href="https://github.com/mongodb/mongo-java-driver/compare/r5.1.1...r5.1.2">https://github.com/mongodb/mongo-java-driver/compare/r5.1.1...r5.1.2</a></p> <h2>Java Driver 5.1.1 (June 13, 2024)</h2> <h2>What's Changed</h2> <ul> <li>Disallow comma character in authMechanismProperties by <a href="https://github.com/katcharov"><code>@katcharov</code></a> in <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1412">mongodb/mongo-java-driver#1412</a></li> <li>OIDC admin credentials by <a href="https://github.com/katcharov"><code>@katcharov</code></a> in <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1413">mongodb/mongo-java-driver#1413</a></li> <li>Backport allow-empty by <a href="https://github.com/katcharov"><code>@katcharov</code></a> in <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1415">mongodb/mongo-java-driver#1415</a></li> <li>ALLOWED_HOSTS validation, 1 minute machine timeout by <a href="https://github.com/katcharov"><code>@katcharov</code></a> in <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1417">mongodb/mongo-java-driver#1417</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/mongodb/mongo-java-driver/compare/r5.1.0...r5.1.1">https://github.com/mongodb/mongo-java-driver/compare/r5.1.0...r5.1.1</a></p> <h2>Verifying artifact signatures</h2> <ol> <li>Install either <a href="https://gnupg.org/">GnuPG</a> (<a href="https://formulae.brew.sh/formula/gnupg">https://formulae.brew.sh/formula/gnupg</a>) or <a href="https://gpgtools.org/">GPG Suite</a> (<a href="https://formulae.brew.sh/cask/gpg-suite">https://formulae.brew.sh/cask/gpg-suite</a>).</li> <li>Download and import the public key for verifying signatures</li> </ol> <pre lang="bash"><code>gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys 1a75005e142192223d6a7c3b76e0008d166740a8 </tr></table> </code></pre> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mongodb/mongo-java-driver/commit/2216b9813cdc4ed9732287b3ebad8be10bdc6d8e"><code>2216b98</code></a> Version: bump 5.1.2</li> <li><a href="https://github.com/mongodb/mongo-java-driver/commit/e499a6f9c9a8dc2efba9af9d3cd4cd55f892bf7d"><code>e499a6f</code></a> Support pre-releases in release tooling (<a href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1425">#1425</a>) (<a href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1444">#1444</a>)</li> <li><a href="https://github.com/mongodb/mongo-java-driver/commit/573aee393057c022d85209d9f8e891a21fc919cb"><code>573aee3</code></a> Attribute release commit and tag to user triggering the workflow (<a href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1437">#1437</a>) (<a href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1443">#1443</a>)</li> <li><a href="https://github.com/mongodb/mongo-java-driver/commit/687b707a1d6c23740bb5e1d86426fdd6582b36a5"><code>687b707</code></a> Allow generic base classes for POJOs (<a href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1423">#1423</a>)</li> <li><a href="https://github.com/mongodb/mongo-java-driver/commit/455cd8a0cc005d8fb953eb40e26ed957a07e4701"><code>455cd8a</code></a> Fix for: Include links to the Evergreen build and to the driver security test...</li> <li><a href="https://github.com/mongodb/mongo-java-driver/commit/f1f035be71dd639724c570582a72760758581153"><code>f1f035b</code></a> Fix test port import (<a href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1435">#1435</a>)</li> <li><a href="https://github.com/mongodb/mongo-java-driver/commit/440deb2af214965c20f85616170ff4982a2a1331"><code>440deb2</code></a> Ported tests from bson-kotlinx to bson-kotlin (<a href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1434">#1434</a>)</li> <li><a href="https://github.com/mongodb/mongo-java-driver/commit/d59abbf2cc2725bb910f84465e5460ff3f597a6b"><code>d59abbf</code></a> JAVA-5342 Fix encoding generics with nullable type parameters (<a href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1317">#1317</a>)</li> <li><a href="https://github.com/mongodb/mongo-java-driver/commit/f05980594e5b29b0e5168c0e052b3f5001ffca0f"><code>f059805</code></a> Extend the regex pattern to allow top-level domains (TLDs) up to 63 character...</li> <li><a href="https://github.com/mongodb/mongo-java-driver/commit/c320ac15cf5357086b9244aa07ac9cb9d356d404"><code>c320ac1</code></a> Include links to the Evergreen build and to the driver security testing summa...</li> <li>Additional commits viewable in <a href="https://github.com/mongodb/mongo-java-driver/compare/r4.11.1...r5.1.2">compare view</a></li> </ul> </details> <br /> Updates `org.mongodb:mongodb-driver-sync` from 4.11.1 to 5.1.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mongodb/mongo-java-driver/releases">org.mongodb:mongodb-driver-sync's releases</a>.</em></p> <blockquote> <h2>Java Driver 5.1.2 (July 09, 2024)</h2> <h2>What's Changed</h2> <ul> <li>Allow generic base classes for POJOs by <a href="https://github.com/jyemin"><code>@jyemin</code></a> and <a href="https://github.com/rozza"><code>@rozza</code></a> in <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1423">mongodb/mongo-java-driver#1423</a></li> <li>Support encoding Kotlin classes with nullable parameter types by <a href="https://github.com/cliffred"><code>@cliffred</code></a> and <a href="https://github.com/rozza"><code>@rozza</code></a> in <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1317">mongodb/mongo-java-driver#1317</a></li> <li>Include links to the Evergreen build and to the driver security testing summary in the SSDLC report (<a href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1426">#1426</a>) by <a href="https://github.com/stIncMale"><code>@stIncMale</code></a> in <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1432">mongodb/mongo-java-driver#1432</a></li> <li>Extend SOCKS5 TLD regex validation to support up to 63 characters by <a href="https://github.com/vbabanin"><code>@vbabanin</code></a> in <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1429">mongodb/mongo-java-driver#1429</a></li> <li>Fix for: Include links to the Evergreen build and to the driver security testing summary in the SSDLC report by <a href="https://github.com/stIncMale"><code>@stIncMale</code></a> in <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1436">mongodb/mongo-java-driver#1436</a></li> <li>Attribute release commit and tag to user triggering the workflow (<a href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1437">#1437</a>) by <a href="https://github.com/alcaeus"><code>@alcaeus</code></a> in <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1443">mongodb/mongo-java-driver#1443</a></li> <li>Support pre-releases in release tooling (<a href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1425">#1425</a>) by <a href="https://github.com/alcaeus"><code>@alcaeus</code></a> in <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1444">mongodb/mongo-java-driver#1444</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/mongodb/mongo-java-driver/compare/r5.1.1...r5.1.2">https://github.com/mongodb/mongo-java-driver/compare/r5.1.1...r5.1.2</a></p> <h2>Verifying artifact signatures</h2> <ol> <li>Install either <a href="https://gnupg.org/">GnuPG</a> (<a href="https://formulae.brew.sh/formula/gnupg">https://formulae.brew.sh/formula/gnupg</a>) or <a href="https://gpgtools.org/">GPG Suite</a> (<a href="https://formulae.brew.sh/cask/gpg-suite">https://formulae.brew.sh/cask/gpg-suite</a>).</li> <li>Download and import the public key for verifying signatures</li> </ol> <pre lang="bash"><code>gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys 1a75005e142192223d6a7c3b76e0008d166740a8 </code></pre> <ol start="3"> <li>Download the signed artifact, for example</li> </ol> <pre lang="bash"><code>curl -LO https://repo.maven.apache.org/maven2/org/mongodb/mongodb-driver-core/5.1.2/mongodb-driver-core-5.1.2.jar </code></pre> <ol start="4"> <li>Download the artifact signature, for example</li> </ol> <pre lang="bash"><code>curl -LO https://repo.maven.apache.org/maven2/org/mongodb/mongodb-driver-core/5.1.2/mongodb-driver-core-5.1.2.jar.asc </code></pre> <ol start="5"> <li>Verify the signature, for example</li> </ol> <pre lang="bash"><code>gpg --verify mongodb-driver-core-5.1.2.jar.asc mongodb-driver-core-5.1.2.jar </code></pre> <p><strong>Full Changelog</strong>: <a href="https://github.com/mongodb/mongo-java-driver/compare/r5.1.1...r5.1.2">https://github.com/mongodb/mongo-java-driver/compare/r5.1.1...r5.1.2</a></p> <h2>Java Driver 5.1.1 (June 13, 2024)</h2> <h2>What's Changed</h2> <ul> <li>Disallow comma character in authMechanismProperties by <a href="https://github.com/katcharov"><code>@katcharov</code></a> in <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1412">mongodb/mongo-java-driver#1412</a></li> <li>OIDC admin credentials by <a href="https://github.com/katcharov"><code>@katcharov</code></a> in <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1413">mongodb/mongo-java-driver#1413</a></li> <li>Backport allow-empty by <a href="https://github.com/katcharov"><code>@katcharov</code></a> in <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1415">mongodb/mongo-java-driver#1415</a></li> <li>ALLOWED_HOSTS validation, 1 minute machine timeout by <a href="https://github.com/katcharov"><code>@katcharov</code></a> in <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1417">mongodb/mongo-java-driver#1417</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/mongodb/mongo-java-driver/compare/r5.1.0...r5.1.1">https://github.com/mongodb/mongo-java-driver/compare/r5.1.0...r5.1.1</a></p> <h2>Verifying artifact signatures</h2> <ol> <li>Install either <a href="https://gnupg.org/">GnuPG</a> (<a href="https://formulae.brew.sh/formula/gnupg">https://formulae.brew.sh/formula/gnupg</a>) or <a href="https://gpgtools.org/">GPG Suite</a> (<a href="https://formulae.brew.sh/cask/gpg-suite">https://formulae.brew.sh/cask/gpg-suite</a>).</li> <li>Download and import the public key for verifying signatures</li> </ol> <pre lang="bash"><code>gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys 1a75005e142192223d6a7c3b76e0008d166740a8 </tr></table> </code></pre> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mongodb/mongo-java-driver/commit/2216b9813cdc4ed9732287b3ebad8be10bdc6d8e"><code>2216b98</code></a> Version: bump 5.1.2</li> <li><a href="https://github.com/mongodb/mongo-java-driver/commit/e499a6f9c9a8dc2efba9af9d3cd4cd55f892bf7d"><code>e499a6f</code></a> Support pre-releases in release tooling (<a href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1425">#1425</a>) (<a href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1444">#1444</a>)</li> <li><a href="https://github.com/mongodb/mongo-java-driver/commit/573aee393057c022d85209d9f8e891a21fc919cb"><code>573aee3</code></a> Attribute release commit and tag to user triggering the workflow (<a href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1437">#1437</a>) (<a href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1443">#1443</a>)</li> <li><a href="https://github.com/mongodb/mongo-java-driver/commit/687b707a1d6c23740bb5e1d86426fdd6582b36a5"><code>687b707</code></a> Allow generic base classes for POJOs (<a href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1423">#1423</a>)</li> <li><a href="https://github.com/mongodb/mongo-java-driver/commit/455cd8a0cc005d8fb953eb40e26ed957a07e4701"><code>455cd8a</code></a> Fix for: Include links to the Evergreen build and to the driver security test...</li> <li><a href="https://github.com/mongodb/mongo-java-driver/commit/f1f035be71dd639724c570582a72760758581153"><code>f1f035b</code></a> Fix test port import (<a href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1435">#1435</a>)</li> <li><a href="https://github.com/mongodb/mongo-java-driver/commit/440deb2af214965c20f85616170ff4982a2a1331"><code>440deb2</code></a> Ported tests from bson-kotlinx to bson-kotlin (<a href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1434">#1434</a>)</li> <li><a href="https://github.com/mongodb/mongo-java-driver/commit/d59abbf2cc2725bb910f84465e5460ff3f597a6b"><code>d59abbf</code></a> JAVA-5342 Fix encoding generics with nullable type parameters (<a href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1317">#1317</a>)</li> <li><a href="https://github.com/mongodb/mongo-java-driver/commit/f05980594e5b29b0e5168c0e052b3f5001ffca0f"><code>f059805</code></a> Extend the regex pattern to allow top-level domains (TLDs) up to 63 character...</li> <li><a href="https://github.com/mongodb/mongo-java-driver/commit/c320ac15cf5357086b9244aa07ac9cb9d356d404"><code>c320ac1</code></a> Include links to the Evergreen build and to the driver security testing summa...</li> <li>Additional commits viewable in <a href="https://github.com/mongodb/mongo-java-driver/compare/r4.11.1...r5.1.2">compare view</a></li> </ul> </details> <br /> Updates `org.mongodb:bson` from 4.11.1 to 5.1.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mongodb/mongo-java-driver/releases">org.mongodb:bson's releases</a>.</em></p> <blockquote> <h2>Java Driver 5.1.2 (July 09, 2024)</h2> <h2>What's Changed</h2> <ul> <li>Allow generic base classes for POJOs by <a href="https://github.com/jyemin"><code>@jyemin</code></a> and <a href="https://github.com/rozza"><code>@rozza</code></a> in <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1423">mongodb/mongo-java-driver#1423</a></li> <li>Support encoding Kotlin classes with nullable parameter types by <a href="https://github.com/cliffred"><code>@cliffred</code></a> and <a href="https://github.com/rozza"><code>@rozza</code></a> in <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1317">mongodb/mongo-java-driver#1317</a></li> <li>Include links to the Evergreen build and to the driver security testing summary in the SSDLC report (<a href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1426">#1426</a>) by <a href="https://github.com/stIncMale"><code>@stIncMale</code></a> in <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1432">mongodb/mongo-java-driver#1432</a></li> <li>Extend SOCKS5 TLD regex validation to support up to 63 characters by <a href="https://github.com/vbabanin"><code>@vbabanin</code></a> in <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1429">mongodb/mongo-java-driver#1429</a></li> <li>Fix for: Include links to the Evergreen build and to the driver security testing summary in the SSDLC report by <a href="https://github.com/stIncMale"><code>@stIncMale</code></a> in <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1436">mongodb/mongo-java-driver#1436</a></li> <li>Attribute release commit and tag to user triggering the workflow (<a href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1437">#1437</a>) by <a href="https://github.com/alcaeus"><code>@alcaeus</code></a> in <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1443">mongodb/mongo-java-driver#1443</a></li> <li>Support pre-releases in release tooling (<a href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1425">#1425</a>) by <a href="https://github.com/alcaeus"><code>@alcaeus</code></a> in <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1444">mongodb/mongo-java-driver#1444</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/mongodb/mongo-java-driver/compare/r5.1.1...r5.1.2">https://github.com/mongodb/mongo-java-driver/compare/r5.1.1...r5.1.2</a></p> <h2>Verifying artifact signatures</h2> <ol> <li>Install either <a href="https://gnupg.org/">GnuPG</a> (<a href="https://formulae.brew.sh/formula/gnupg">https://formulae.brew.sh/formula/gnupg</a>) or <a href="https://gpgtools.org/">GPG Suite</a> (<a href="https://formulae.brew.sh/cask/gpg-suite">https://formulae.brew.sh/cask/gpg-suite</a>).</li> <li>Download and import the public key for verifying signatures</li> </ol> <pre lang="bash"><code>gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys 1a75005e142192223d6a7c3b76e0008d166740a8 </code></pre> <ol start="3"> <li>Download the signed artifact, for example</li> </ol> <pre lang="bash"><code>curl -LO https://repo.maven.apache.org/maven2/org/mongodb/mongodb-driver-core/5.1.2/mongodb-driver-core-5.1.2.jar </code></pre> <ol start="4"> <li>Download the artifact signature, for example</li> </ol> <pre lang="bash"><code>curl -LO https://repo.maven.apache.org/maven2/org/mongodb/mongodb-driver-core/5.1.2/mongodb-driver-core-5.1.2.jar.asc </code></pre> <ol start="5"> <li>Verify the signature, for example</li> </ol> <pre lang="bash"><code>gpg --verify mongodb-driver-core-5.1.2.jar.asc mongodb-driver-core-5.1.2.jar </code></pre> <p><strong>Full Changelog</strong>: <a href="https://github.com/mongodb/mongo-java-driver/compare/r5.1.1...r5.1.2">https://github.com/mongodb/mongo-java-driver/compare/r5.1.1...r5.1.2</a></p> <h2>Java Driver 5.1.1 (June 13, 2024)</h2> <h2>What's Changed</h2> <ul> <li>Disallow comma character in authMechanismProperties by <a href="https://github.com/katcharov"><code>@katcharov</code></a> in <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1412">mongodb/mongo-java-driver#1412</a></li> <li>OIDC admin credentials by <a href="https://github.com/katcharov"><code>@katcharov</code></a> in <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1413">mongodb/mongo-java-driver#1413</a></li> <li>Backport allow-empty by <a href="https://github.com/katcharov"><code>@katcharov</code></a> in <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1415">mongodb/mongo-java-driver#1415</a></li> <li>ALLOWED_HOSTS validation, 1 minute machine timeout by <a href="https://github.com/katcharov"><code>@katcharov</code></a> in <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1417">mongodb/mongo-java-driver#1417</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/mongodb/mongo-java-driver/compare/r5.1.0...r5.1.1">https://github.com/mongodb/mongo-java-driver/compare/r5.1.0...r5.1.1</a></p> <h2>Verifying artifact signatures</h2> <ol> <li>Install either <a href="https://gnupg.org/">GnuPG</a> (<a href="https://formulae.brew.sh/formula/gnupg">https://formulae.brew.sh/formula/gnupg</a>) or <a href="https://gpgtools.org/">GPG Suite</a> (<a href="https://formulae.brew.sh/cask/gpg-suite">https://formulae.brew.sh/cask/gpg-suite</a>).</li> <li>Download and import the public key for verifying signatures</li> </ol> <pre lang="bash"><code>gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys 1a75005e142192223d6a7c3b76e0008d166740a8 </tr></table> </code></pre> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mongodb/mongo-java-driver/commit/2216b9813cdc4ed9732287b3ebad8be10bdc6d8e"><code>2216b98</code></a> Version: bump 5.1.2</li> <li><a href="https://github.com/mongodb/mongo-java-driver/commit/e499a6f9c9a8dc2efba9af9d3cd4cd55f892bf7d"><code>e499a6f</code></a> Support pre-releases in release tooling (<a href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1425">#1425</a>) (<a href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1444">#1444</a>)</li> <li><a href="https://github.com/mongodb/mongo-java-driver/commit/573aee393057c022d85209d9f8e891a21fc919cb"><code>573aee3</code></a> Attribute release commit and tag to user triggering the workflow (<a href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1437">#1437</a>) (<a href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1443">#1443</a>)</li> <li><a href="https://github.com/mongodb/mongo-java-driver/commit/687b707a1d6c23740bb5e1d86426fdd6582b36a5"><code>687b707</code></a> Allow generic base classes for POJOs (<a href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1423">#1423</a>)</li> <li><a href="https://github.com/mongodb/mongo-java-driver/commit/455cd8a0cc005d8fb953eb40e26ed957a07e4701"><code>455cd8a</code></a> Fix for: Include links to the Evergreen build and to the driver security test...</li> <li><a href="https://github.com/mongodb/mongo-java-driver/commit/f1f035be71dd639724c570582a72760758581153"><code>f1f035b</code></a> Fix test port import (<a href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1435">#1435</a>)</li> <li><a href="https://github.com/mongodb/mongo-java-driver/commit/440deb2af214965c20f85616170ff4982a2a1331"><code>440deb2</code></a> Ported tests from bson-kotlinx to bson-kotlin (<a href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1434">#1434</a>)</li> <li><a href="https://github.com/mongodb/mongo-java-driver/commit/d59abbf2cc2725bb910f84465e5460ff3f597a6b"><code>d59abbf</code></a> JAVA-5342 Fix encoding generics with nullable type parameters (<a href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1317">#1317</a>)</li> <li><a href="https://github.com/mongodb/mongo-java-driver/commit/f05980594e5b29b0e5168c0e052b3f5001ffca0f"><code>f059805</code></a> Extend the regex pattern to allow top-level domains (TLDs) up to 63 character...</li> <li><a href="https://github.com/mongodb/mongo-java-driver/commit/c320ac15cf5357086b9244aa07ac9cb9d356d404"><code>c320ac1</code></a> Include links to the Evergreen build and to the driver security testing summa...</li> <li>Additional commits viewable in <a href="https://github.com/mongodb/mongo-java-driver/compare/r4.11.1...r5.1.2">compare view</a></li> </ul> </details> <br /> 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> -- 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-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org