Skip to content

Commit 31bd1a5

Browse files
Bump org.testcontainers:junit-jupiter from 1.20.5 to 1.20.6 (#1298)
Bumps [org.testcontainers:junit-jupiter](https://github.com/testcontainers/testcontainers-java) from 1.20.5 to 1.20.6. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/testcontainers/testcontainers-java/releases">org.testcontainers:junit-jupiter'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> </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>See full diff in <a href="https://github.com/testcontainers/testcontainers-java/compare/1.20.5...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:junit-jupiter&package-manager=maven&previous-version=1.20.5&new-version=1.20.6)](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>
1 parent a5c3e3f commit 31bd1a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<dependency>
5757
<groupId>org.testcontainers</groupId>
5858
<artifactId>junit-jupiter</artifactId>
59-
<version>1.20.5</version>
59+
<version>1.20.6</version>
6060
<scope>test</scope>
6161
<exclusions>
6262
<exclusion>

0 commit comments

Comments
 (0)