Skip to content

Commit

Permalink
Bump org.testcontainers:testcontainers from 1.19.1 to 1.19.2 (#157)
Browse files Browse the repository at this point in the history
Bumps
[org.testcontainers:testcontainers](https://github.com/testcontainers/testcontainers-java)
from 1.19.1 to 1.19.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/testcontainers/testcontainers-java/releases">org.testcontainers:testcontainers's
releases</a>.</em></p>
<blockquote>
<h2>1.19.2</h2>
<h1>Testcontainers for Java 1.19.2</h1>
<h2>Core</h2>
<ul>
<li>Add shutdownHook to send sigterm to ryuk (<a
href="https://redirect.github.com/testcontainers/testcontainers-java/issues/7717">#7717</a>)
<a
href="https://github.com/eddumelendez"><code>@​eddumelendez</code></a></li>
<li>Deprecate file/volume mapping APIs (<a
href="https://redirect.github.com/testcontainers/testcontainers-java/issues/7652">#7652</a>)
<a
href="https://github.com/eddumelendez"><code>@​eddumelendez</code></a></li>
<li>Container definition API (<a
href="https://redirect.github.com/testcontainers/testcontainers-java/issues/7714">#7714</a>)
<a
href="https://github.com/eddumelendez"><code>@​eddumelendez</code></a></li>
<li>Enable HTTP and HTTPS on native for HttpWaitStrategy (<a
href="https://redirect.github.com/testcontainers/testcontainers-java/issues/7790">#7790</a>)
<a
href="https://github.com/eddumelendez"><code>@​eddumelendez</code></a></li>
<li>Resolve strategy to detect the remote docker socket (<a
href="https://redirect.github.com/testcontainers/testcontainers-java/issues/7727">#7727</a>)
<a
href="https://github.com/eddumelendez"><code>@​eddumelendez</code></a></li>
</ul>
<h2>Modules</h2>
<ul>
<li>New Oracle Free module (<a
href="https://redirect.github.com/testcontainers/testcontainers-java/pull/7749">testcontainers/testcontainers-java#7749</a>)
<a href="https://github.com/gvenzl"><code>@​gvenzl</code></a></li>
</ul>
<h3>Elasticserach</h3>
<ul>
<li>Support Elastisearch image from DockerHub (<a
href="https://redirect.github.com/testcontainers/testcontainers-java/issues/7777">#7777</a>)
<a
href="https://github.com/eddumelendez"><code>@​eddumelendez</code></a></li>
</ul>
<h3>JDBC</h3>
<ul>
<li>Fix SQL parser (<a
href="https://redirect.github.com/testcontainers/testcontainers-java/issues/7646">#7646</a>)
<a
href="https://github.com/inponomarev"><code>@​inponomarev</code></a></li>
</ul>
<h3>K3S</h3>
<ul>
<li>Fix K3S start command (<a
href="https://redirect.github.com/testcontainers/testcontainers-java/issues/7677">#7677</a>)
<a href="https://github.com/tgeens"><code>@​tgeens</code></a></li>
</ul>
<h3>Kafka</h3>
<ul>
<li>Create KafkaContainerDef (<a
href="https://redirect.github.com/testcontainers/testcontainers-java/issues/7748">#7748</a>)
<a
href="https://github.com/eddumelendez"><code>@​eddumelendez</code></a></li>
<li>Add examples enabling SASL with JAAS (<a
href="https://redirect.github.com/testcontainers/testcontainers-java/issues/7763">#7763</a>)
<a
href="https://github.com/eddumelendez"><code>@​eddumelendez</code></a></li>
</ul>
<h3>LocalStack</h3>
<ul>
<li>Fix default credentials (<a
href="https://redirect.github.com/testcontainers/testcontainers-java/issues/7718">#7718</a>)
<a href="https://github.com/fokion"><code>@​fokion</code></a></li>
</ul>
<h3>YugabyteDB</h3>
<ul>
<li>Improve SQL wait strategy (<a
href="https://redirect.github.com/testcontainers/testcontainers-java/issues/7784">#7784</a>)
<a
href="https://github.com/HarshDaryani896"><code>@​HarshDaryani896</code></a></li>
</ul>
<h1>What's Changed</h1>
<h2>📖 Documentation</h2>
<ul>
<li>Introducing Oracle Free module (<a
href="https://redirect.github.com/testcontainers/testcontainers-java/issues/7749">#7749</a>)
<a href="https://github.com/gvenzl"><code>@​gvenzl</code></a></li>
<li>Update PR template with more specific wording (<a
href="https://redirect.github.com/testcontainers/testcontainers-java/issues/7751">#7751</a>)
<a href="https://github.com/gvenzl"><code>@​gvenzl</code></a></li>
<li>Fix small typo in new Podman docs (<a
href="https://redirect.github.com/testcontainers/testcontainers-java/issues/7722">#7722</a>)
<a href="https://github.com/TheHaf"><code>@​TheHaf</code></a></li>
<li>Deprecate file/volume mapping APIs (<a
href="https://redirect.github.com/testcontainers/testcontainers-java/issues/7652">#7652</a>)
<a
href="https://github.com/eddumelendez"><code>@​eddumelendez</code></a></li>
<li>Fix link to Toxiproxy docs from Kafka docs (<a
href="https://redirect.github.com/testcontainers/testcontainers-java/issues/7684">#7684</a>)
<a
href="https://github.com/alex-sherwin"><code>@​alex-sherwin</code></a></li>
<li>Fix documentation for BigQuery in gcloud module (<a
href="https://redirect.github.com/testcontainers/testcontainers-java/issues/7681">#7681</a>)
<a href="https://github.com/zanmagerl"><code>@​zanmagerl</code></a></li>
<li>Update Docker requirements page to be more container runtime
agnostic (<a
href="https://redirect.github.com/testcontainers/testcontainers-java/issues/7655">#7655</a>)
<a href="https://github.com/kiview"><code>@​kiview</code></a></li>
</ul>
<h2>📦 Dependency updates</h2>
<!-- raw HTML omitted -->
<ul>
<li>Combined dependencies PR (<a
href="https://redirect.github.com/testcontainers/testcontainers-java/issues/7810">#7810</a>)
<a
href="https://github.com/eddumelendez"><code>@​eddumelendez</code></a></li>
<li>Combined dependencies PR (<a
href="https://redirect.github.com/testcontainers/testcontainers-java/issues/7809">#7809</a>)
<a
href="https://github.com/eddumelendez"><code>@​eddumelendez</code></a></li>
<li>Combined dependencies PR (<a
href="https://redirect.github.com/testcontainers/testcontainers-java/issues/7807">#7807</a>)
<a
href="https://github.com/eddumelendez"><code>@​eddumelendez</code></a></li>
<li>Update docker-java version to 3.3.4 (<a
href="https://redirect.github.com/testcontainers/testcontainers-java/issues/7730">#7730</a>)
<a
href="https://github.com/eddumelendez"><code>@​eddumelendez</code></a></li>
<li>Update kubernetes client version to 19.0.0 (<a
href="https://redirect.github.com/testcontainers/testcontainers-java/issues/7716">#7716</a>)
<a
href="https://github.com/eddumelendez"><code>@​eddumelendez</code></a></li>
<li>Combined dependencies PR (<a
href="https://redirect.github.com/testcontainers/testcontainers-java/issues/7715">#7715</a>)
<a
href="https://github.com/eddumelendez"><code>@​eddumelendez</code></a></li>
<li>Combined dependencies PR (<a
href="https://redirect.github.com/testcontainers/testcontainers-java/issues/7713">#7713</a>)
<a
href="https://github.com/eddumelendez"><code>@​eddumelendez</code></a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/testcontainers/testcontainers-java/commit/6d330559933ee409db940ed11844d1b766360f8a"><code>6d33055</code></a>
Keep exposed ports order in ContainerDef (<a
href="https://redirect.github.com/testcontainers/testcontainers-java/issues/7811">#7811</a>)</li>
<li><a
href="https://github.com/testcontainers/testcontainers-java/commit/1419510aeb144874e49751e116933e73470f8bd6"><code>1419510</code></a>
Merge pull request <a
href="https://redirect.github.com/testcontainers/testcontainers-java/issues/7810">#7810</a>
from testcontainers/combined-pr-branch</li>
<li><a
href="https://github.com/testcontainers/testcontainers-java/commit/c326399da989ed8d95a17c029172d26c6b64183c"><code>c326399</code></a>
Merge remote-tracking branch
'origin/dependabot/gradle/modules/spock/org.juni...</li>
<li><a
href="https://github.com/testcontainers/testcontainers-java/commit/f46627580a4267f7980f0430b41cb567ba4773d6"><code>f466275</code></a>
Bump org.junit.jupiter:junit-jupiter-api in /examples</li>
<li><a
href="https://github.com/testcontainers/testcontainers-java/commit/8a55d5c2f163ea2de92bf5a508ac2fc2fc590c71"><code>8a55d5c</code></a>
Merge pull request <a
href="https://redirect.github.com/testcontainers/testcontainers-java/issues/7809">#7809</a>
from testcontainers/combined-pr-branch</li>
<li><a
href="https://github.com/testcontainers/testcontainers-java/commit/1556cfed22681fd4d8b8fda0dff4c570db34b880"><code>1556cfe</code></a>
Include native-image in META-INF (<a
href="https://redirect.github.com/testcontainers/testcontainers-java/issues/7808">#7808</a>)</li>
<li><a
href="https://github.com/testcontainers/testcontainers-java/commit/6121c4492e30dee8815194adf13deea1c6554cac"><code>6121c44</code></a>
Merge remote-tracking branch
'origin/dependabot/gradle/examples/org.seleniumh...</li>
<li><a
href="https://github.com/testcontainers/testcontainers-java/commit/215d2fee259f9eea60e161d7e8dc199b7c05d55c"><code>215d2fe</code></a>
Merge remote-tracking branch
'origin/dependabot/gradle/examples/org.junit.jup...</li>
<li><a
href="https://github.com/testcontainers/testcontainers-java/commit/73da19e6c26fe0f03d1fb4e96cbbed63799dc6b4"><code>73da19e</code></a>
Merge remote-tracking branch
'origin/dependabot/gradle/examples/com.hazelcast...</li>
<li><a
href="https://github.com/testcontainers/testcontainers-java/commit/bf6bd4558f4db43d3f01f9192f8ba2b72ea41d0c"><code>bf6bd45</code></a>
Bump com.hazelcast:hazelcast from 5.3.4 to 5.3.6 in /examples</li>
<li>Additional commits viewable in <a
href="https://github.com/testcontainers/testcontainers-java/compare/1.19.1...1.19.2">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.testcontainers:testcontainers&package-manager=gradle&previous-version=1.19.1&new-version=1.19.2)](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>
  • Loading branch information
dependabot[bot] committed Nov 20, 2023
1 parent fce5183 commit e07c346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ protobuf-kotlin = { module = "com.google.protobuf:protobuf-kotlin", version.ref
protobuf-kotlinlite = { module = "com.google.protobuf:protobuf-kotlin-lite", version.ref = "protobuf" }
slf4j-simple = { module = "org.slf4j:slf4j-simple", version.ref = "slf4j" }
spotless = { module = "com.diffplug.spotless:spotless-plugin-gradle", version.ref = "spotless" }
testcontainers = { module = "org.testcontainers:testcontainers", version = "1.19.1" }
testcontainers = { module = "org.testcontainers:testcontainers", version = "1.19.2" }

[plugins]
git = { id = "com.palantir.git-version", version = "3.0.0" }
Expand Down

0 comments on commit e07c346

Please sign in to comment.