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 7b420753fb Bump org.junit.jupiter:junit-jupiter from 5.13.1 to 5.13.2 7b420753fb is described below commit 7b420753fbfb5feac448d6002cf1773f247ca988 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Fri Jun 27 05:50:44 2025 +0000 Bump org.junit.jupiter:junit-jupiter from 5.13.1 to 5.13.2 Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit-framework) from 5.13.1 to 5.13.2. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r5.13.1...r5.13.2) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter dependency-version: 5.13.2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <supp...@github.com> --- examples/junit5-application-composer/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/junit5-application-composer/pom.xml b/examples/junit5-application-composer/pom.xml index 8830d68bee..04cf34f397 100644 --- a/examples/junit5-application-composer/pom.xml +++ b/examples/junit5-application-composer/pom.xml @@ -63,7 +63,7 @@ <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter</artifactId> - <version>5.13.1</version> + <version>5.13.2</version> <scope>test</scope> </dependency> <!--