This is an automated email from the ASF dual-hosted git repository. cstamas pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven.git
The following commit(s) were added to refs/heads/master by this push: new cdb2833b1f [MNG-8689] Bump org.junit.jupiter:junit-jupiter from 5.11.4 to 5.12.2 (#2262) cdb2833b1f is described below commit cdb2833b1fccd50c06a1134b56f45f17e25e5ead Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Mon Apr 14 15:33:57 2025 +0200 [MNG-8689] Bump org.junit.jupiter:junit-jupiter from 5.11.4 to 5.12.2 (#2262) Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) from 5.11.4 to 5.12.2. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.11.4...r5.12.2) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter dependency-version: 5.12.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <supp...@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- https://issues.apache.org/jira/browse/MNG-8689 --- .../maven-it-plugin-class-loader/maven-it-plugin-class-loader/pom.xml | 2 +- its/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/its/core-it-support/core-it-plugins/maven-it-plugin-class-loader/maven-it-plugin-class-loader/pom.xml b/its/core-it-support/core-it-plugins/maven-it-plugin-class-loader/maven-it-plugin-class-loader/pom.xml index 7125cb9334..7f258a6729 100644 --- a/its/core-it-support/core-it-plugins/maven-it-plugin-class-loader/maven-it-plugin-class-loader/pom.xml +++ b/its/core-it-support/core-it-plugins/maven-it-plugin-class-loader/maven-it-plugin-class-loader/pom.xml @@ -59,7 +59,7 @@ under the License. <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter</artifactId> - <version>5.11.4</version> + <version>5.12.2</version> <scope>test</scope> </dependency> <!-- dedicated IT artifact that is surely not shadowed by the Maven core --> diff --git a/its/pom.xml b/its/pom.xml index 8a217784fd..6d171eb531 100644 --- a/its/pom.xml +++ b/its/pom.xml @@ -248,7 +248,7 @@ under the License. <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter</artifactId> - <version>5.11.4</version> + <version>5.12.2</version> </dependency> <dependency> <groupId>org.apache.maven.plugin-tools</groupId>