dependabot[bot] opened a new pull request, #3286:
URL: https://github.com/apache/myfaces-tobago/pull/3286

   Bumps `testcontainers.version` from 1.17.3 to 1.17.4.
   Updates `testcontainers` from 1.17.3 to 1.17.4
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/testcontainers/testcontainers-java/releases";>testcontainers's
 releases</a>.</em></p>
   <blockquote>
   <h2>1.17.4</h2>
   <h1>What's Changed</h1>
   <h2>Highlights</h2>
   <p>This release has been made possible through the efforts of whopping 23 
contributors, wow! 🤯</p>
   <p>Besides 3 new modules, this release brings a couple of bugfixes, improved 
compatibility and resilience in certain scenarios, better defaults and more 
configurability.</p>
   <p>You might also notice many PRs related to the documentation, templates 
for PRs and issues, and automation regarding OSS contributions. Testcontainers 
has always been a project with a lot of involvement by the community and we are 
very proud of this. That’s why want to make contributing to Testcontainers a 
great experience, no matter if you raise an issue, submit a PR or initiate a 
discussion in GitHhub Discussions.</p>
   <h3>🐼 New Module: Redpanda (<a 
href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/5740";>#5740</a>)
 <a href="https://github.com/eddumelendez";><code>@​eddumelendez</code></a></h3>
   <p><a href="https://redpanda.com/";>Redpanda</a>, a Kafka-compatible 
streaming platform, recently added a special <code>dev-container</code> mode to 
their container image, that allows even faster startup teams. A great reason to 
work in a Testcontainers module that leverages this flag by default to give you 
a great integration testing experience when using Redpanda. And of course, 
using Redpanda with Testcontainers is as easy and convenient as you are used 
to:</p>
   <pre><code>var container = new 
RedpandaContainer(&quot;docker.redpanda.com/vectorized/redpanda:v22.2.1&quot;)
   container.start()
   var connectionUrl = container.getBootstrapServers()
   // use the connectionUrl and start testing!
   </code></pre>
   <p>You can checkout the <a 
href="https://www.testcontainers.org/modules/redpanda/";>docs</a> to learn 
more.</p>
   <h3>New Module: TiDB (<a 
href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/5511";>#5511</a>)
 <a href="https://github.com/Icemap";><code>@​Icemap</code></a></h3>
   <p>With <a href="https://docs.pingcap.com/tidb/stable/overview";>TiDB</a>, we 
are adding support for a new database module. As with other databases that can 
be accessed via JDBC, you can leverage Testcontainers’ special JDBC URL 
integration:</p>
   <pre><code>jdbc:tc:tidb:v6.1.0:///databasename
   </code></pre>
   <h3>New Module: Hashicorp Consul (<a 
href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/4683";>#4683</a>)
 <a href="https://github.com/julb";><code>@​julb</code></a></h3>
   <p><a href="https://www.consul.io/";>Consul</a></p>
   <ul>
   <li>Remove thundra from ci.yml (<a 
href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/5850";>#5850</a>)
 <a href="https://github.com/eddumelendez";><code>@​eddumelendez</code></a></li>
   <li>Update localstack images in tests (<a 
href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/5783";>#5783</a>)
 <a href="https://github.com/eddumelendez";><code>@​eddumelendez</code></a></li>
   <li>Improve Issue Templates (<a 
href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/5836";>#5836</a>)
 <a href="https://github.com/eddumelendez";><code>@​eddumelendez</code></a></li>
   <li>GitHub Workflows security hardening (<a 
href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/5821";>#5821</a>)
 <a href="https://github.com/sashashura";><code>@​sashashura</code></a></li>
   <li>getContainerByServiceName should work without suffix (<a 
href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/5776";>#5776</a>)
 <a href="https://github.com/REslim30";><code>@​REslim30</code></a></li>
   <li>Exclude <code>org.testcontainers.shaded.*</code> package and upgrade 
deps (<a 
href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/5775";>#5775</a>)
 <a href="https://github.com/eddumelendez";><code>@​eddumelendez</code></a></li>
   <li>Revert &quot;Update GHA runner image to latest Ubuntu&quot; (<a 
href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/5766";>#5766</a>)
 <a href="https://github.com/kiview";><code>@​kiview</code></a></li>
   <li>Fix type/docs label (<a 
href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/5759";>#5759</a>)
 <a href="https://github.com/eddumelendez";><code>@​eddumelendez</code></a></li>
   <li>Add Pull Request Template (<a 
href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/5735";>#5735</a>)
 <a href="https://github.com/eddumelendez";><code>@​eddumelendez</code></a></li>
   <li>Update ryuk version to 0.3.4 (<a 
href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/5619";>#5619</a>)
 <a href="https://github.com/eddumelendez";><code>@​eddumelendez</code></a></li>
   <li>Add test-retry plugin (<a 
href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/5586";>#5586</a>)
 <a href="https://github.com/eddumelendez";><code>@​eddumelendez</code></a></li>
   <li>Add host os and arch in bug report template (<a 
href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/5525";>#5525</a>)
 <a href="https://github.com/eddumelendez";><code>@​eddumelendez</code></a></li>
   </ul>
   <h2>🚀 Features &amp; Enhancements</h2>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/testcontainers/testcontainers-java/commit/2215e219054ee034583c27f3631154d7ec1b908e";><code>2215e21</code></a>
 Add Testcontainers icon for JetBrains IDEs (<a 
href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/5870";>#5870</a>)</li>
   <li><a 
href="https://github.com/testcontainers/testcontainers-java/commit/405ddb7e39443993f8988c4c5782727f0d0b5cc5";><code>405ddb7</code></a>
 Allow Pulsar default WaitStrategy to honour startup timeout (<a 
href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/5674";>#5674</a>)</li>
   <li><a 
href="https://github.com/testcontainers/testcontainers-java/commit/f54a29a48419b4fb14ef1fc024a656e918d994ae";><code>f54a29a</code></a>
 <code>getLivenessCheckPortNumbers()</code> should return mapped port (<a 
href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/5734";>#5734</a>)</li>
   <li><a 
href="https://github.com/testcontainers/testcontainers-java/commit/9847d5930bb0faea9d14f606c583919d4e2d2113";><code>9847d59</code></a>
 Fix: ContainerDatabaseDriver does not register Properties object (<a 
href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/5829";>#5829</a>)</li>
   <li><a 
href="https://github.com/testcontainers/testcontainers-java/commit/de1a77ed837ab5b5a542dbd51d40e08391edb129";><code>de1a77e</code></a>
 Improve consistency of Testcontainers name in docs (<a 
href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/5866";>#5866</a>)</li>
   <li><a 
href="https://github.com/testcontainers/testcontainers-java/commit/459d2f6b8915b9c0cbcd89b24825d412a6739838";><code>459d2f6</code></a>
 Use <code>testCompileOnly</code> instead of <code>testCompileClasspath</code> 
(<a 
href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/5849";>#5849</a>)</li>
   <li><a 
href="https://github.com/testcontainers/testcontainers-java/commit/22aa85d24e91a2a380da6d96f21ca03947de9c91";><code>22aa85d</code></a>
 Remove thundra from ci.yml (<a 
href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/5850";>#5850</a>)</li>
   <li><a 
href="https://github.com/testcontainers/testcontainers-java/commit/9e98addab9cfe076ace39a41c8cfdf4351649756";><code>9e98add</code></a>
 Update slf4j in test-support to 2.0.0 (<a 
href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/5848";>#5848</a>)</li>
   <li><a 
href="https://github.com/testcontainers/testcontainers-java/commit/9540652fa46f10f4d4e724787aa5fdf6ca3fbea6";><code>9540652</code></a>
 Update localstack images in tests (<a 
href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/5783";>#5783</a>)</li>
   <li><a 
href="https://github.com/testcontainers/testcontainers-java/commit/1f3a1f764f5c31a2f5715ed502b417475aacdd98";><code>1f3a1f7</code></a>
 couchbase: allow to configure bucket replicas and default to 0. (<a 
href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/5840";>#5840</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/testcontainers/testcontainers-java/compare/1.17.3...1.17.4";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `junit-jupiter` from 1.17.3 to 1.17.4
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/testcontainers/testcontainers-java/releases";>junit-jupiter's
 releases</a>.</em></p>
   <blockquote>
   <h2>1.17.4</h2>
   <h1>What's Changed</h1>
   <h2>Highlights</h2>
   <p>This release has been made possible through the efforts of whopping 23 
contributors, wow! 🤯</p>
   <p>Besides 3 new modules, this release brings a couple of bugfixes, improved 
compatibility and resilience in certain scenarios, better defaults and more 
configurability.</p>
   <p>You might also notice many PRs related to the documentation, templates 
for PRs and issues, and automation regarding OSS contributions. Testcontainers 
has always been a project with a lot of involvement by the community and we are 
very proud of this. That’s why want to make contributing to Testcontainers a 
great experience, no matter if you raise an issue, submit a PR or initiate a 
discussion in GitHhub Discussions.</p>
   <h3>🐼 New Module: Redpanda (<a 
href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/5740";>#5740</a>)
 <a href="https://github.com/eddumelendez";><code>@​eddumelendez</code></a></h3>
   <p><a href="https://redpanda.com/";>Redpanda</a>, a Kafka-compatible 
streaming platform, recently added a special <code>dev-container</code> mode to 
their container image, that allows even faster startup teams. A great reason to 
work in a Testcontainers module that leverages this flag by default to give you 
a great integration testing experience when using Redpanda. And of course, 
using Redpanda with Testcontainers is as easy and convenient as you are used 
to:</p>
   <pre><code>var container = new 
RedpandaContainer(&quot;docker.redpanda.com/vectorized/redpanda:v22.2.1&quot;)
   container.start()
   var connectionUrl = container.getBootstrapServers()
   // use the connectionUrl and start testing!
   </code></pre>
   <p>You can checkout the <a 
href="https://www.testcontainers.org/modules/redpanda/";>docs</a> to learn 
more.</p>
   <h3>New Module: TiDB (<a 
href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/5511";>#5511</a>)
 <a href="https://github.com/Icemap";><code>@​Icemap</code></a></h3>
   <p>With <a href="https://docs.pingcap.com/tidb/stable/overview";>TiDB</a>, we 
are adding support for a new database module. As with other databases that can 
be accessed via JDBC, you can leverage Testcontainers’ special JDBC URL 
integration:</p>
   <pre><code>jdbc:tc:tidb:v6.1.0:///databasename
   </code></pre>
   <h3>New Module: Hashicorp Consul (<a 
href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/4683";>#4683</a>)
 <a href="https://github.com/julb";><code>@​julb</code></a></h3>
   <p><a href="https://www.consul.io/";>Consul</a></p>
   <ul>
   <li>Remove thundra from ci.yml (<a 
href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/5850";>#5850</a>)
 <a href="https://github.com/eddumelendez";><code>@​eddumelendez</code></a></li>
   <li>Update localstack images in tests (<a 
href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/5783";>#5783</a>)
 <a href="https://github.com/eddumelendez";><code>@​eddumelendez</code></a></li>
   <li>Improve Issue Templates (<a 
href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/5836";>#5836</a>)
 <a href="https://github.com/eddumelendez";><code>@​eddumelendez</code></a></li>
   <li>GitHub Workflows security hardening (<a 
href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/5821";>#5821</a>)
 <a href="https://github.com/sashashura";><code>@​sashashura</code></a></li>
   <li>getContainerByServiceName should work without suffix (<a 
href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/5776";>#5776</a>)
 <a href="https://github.com/REslim30";><code>@​REslim30</code></a></li>
   <li>Exclude <code>org.testcontainers.shaded.*</code> package and upgrade 
deps (<a 
href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/5775";>#5775</a>)
 <a href="https://github.com/eddumelendez";><code>@​eddumelendez</code></a></li>
   <li>Revert &quot;Update GHA runner image to latest Ubuntu&quot; (<a 
href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/5766";>#5766</a>)
 <a href="https://github.com/kiview";><code>@​kiview</code></a></li>
   <li>Fix type/docs label (<a 
href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/5759";>#5759</a>)
 <a href="https://github.com/eddumelendez";><code>@​eddumelendez</code></a></li>
   <li>Add Pull Request Template (<a 
href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/5735";>#5735</a>)
 <a href="https://github.com/eddumelendez";><code>@​eddumelendez</code></a></li>
   <li>Update ryuk version to 0.3.4 (<a 
href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/5619";>#5619</a>)
 <a href="https://github.com/eddumelendez";><code>@​eddumelendez</code></a></li>
   <li>Add test-retry plugin (<a 
href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/5586";>#5586</a>)
 <a href="https://github.com/eddumelendez";><code>@​eddumelendez</code></a></li>
   <li>Add host os and arch in bug report template (<a 
href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/5525";>#5525</a>)
 <a href="https://github.com/eddumelendez";><code>@​eddumelendez</code></a></li>
   </ul>
   <h2>🚀 Features &amp; Enhancements</h2>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/testcontainers/testcontainers-java/commit/2215e219054ee034583c27f3631154d7ec1b908e";><code>2215e21</code></a>
 Add Testcontainers icon for JetBrains IDEs (<a 
href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/5870";>#5870</a>)</li>
   <li><a 
href="https://github.com/testcontainers/testcontainers-java/commit/405ddb7e39443993f8988c4c5782727f0d0b5cc5";><code>405ddb7</code></a>
 Allow Pulsar default WaitStrategy to honour startup timeout (<a 
href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/5674";>#5674</a>)</li>
   <li><a 
href="https://github.com/testcontainers/testcontainers-java/commit/f54a29a48419b4fb14ef1fc024a656e918d994ae";><code>f54a29a</code></a>
 <code>getLivenessCheckPortNumbers()</code> should return mapped port (<a 
href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/5734";>#5734</a>)</li>
   <li><a 
href="https://github.com/testcontainers/testcontainers-java/commit/9847d5930bb0faea9d14f606c583919d4e2d2113";><code>9847d59</code></a>
 Fix: ContainerDatabaseDriver does not register Properties object (<a 
href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/5829";>#5829</a>)</li>
   <li><a 
href="https://github.com/testcontainers/testcontainers-java/commit/de1a77ed837ab5b5a542dbd51d40e08391edb129";><code>de1a77e</code></a>
 Improve consistency of Testcontainers name in docs (<a 
href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/5866";>#5866</a>)</li>
   <li><a 
href="https://github.com/testcontainers/testcontainers-java/commit/459d2f6b8915b9c0cbcd89b24825d412a6739838";><code>459d2f6</code></a>
 Use <code>testCompileOnly</code> instead of <code>testCompileClasspath</code> 
(<a 
href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/5849";>#5849</a>)</li>
   <li><a 
href="https://github.com/testcontainers/testcontainers-java/commit/22aa85d24e91a2a380da6d96f21ca03947de9c91";><code>22aa85d</code></a>
 Remove thundra from ci.yml (<a 
href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/5850";>#5850</a>)</li>
   <li><a 
href="https://github.com/testcontainers/testcontainers-java/commit/9e98addab9cfe076ace39a41c8cfdf4351649756";><code>9e98add</code></a>
 Update slf4j in test-support to 2.0.0 (<a 
href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/5848";>#5848</a>)</li>
   <li><a 
href="https://github.com/testcontainers/testcontainers-java/commit/9540652fa46f10f4d4e724787aa5fdf6ca3fbea6";><code>9540652</code></a>
 Update localstack images in tests (<a 
href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/5783";>#5783</a>)</li>
   <li><a 
href="https://github.com/testcontainers/testcontainers-java/commit/1f3a1f764f5c31a2f5715ed502b417475aacdd98";><code>1f3a1f7</code></a>
 couchbase: allow to configure bucket replicas and default to 0. (<a 
href="https://github-redirect.dependabot.com/testcontainers/testcontainers-java/issues/5840";>#5840</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/testcontainers/testcontainers-java/compare/1.17.3...1.17.4";>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 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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to