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 cd78eb56d6 Bump org.junit:junit-bom from 6.0.3 to 6.1.0 (#12130)
cd78eb56d6 is described below

commit cd78eb56d6d9be1d8a5552fe840d9340017ef8db
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed May 20 15:03:45 2026 +0200

    Bump org.junit:junit-bom from 6.0.3 to 6.1.0 (#12130)
    
    Bumps [org.junit:junit-bom](https://github.com/junit-team/junit-framework) 
from 6.0.3 to 6.1.0.
    - [Release notes](https://github.com/junit-team/junit-framework/releases)
    - 
[Commits](https://github.com/junit-team/junit-framework/compare/r6.0.3...r6.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.junit:junit-bom
      dependency-version: 6.1.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 its/pom.xml | 2 +-
 pom.xml     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/its/pom.xml b/its/pom.xml
index 4caa5aaeda..f5e0a18327 100644
--- a/its/pom.xml
+++ b/its/pom.xml
@@ -98,7 +98,7 @@ under the License.
       <dependency>
         <groupId>org.junit</groupId>
         <artifactId>junit-bom</artifactId>
-        <version>6.0.3</version>
+        <version>6.1.0</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
diff --git a/pom.xml b/pom.xml
index 1087bc1897..b85c1dce9d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -155,7 +155,7 @@ under the License.
     <javaxAnnotationApiVersion>1.3.2</javaxAnnotationApiVersion>
     <jlineVersion>4.1.0</jlineVersion>
     <jmhVersion>1.37</jmhVersion>
-    <junitVersion>6.0.3</junitVersion>
+    <junitVersion>6.1.0</junitVersion>
     <jxpathVersion>1.4.0</jxpathVersion>
     <logbackClassicVersion>1.5.32</logbackClassicVersion>
     <mockitoVersion>5.23.0</mockitoVersion>

Reply via email to