-
Notifications
You must be signed in to change notification settings - Fork 65
Commit 71c3a88
Bump org.testcontainers:mysql from 1.19.8 to 1.20.3 (#938)
Bumps
[org.testcontainers:mysql](https://github.com/testcontainers/testcontainers-java)
from 1.19.8 to 1.20.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/testcontainers/testcontainers-java/releases">org.testcontainers:mysql's
releases</a>.</em></p>
<blockquote>
<h2>1.20.3</h2>
<h1>What's Changed</h1>
<ul>
<li>Pin OceanBase image (<a
href="https://redirect.github.com/testcontainers/testcontainers-java/issues/9416">#9416</a>)
<a
href="https://github.com/eddumelendez"><code>@eddumelendez</code></a></li>
<li>Fix execution in windows runner (<a
href="https://redirect.github.com/testcontainers/testcontainers-java/issues/9413">#9413</a>)
<a
href="https://github.com/eddumelendez"><code>@eddumelendez</code></a></li>
</ul>
<h2>🚀 Features & Enhancements</h2>
<ul>
<li>Log exception on socket problems (<a
href="https://redirect.github.com/testcontainers/testcontainers-java/issues/8055">#8055</a>)
<a href="https://github.com/ciis0"><code>@ciis0</code></a></li>
<li>Add support for apachepulsar/pulsar-all image (<a
href="https://redirect.github.com/testcontainers/testcontainers-java/issues/9448">#9448</a>)
<a
href="https://github.com/eddumelendez"><code>@eddumelendez</code></a></li>
<li>Introduce new property to configure pull.timeout (<a
href="https://redirect.github.com/testcontainers/testcontainers-java/issues/9417">#9417</a>)
<a
href="https://github.com/eddumelendez"><code>@eddumelendez</code></a></li>
<li>Add r2dbc support for Clickhouse (<a
href="https://redirect.github.com/testcontainers/testcontainers-java/issues/8434">#8434</a>)
<a
href="https://github.com/livk-cloud"><code>@livk-cloud</code></a></li>
<li>Support reset value in Docker Compose (<a
href="https://redirect.github.com/testcontainers/testcontainers-java/issues/9343">#9343</a>)
<a
href="https://github.com/eddumelendez"><code>@eddumelendez</code></a></li>
</ul>
<h2>🐛 Bug Fixes</h2>
<ul>
<li>fix: await during DockerClientProviderStrategy test method (<a
href="https://redirect.github.com/testcontainers/testcontainers-java/issues/9412">#9412</a>)
<a href="https://github.com/KyleAure"><code>@KyleAure</code></a></li>
<li>Parse docker compose file correctly when version is not declared (<a
href="https://redirect.github.com/testcontainers/testcontainers-java/issues/9420">#9420</a>)
<a
href="https://github.com/eddumelendez"><code>@eddumelendez</code></a></li>
<li>Read docker credentials stdout and stderr independently (<a
href="https://redirect.github.com/testcontainers/testcontainers-java/issues/8007">#8007</a>)
<a href="https://github.com/Smeb"><code>@Smeb</code></a></li>
<li>Use server URL from auth query if helper does not return one (<a
href="https://redirect.github.com/testcontainers/testcontainers-java/issues/9056">#9056</a>)
<a
href="https://github.com/eager-signal"><code>@eager-signal</code></a></li>
<li>Clear docker compose initialization (<a
href="https://redirect.github.com/testcontainers/testcontainers-java/issues/9370">#9370</a>)
<a
href="https://github.com/eddumelendez"><code>@eddumelendez</code></a></li>
</ul>
<h2>📖 Documentation</h2>
<ul>
<li>Add "integration-testing" topic (<a
href="https://redirect.github.com/testcontainers/testcontainers-java/issues/9338">#9338</a>)
<a href="https://github.com/bsideup"><code>@bsideup</code></a></li>
</ul>
<h2>🧹 Housekeeping</h2>
<ul>
<li>Declarative R2DBC SPI implementation (<a
href="https://redirect.github.com/testcontainers/testcontainers-java/issues/9447">#9447</a>)
<a
href="https://github.com/eddumelendez"><code>@eddumelendez</code></a></li>
<li>Fix windows test (<a
href="https://redirect.github.com/testcontainers/testcontainers-java/issues/9409">#9409</a>)
<a
href="https://github.com/eddumelendez"><code>@eddumelendez</code></a></li>
<li>Add ComposeContainer test to junit-jupiter module (<a
href="https://redirect.github.com/testcontainers/testcontainers-java/issues/9407">#9407</a>)
<a
href="https://github.com/eddumelendez"><code>@eddumelendez</code></a></li>
<li>Check docker compose version (<a
href="https://redirect.github.com/testcontainers/testcontainers-java/issues/9342">#9342</a>)
<a
href="https://github.com/eddumelendez"><code>@eddumelendez</code></a></li>
<li>Use Awaitility in FixedHostPortContainerTest (<a
href="https://redirect.github.com/testcontainers/testcontainers-java/issues/9341">#9341</a>)
<a
href="https://github.com/eddumelendez"><code>@eddumelendez</code></a></li>
<li>Polish Kafka examples (<a
href="https://redirect.github.com/testcontainers/testcontainers-java/issues/9340">#9340</a>)
<a
href="https://github.com/eddumelendez"><code>@eddumelendez</code></a></li>
<li>Polish Cassandra tests (<a
href="https://redirect.github.com/testcontainers/testcontainers-java/issues/9339">#9339</a>)
<a
href="https://github.com/eddumelendez"><code>@eddumelendez</code></a></li>
</ul>
<h2>1.20.2</h2>
<h1>What's Changed</h1>
<ul>
<li>Update ryuk version to 0.9.0 (<a
href="https://redirect.github.com/testcontainers/testcontainers-java/issues/9169">#9169</a>)
<a
href="https://github.com/eddumelendez"><code>@eddumelendez</code></a></li>
<li>Add on-demand execution on windows (<a
href="https://redirect.github.com/testcontainers/testcontainers-java/issues/9138">#9138</a>)
<a
href="https://github.com/eddumelendez"><code>@eddumelendez</code></a></li>
<li>Add workflow to test Docker Desktop for Windows (<a
href="https://redirect.github.com/testcontainers/testcontainers-java/issues/9076">#9076</a>)
<a
href="https://github.com/eddumelendez"><code>@eddumelendez</code></a></li>
<li>Check if docker is available (<a
href="https://redirect.github.com/testcontainers/testcontainers-java/issues/9069">#9069</a>)
<a
href="https://github.com/eddumelendez"><code>@eddumelendez</code></a></li>
<li>Check if docker-compose is available (<a
href="https://redirect.github.com/testcontainers/testcontainers-java/issues/9060">#9060</a>)
<a
href="https://github.com/eddumelendez"><code>@eddumelendez</code></a></li>
<li>Log docker daemon labels (<a
href="https://redirect.github.com/testcontainers/testcontainers-java/issues/9054">#9054</a>)
<a
href="https://github.com/eddumelendez"><code>@eddumelendez</code></a></li>
<li>Update testcontainers version to ${GITHUB_REF##*/} (<a
href="https://redirect.github.com/testcontainers/testcontainers-java/issues/9052">#9052</a>)
<a
href="https://github.com/github-actions"><code>@github-actions</code></a></li>
<li>Update docs version to ${GITHUB_REF##*/} (<a
href="https://redirect.github.com/testcontainers/testcontainers-java/issues/9051">#9051</a>)
<a
href="https://github.com/github-actions"><code>@github-actions</code></a></li>
</ul>
<h2>🚀 Features & 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/119627f5fe0ea25ba21a3b203ce801cf273d1eaa"><code>119627f</code></a>
Fix await during DockerClientProviderStrategy test method (<a
href="https://redirect.github.com/testcontainers/testcontainers-java/issues/9412">#9412</a>)</li>
<li><a
href="https://github.com/testcontainers/testcontainers-java/commit/8a50d01bb9b208d4cc265d1714ebafb073c16b34"><code>8a50d01</code></a>
Revert "Update ryuk version to 0.10.2 (<a
href="https://redirect.github.com/testcontainers/testcontainers-java/issues/9372">#9372</a>)"
(<a
href="https://redirect.github.com/testcontainers/testcontainers-java/issues/9451">#9451</a>)</li>
<li><a
href="https://github.com/testcontainers/testcontainers-java/commit/f50e5c352d84c5ad284ff094d168e4df39b49bad"><code>f50e5c3</code></a>
Log exception on socket problems (<a
href="https://redirect.github.com/testcontainers/testcontainers-java/issues/8055">#8055</a>)</li>
<li><a
href="https://github.com/testcontainers/testcontainers-java/commit/4f9594d5c1df72851ec174f75679726f6b892ef7"><code>4f9594d</code></a>
Add support for apachepulsar/pulsar-all image (<a
href="https://redirect.github.com/testcontainers/testcontainers-java/issues/9448">#9448</a>)</li>
<li><a
href="https://github.com/testcontainers/testcontainers-java/commit/7c024edb1bf26ce8fb1a884e9ea862b455878774"><code>7c024ed</code></a>
Declarative R2DBC SPI implementation (<a
href="https://redirect.github.com/testcontainers/testcontainers-java/issues/9447">#9447</a>)</li>
<li><a
href="https://github.com/testcontainers/testcontainers-java/commit/e7fc11364ba82d817d3761395ccc6e92178e6cdf"><code>e7fc113</code></a>
Switch to github context property</li>
<li><a
href="https://github.com/testcontainers/testcontainers-java/commit/f52169fa9502fb28aa236f9874ef333c3348dacf"><code>f52169f</code></a>
Parse docker compose file correctly when version is not declared (<a
href="https://redirect.github.com/testcontainers/testcontainers-java/issues/9420">#9420</a>)</li>
<li><a
href="https://github.com/testcontainers/testcontainers-java/commit/cd29df97aa06e744ed4d8c17ca33b7983ef7f338"><code>cd29df9</code></a>
Introduce new property to configure pull.timeout (<a
href="https://redirect.github.com/testcontainers/testcontainers-java/issues/9417">#9417</a>)</li>
<li><a
href="https://github.com/testcontainers/testcontainers-java/commit/cdf44665ec0a2196cbd21932cfc4dd102c979a91"><code>cdf4466</code></a>
Pin OceanBase image (<a
href="https://redirect.github.com/testcontainers/testcontainers-java/issues/9416">#9416</a>)</li>
<li><a
href="https://github.com/testcontainers/testcontainers-java/commit/29b0c5fbea772a60ece684433e9e219ec0384740"><code>29b0c5f</code></a>
Remove unused constant</li>
<li>Additional commits viewable in <a
href="https://github.com/testcontainers/testcontainers-java/compare/1.19.8...1.20.3">compare
view</a></li>
</ul>
</details>
<br />
[](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 will merge this PR once CI passes on it, as requested by
@thpierce.
[//]: # (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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Thomas Pierce <[email protected]>1 parent bb4abb4 commit 71c3a88Copy full SHA for 71c3a88
File tree
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedFilter options
- appsignals-tests/contract-tests
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedappsignals-tests/contract-tests/build.gradle.kts
Copy file name to clipboardExpand all lines: appsignals-tests/contract-tests/build.gradle.kts+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
58 | 58 |
| |
59 | 59 |
| |
60 | 60 |
| |
61 |
| - | |
| 61 | + | |
62 | 62 |
| |
63 | 63 |
| |
64 | 64 |
| |
|
0 commit comments