Skip to content

Commit 6e185e9

Browse files
build(deps): bump org.testcontainers:testcontainers-bom from 1.20.4 to 1.20.6 (#644)
Bumps [org.testcontainers:testcontainers-bom](https://github.com/testcontainers/testcontainers-java) from 1.20.4 to 1.20.6. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/testcontainers/testcontainers-java/releases">org.testcontainers:testcontainers-bom's releases</a>.</em></p> <blockquote> <h2>1.20.6</h2> <h1>What's Changed</h1> <ul> <li>Bump confluentinc/cp-kcat from 7.4.1 to 7.9.0 (<a href="https://redirect.github.com/testcontainers/testcontainers-java/issues/10000">#10000</a>) <a href="https://github.com/julianladisch"><code>@​julianladisch</code></a></li> <li>Set sourceCompatibility and targetCompatibility to 1.8 in <code>spock</code> module</li> </ul> <h2>1.20.5</h2> <h1>What's Changed</h1> <ul> <li>Add <code>ServiceBusEmulatorContainer</code> to Azure module (<a href="https://redirect.github.com/testcontainers/testcontainers-java/issues/9795">#9795</a>) <a href="https://github.com/nagyesta"><code>@​nagyesta</code></a></li> <li>Add <code>EventHubsEmulatorContainer</code> to Azure module (<a href="https://redirect.github.com/testcontainers/testcontainers-java/issues/9665">#9665</a>) <a href="https://github.com/nagyesta"><code>@​nagyesta</code></a></li> <li>Add <code>AzuriteContainer</code> to Azure module (<a href="https://redirect.github.com/testcontainers/testcontainers-java/issues/9661">#9661</a>) <a href="https://github.com/nagyesta"><code>@​nagyesta</code></a></li> <li>Add <code>ldap</code> module (<a href="https://redirect.github.com/testcontainers/testcontainers-java/issues/9987">#9987</a>) <a href="https://github.com/eddumelendez"><code>@​eddumelendez</code></a></li> <li>Add <code>scylladb</code> module (<a href="https://redirect.github.com/testcontainers/testcontainers-java/issues/8002">#8002</a>) <a href="https://github.com/mkorolyov"><code>@​mkorolyov</code></a></li> <li>Add <code>pinecone</code> module (<a href="https://redirect.github.com/testcontainers/testcontainers-java/issues/9911">#9911</a>) <a href="https://github.com/eddumelendez"><code>@​eddumelendez</code></a></li> </ul> <h2>🚀 Features &amp; Enhancements</h2> <ul> <li>Set <code>RABBITMQ_DEFAULT_USER</code> env var with <code>withAdminUser</code> (<a href="https://redirect.github.com/testcontainers/testcontainers-java/issues/9571">#9571</a>) <a href="https://github.com/eddumelendez"><code>@​eddumelendez</code></a></li> <li>Move ollama port to a constant and provide new <code>getPort</code> method (<a href="https://redirect.github.com/testcontainers/testcontainers-java/issues/9623">#9623</a>) <a href="https://github.com/edeandrea"><code>@​edeandrea</code></a></li> <li></li> </ul> <h2>🐛 Bug Fixes</h2> <ul> <li>Fix reuse support for <code>CouchbaseContainer</code> (<a href="https://redirect.github.com/testcontainers/testcontainers-java/issues/9957">#9957</a>) <a href="https://github.com/albihnf"><code>@​albihnf</code></a></li> <li>Fix <code>SolrContainer</code> start parameters for version &gt;= 9.7.0 (<a href="https://redirect.github.com/testcontainers/testcontainers-java/issues/9926">#9926</a>) <a href="https://github.com/mkr"><code>@​mkr</code></a></li> <li>Fix clickhouse authentication (<a href="https://redirect.github.com/testcontainers/testcontainers-java/issues/9942">#9942</a>) <a href="https://github.com/livk-cloud"><code>@​livk-cloud</code></a></li> <li>Fix cluster creation with <code>ConfluentKafkaContainer</code> and <code>KafkaContainer</code> (<a href="https://redirect.github.com/testcontainers/testcontainers-java/issues/9910">#9910</a>) <a href="https://github.com/eddumelendez"><code>@​eddumelendez</code></a></li> </ul> <h2>📖 Documentation</h2> <ul> <li>Fix typos (<a href="https://redirect.github.com/testcontainers/testcontainers-java/issues/9783">#9783</a>) <a href="https://github.com/NathanBaulch"><code>@​NathanBaulch</code></a></li> <li>Added Dash0 as Adoptor (<a href="https://redirect.github.com/testcontainers/testcontainers-java/issues/9630">#9630</a>) <a href="https://github.com/CodingFabian"><code>@​CodingFabian</code></a></li> <li>Improve Docker Compose docs (<a href="https://redirect.github.com/testcontainers/testcontainers-java/issues/9461">#9461</a>) <a href="https://github.com/etrandafir93"><code>@​etrandafir93</code></a></li> </ul> <h2>🧹 Housekeeping</h2> <ul> <li>Use docker/setup-docker-action (<a href="https://redirect.github.com/testcontainers/testcontainers-java/issues/9625">#9625</a>) <a href="https://github.com/eddumelendez"><code>@​eddumelendez</code></a></li> <li>Declare Java action in windows workflow (<a href="https://redirect.github.com/testcontainers/testcontainers-java/issues/9604">#9604</a>) <a href="https://github.com/eddumelendez"><code>@​eddumelendez</code></a></li> <li>Test against multiple Java versions (<a href="https://redirect.github.com/testcontainers/testcontainers-java/issues/8988">#8988</a>) <a href="https://github.com/eddumelendez"><code>@​eddumelendez</code></a></li> <li>Don't extend configuration compileOnly and testCompile from shaded (<a href="https://redirect.github.com/testcontainers/testcontainers-java/issues/9579">#9579</a>) <a href="https://github.com/patrick-dedication"><code>@​patrick-dedication</code></a></li> <li>Remove specific Java version for testing in gradle files (<a href="https://redirect.github.com/testcontainers/testcontainers-java/issues/9626">#9626</a>) <a href="https://github.com/eddumelendez"><code>@​eddumelendez</code></a></li> <li>Drop references to <code>vectorized/redpanda</code> image (<a href="https://redirect.github.com/testcontainers/testcontainers-java/issues/9624">#9624</a>) <a href="https://github.com/eddumelendez"><code>@​eddumelendez</code></a></li> <li>Polish AbstractPulsar test (<a href="https://redirect.github.com/testcontainers/testcontainers-java/issues/9600">#9600</a>) <a href="https://github.com/eddumelendez"><code>@​eddumelendez</code></a></li> <li>Polish BigtableEmulatorContainer test (<a href="https://redirect.github.com/testcontainers/testcontainers-java/issues/9599">#9599</a>) <a href="https://github.com/eddumelendez"><code>@​eddumelendez</code></a></li> <li>Fix typo in SolrContainer (<a href="https://redirect.github.com/testcontainers/testcontainers-java/issues/9572">#9572</a>) <a href="https://github.com/dajudge"><code>@​dajudge</code></a></li> </ul> <h2>📦 Dependency updates</h2> <ul> <li>Update docker-java version to 3.4.1 (<a href="https://redirect.github.com/testcontainers/testcontainers-java/issues/9627">#9627</a>) <a href="https://github.com/eddumelendez"><code>@​eddumelendez</code></a></li> <li>Adjust shadow gradle plugin coordinates (<a href="https://redirect.github.com/testcontainers/testcontainers-java/issues/9577">#9577</a>) <a href="https://github.com/patrick-dedication"><code>@​patrick-dedication</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/testcontainers/testcontainers-java/commit/cc1c13af22dc54988a875b0e3540bee1d6329d93"><code>cc1c13a</code></a> Replace release by sourceCompatibility and targetCompatibility in spock</li> <li><a href="https://github.com/testcontainers/testcontainers-java/commit/93a2edadcdcc2640d4344f75dfbf0215b15f669a"><code>93a2eda</code></a> Update ubuntu version to 22.04</li> <li><a href="https://github.com/testcontainers/testcontainers-java/commit/576e65a5d0a2636bfa21fed42be8b1a7df93ec25"><code>576e65a</code></a> Fix spock module to compile using Java 8</li> <li><a href="https://github.com/testcontainers/testcontainers-java/commit/6e104da1d6e8a4188451f556e9c7cb4ce8eb3164"><code>6e104da</code></a> Bump confluentinc/cp-kcat from 7.4.1 to 7.9.0 (<a href="https://redirect.github.com/testcontainers/testcontainers-java/issues/10000">#10000</a>)</li> <li><a href="https://github.com/testcontainers/testcontainers-java/commit/5af66d700e942474afabd8e550bf089196fdb5f9"><code>5af66d7</code></a> [create-pull-request] automated change (<a href="https://redirect.github.com/testcontainers/testcontainers-java/issues/9996">#9996</a>)</li> <li><a href="https://github.com/testcontainers/testcontainers-java/commit/6ed48215dda976ecafc70f1d37332c6b76ee7f51"><code>6ed4821</code></a> [create-pull-request] automated change (<a href="https://redirect.github.com/testcontainers/testcontainers-java/issues/9995">#9995</a>)</li> <li><a href="https://github.com/testcontainers/testcontainers-java/commit/13b6365182293bd107f221d9f9358e1a635042a8"><code>13b6365</code></a> Rename Picone implementation</li> <li><a href="https://github.com/testcontainers/testcontainers-java/commit/c34ed905cb5aad4f22e8906c6fb86bbbe342e2bc"><code>c34ed90</code></a> Rename EventHubs and ServiceBus implementations</li> <li><a href="https://github.com/testcontainers/testcontainers-java/commit/aad1ee587c5861c108e42a5778edbf783f08d497"><code>aad1ee5</code></a> Add more configuration for LLdapContainer</li> <li><a href="https://github.com/testcontainers/testcontainers-java/commit/85697fdb8b6a838758febcf44c030dd6e0073ee1"><code>85697fd</code></a> Add method to return LDAP URL to LLdapContainer</li> <li>Additional commits viewable in <a href="https://github.com/testcontainers/testcontainers-java/compare/1.20.4...1.20.6">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.20.4&new-version=1.20.6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR 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> > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days. Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cc7aff0 commit 6e185e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
<dependency>
7878
<groupId>org.testcontainers</groupId>
7979
<artifactId>testcontainers-bom</artifactId>
80-
<version>1.20.4</version>
80+
<version>1.20.6</version>
8181
<type>pom</type>
8282
<scope>import</scope>
8383
</dependency>

0 commit comments

Comments
 (0)