Skip to content

Commit 05b4f37

Browse files
Update dependency org.testcontainers:junit-jupiter to v1.21.3 (#1439)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.testcontainers:junit-jupiter](https://java.testcontainers.org) ([source](https://redirect.github.com/testcontainers/testcontainers-java)) | `1.21.2` -> `1.21.3` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.testcontainers:junit-jupiter/1.21.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.testcontainers:junit-jupiter/1.21.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/org.testcontainers:junit-jupiter/1.21.2/1.21.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.testcontainers:junit-jupiter/1.21.2/1.21.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>testcontainers/testcontainers-java (org.testcontainers:junit-jupiter)</summary> ### [`v1.21.3`](https://redirect.github.com/testcontainers/testcontainers-java/releases/tag/1.21.3) [Compare Source](https://redirect.github.com/testcontainers/testcontainers-java/compare/1.21.2...1.21.3) ##### What's Changed - Update testcontainers/sshd version to 1.3.0 ([#&#8203;10377](https://redirect.github.com/testcontainers/testcontainers-java/issues/10377)) [@&#8203;eddumelendez](https://redirect.github.com/eddumelendez) - Support docker/mcp-gateway image ([#&#8203;10378](https://redirect.github.com/testcontainers/testcontainers-java/issues/10378)) [@&#8203;eddumelendez](https://redirect.github.com/eddumelendez) - Update testcontainers version to 1.21.2 ([#&#8203;10369](https://redirect.github.com/testcontainers/testcontainers-java/issues/10369)) [@&#8203;github-actions](https://redirect.github.com/github-actions) - Update docs version to 1.21.2 ([#&#8203;10368](https://redirect.github.com/testcontainers/testcontainers-java/issues/10368)) [@&#8203;github-actions](https://redirect.github.com/github-actions) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/prometheus/client_java). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC42Mi4xIiwidXBkYXRlZEluVmVyIjoiNDAuNjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 631cfdf commit 05b4f37

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.21.2</version>
59+
<version>1.21.3</version>
6060
<scope>test</scope>
6161
<exclusions>
6262
<exclusion>

0 commit comments

Comments
 (0)