This is an automated email from the ASF dual-hosted git repository.

gnodet 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 28458ba967 Bump org.junit.jupiter:junit-jupiter from 5.12.2 to 5.13.0 
(#2420)
28458ba967 is described below

commit 28458ba967ea213da30fc32c7e63203f576a9ca5
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jun 4 23:30:28 2025 +0200

    Bump org.junit.jupiter:junit-jupiter from 5.12.2 to 5.13.0 (#2420)
    
    Bumps 
[org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) from 
5.12.2 to 5.13.0.
    - [Release notes](https://github.com/junit-team/junit5/releases)
    - [Commits](https://github.com/junit-team/junit5/compare/r5.12.2...r5.13.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.junit.jupiter:junit-jupiter
      dependency-version: 5.13.0
      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 7f258a6729..454eb266e3 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.12.2</version>
+      <version>5.13.0</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 6d171eb531..fd04c5d5c0 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.12.2</version>
+        <version>5.13.0</version>
       </dependency>
       <dependency>
         <groupId>org.apache.maven.plugin-tools</groupId>

Reply via email to