This is an automated email from the ASF dual-hosted git repository. jungm pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomee.git
The following commit(s) were added to refs/heads/main by this push: new 3d4d0279f5 Bump org.testcontainers:junit-jupiter from 1.21.2 to 1.21.3 3d4d0279f5 is described below commit 3d4d0279f59be4cdb81019f0a1d9451682f03363 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Mon Jun 30 05:28:36 2025 +0000 Bump org.testcontainers:junit-jupiter from 1.21.2 to 1.21.3 Bumps [org.testcontainers:junit-jupiter](https://github.com/testcontainers/testcontainers-java) from 1.21.2 to 1.21.3. - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/testcontainers/testcontainers-java/compare/1.21.2...1.21.3) --- updated-dependencies: - dependency-name: org.testcontainers:junit-jupiter dependency-version: 1.21.3 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <supp...@github.com> --- examples/security-openid/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/security-openid/pom.xml b/examples/security-openid/pom.xml index 494a70cd47..e0f347c35f 100644 --- a/examples/security-openid/pom.xml +++ b/examples/security-openid/pom.xml @@ -96,7 +96,7 @@ <dependency> <groupId>org.testcontainers</groupId> <artifactId>junit-jupiter</artifactId> - <version>1.21.2</version> + <version>1.21.3</version> <scope>test</scope> </dependency> </dependencies>