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 de4bba8787 IT: Bump org.junit.jupiter:junit-jupiter from 5.8.0 to 5.11.3 (#1894) de4bba8787 is described below commit de4bba878791c61adab6ffe9f877253a76f7c634 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Mon Nov 11 12:10:52 2024 +0100 IT: Bump org.junit.jupiter:junit-jupiter from 5.8.0 to 5.11.3 (#1894) Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) from 5.8.0 to 5.11.3. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.8.0...r5.11.3) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter 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> --- .../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 78d3597d87..9fa2b798e3 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.8.0</version> + <version>5.11.3</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 9068953447..3e4150ea2d 100644 --- a/its/pom.xml +++ b/its/pom.xml @@ -122,7 +122,7 @@ under the License. <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter</artifactId> - <version>5.8.0</version> + <version>5.11.3</version> </dependency> <dependency> <groupId>org.apache.maven.plugin-tools</groupId>