Bump testcontainers-bom from 1.18.0 to 1.18.3 #46

Merged
dependabot[bot] merged 1 commit from dependabot/maven/org.testcontainers-testcontainers-bom-1.18.3 into main 2023-06-01 10:23:52 +02:00
dependabot[bot] commented 2023-06-01 09:59:44 +02:00 (Migrated from github.com)

Bumps testcontainers-bom from 1.18.0 to 1.18.3.

Release notes

Sourced from testcontainers-bom's releases.

1.18.3

Testcontainers for Java 1.18.2 introduced new strategies to detect the docker.sock. There was an issue reported, see #7082. It's is highly recommended to use version 1.18.3.

What's Changed

🧹 Housekeeping

  • Demote "testcontainers.properties not found" message to debug log level (#7035) @​perlun

1.18.2

Highlights

🐛 Bug Fixes

🚀 Features & Enhancements

📖 Documentation

🧹 Housekeeping

1.18.1

What's Changed

🚀 Features & Enhancements

🐛 Bug Fixes

... (truncated)

Commits
  • b0902a9 Revert "Switch r2dbc mysql driver to io.asyncer:r2dbc-mysql (#7043)"
  • c3b26ca Revert "Update docker-java version to 3.3.1 (#7063)"
  • e368f71 Fixes for new strategies (#7085)
  • 5c88064 Demote "testcontainers.properties not found" message to debug log level (#7035)
  • 3a2ba5f Switch r2dbc mysql driver to io.asyncer:r2dbc-mysql (#7043)
  • d0ddcf8 Update docker-java version to 3.3.1 (#7063)
  • a90ccc0 [create-pull-request] automated change (#7061)
  • d6665dc [create-pull-request] automated change (#7060)
  • ca5824a Fix TestcontainersHostPropertyClientProviderStrategy(DefaultDockerClientConfi...
  • 86235b4 Support Docker Desktop paths for Linux and Mac (#7058)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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)
Bumps [testcontainers-bom](https://github.com/testcontainers/testcontainers-java) from 1.18.0 to 1.18.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/testcontainers/testcontainers-java/releases">testcontainers-bom's releases</a>.</em></p> <blockquote> <h2>1.18.3</h2> <p>Testcontainers for Java 1.18.2 introduced new strategies to detect the <code>docker.sock</code>. There was an issue reported, see <a href="https://redirect.github.com/testcontainers/testcontainers-java/issues/7082">#7082</a>. It's is highly recommended to use version 1.18.3.</p> <h1>What's Changed</h1> <ul> <li>Fixes for new strategies (<a href="https://redirect.github.com/testcontainers/testcontainers-java/issues/7085">#7085</a>) <a href="https://github.com/eddumelendez"><code>@​eddumelendez</code></a></li> </ul> <h2>🧹 Housekeeping</h2> <ul> <li>Demote &quot;testcontainers.properties not found&quot; message to debug log level (<a href="https://redirect.github.com/testcontainers/testcontainers-java/issues/7035">#7035</a>) <a href="https://github.com/perlun"><code>@​perlun</code></a></li> </ul> <h2>1.18.2</h2> <h1>Highlights ✨</h1> <ul> <li>Support Docker Desktop paths for Linux and Mac (<a href="https://redirect.github.com/testcontainers/testcontainers-java/issues/7058">#7058</a>) <a href="https://github.com/eddumelendez"><code>@​eddumelendez</code></a></li> <li>Update <code>testcontainers/ryuk</code> version to 0.5.1 (<a href="https://redirect.github.com/testcontainers/testcontainers-java/issues/7054">#7054</a>) <a href="https://github.com/eddumelendez"><code>@​eddumelendez</code></a></li> </ul> <h2>🐛 Bug Fixes</h2> <ul> <li>[redpanda] Fix command by setting memory to 1G (<a href="https://redirect.github.com/testcontainers/testcontainers-java/issues/7045">#7045</a>) <a href="https://github.com/eddumelendez"><code>@​eddumelendez</code></a></li> <li>[cratedb] Enable single node by default (<a href="https://redirect.github.com/testcontainers/testcontainers-java/issues/7041">#7041</a>) <a href="https://github.com/matriv"><code>@​matriv</code></a></li> </ul> <h2>🚀 Features &amp; Enhancements</h2> <ul> <li>Add <code>TestcontainersHostPropertyClientStrategy</code> (<a href="https://redirect.github.com/testcontainers/testcontainers-java/issues/7053">#7053</a>) <a href="https://github.com/eddumelendez"><code>@​eddumelendez</code></a></li> <li>DockerComposeContainer: add 'removeVolumes' parameter (<a href="https://redirect.github.com/testcontainers/testcontainers-java/issues/7009">#7009</a>) <a href="https://github.com/DanWiseProgramming"><code>@​DanWiseProgramming</code></a></li> </ul> <h2>📖 Documentation</h2> <ul> <li>Fix typo in gitlab_ci instruction docs (<a href="https://redirect.github.com/testcontainers/testcontainers-java/issues/7059">#7059</a>) <a href="https://github.com/dakshin-k"><code>@​dakshin-k</code></a></li> <li>Add Apache Kyuubi to who is using testcontainers (<a href="https://redirect.github.com/testcontainers/testcontainers-java/issues/7042">#7042</a>) <a href="https://github.com/bowenliang123"><code>@​bowenliang123</code></a></li> </ul> <h2>🧹 Housekeeping</h2> <ul> <li>Add LocalStackContainer#getEndpoint() (<a href="https://redirect.github.com/testcontainers/testcontainers-java/issues/7037">#7037</a>) <a href="https://github.com/eddumelendez"><code>@​eddumelendez</code></a></li> </ul> <h2>1.18.1</h2> <h1>What's Changed</h1> <ul> <li>Favor copy compose file instead of mount (<a href="https://redirect.github.com/testcontainers/testcontainers-java/issues/6945">#6945</a>) <a href="https://github.com/eddumelendez"><code>@​eddumelendez</code></a></li> <li>Allow <code>@Container</code> to be used as a meta-annotation (<a href="https://redirect.github.com/testcontainers/testcontainers-java/issues/6914">#6914</a>) <a href="https://github.com/eddumelendez"><code>@​eddumelendez</code></a></li> </ul> <h2>🚀 Features &amp; Enhancements</h2> <ul> <li>Support Kraft post Confluent Platform 7.4.0 (<a href="https://redirect.github.com/testcontainers/testcontainers-java/issues/7014">#7014</a>) <a href="https://github.com/danielpetisme"><code>@​danielpetisme</code></a></li> <li>Alternative waiting strategy for Mockserver container (<a href="https://redirect.github.com/testcontainers/testcontainers-java/issues/6951">#6951</a>) <a href="https://github.com/DenilssonMontoya"><code>@​DenilssonMontoya</code></a></li> <li>Update RedpandaContainer.java (<a href="https://redirect.github.com/testcontainers/testcontainers-java/issues/6939">#6939</a>) <a href="https://github.com/shelajev"><code>@​shelajev</code></a></li> </ul> <h2>🐛 Bug Fixes</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/testcontainers/testcontainers-java/commit/b0902a95e7451e27e13815c48fe65314351d40e2"><code>b0902a9</code></a> Revert &quot;Switch r2dbc mysql driver to <code>io.asyncer:r2dbc-mysql</code> (<a href="https://redirect.github.com/testcontainers/testcontainers-java/issues/7043">#7043</a>)&quot;</li> <li><a href="https://github.com/testcontainers/testcontainers-java/commit/c3b26caccde402232e020c93e867ab1d81a17c7f"><code>c3b26ca</code></a> Revert &quot;Update docker-java version to 3.3.1 (<a href="https://redirect.github.com/testcontainers/testcontainers-java/issues/7063">#7063</a>)&quot;</li> <li><a href="https://github.com/testcontainers/testcontainers-java/commit/e368f711c72dcfcab039b9e6491f67c3b4ff3997"><code>e368f71</code></a> Fixes for new strategies (<a href="https://redirect.github.com/testcontainers/testcontainers-java/issues/7085">#7085</a>)</li> <li><a href="https://github.com/testcontainers/testcontainers-java/commit/5c88064f99ff996d88138881f56e59f7530af59b"><code>5c88064</code></a> Demote &quot;testcontainers.properties not found&quot; message to debug log level (<a href="https://redirect.github.com/testcontainers/testcontainers-java/issues/7035">#7035</a>)</li> <li><a href="https://github.com/testcontainers/testcontainers-java/commit/3a2ba5fb0833d727510b51d7f4443874e2300bd0"><code>3a2ba5f</code></a> Switch r2dbc mysql driver to <code>io.asyncer:r2dbc-mysql</code> (<a href="https://redirect.github.com/testcontainers/testcontainers-java/issues/7043">#7043</a>)</li> <li><a href="https://github.com/testcontainers/testcontainers-java/commit/d0ddcf87c9a3659315c64f3c7dc78dc8f5179969"><code>d0ddcf8</code></a> Update docker-java version to 3.3.1 (<a href="https://redirect.github.com/testcontainers/testcontainers-java/issues/7063">#7063</a>)</li> <li><a href="https://github.com/testcontainers/testcontainers-java/commit/a90ccc0c4f7111d3a9bc36ecb4242e50f48ea38f"><code>a90ccc0</code></a> [create-pull-request] automated change (<a href="https://redirect.github.com/testcontainers/testcontainers-java/issues/7061">#7061</a>)</li> <li><a href="https://github.com/testcontainers/testcontainers-java/commit/d6665dce069f0c5f4c8eb93efb54688a40dc3a12"><code>d6665dc</code></a> [create-pull-request] automated change (<a href="https://redirect.github.com/testcontainers/testcontainers-java/issues/7060">#7060</a>)</li> <li><a href="https://github.com/testcontainers/testcontainers-java/commit/ca5824a5e4ae88534b03c2823162b8f1831b04ef"><code>ca5824a</code></a> Fix TestcontainersHostPropertyClientProviderStrategy(DefaultDockerClientConfi...</li> <li><a href="https://github.com/testcontainers/testcontainers-java/commit/86235b489ccd8d419267e99306018fb0bc747a65"><code>86235b4</code></a> Support Docker Desktop paths for Linux and Mac (<a href="https://redirect.github.com/testcontainers/testcontainers-java/issues/7058">#7058</a>)</li> <li>Additional commits viewable in <a href="https://github.com/testcontainers/testcontainers-java/compare/1.18.0...1.18.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.testcontainers:testcontainers-bom&package-manager=maven&previous-version=1.18.0&new-version=1.18.3)](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>
kokuwaio-bot (Migrated from github.com) approved these changes 2023-06-01 10:22:48 +02:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Reference: kokuwaio/keycloak-event-metrics#46
No description provided.