This is an automated email from the ASF dual-hosted git repository.
Bukama 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 d0093f63c4 Bump org.junit:junit-bom from 6.1.0 to 6.1.1 (#12388)
d0093f63c4 is described below
commit d0093f63c4f6af542749b3d006d87cde9454cea4
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jun 29 18:03:23 2026 +0200
Bump org.junit:junit-bom from 6.1.0 to 6.1.1 (#12388)
Bumps [org.junit:junit-bom](https://github.com/junit-team/junit-framework)
from 6.1.0 to 6.1.1.
- [Release notes](https://github.com/junit-team/junit-framework/releases)
-
[Commits](https://github.com/junit-team/junit-framework/compare/r6.1.0...r6.1.1)
---
updated-dependencies:
- dependency-name: org.junit:junit-bom
dependency-version: 6.1.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
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 c9e19d3052..c7e982d5e9 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.1.0</version>
+ <version>6.1.1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
diff --git a/pom.xml b/pom.xml
index ce20bd9653..bc84b45852 100644
--- a/pom.xml
+++ b/pom.xml
@@ -155,7 +155,7 @@ under the License.
<javaxAnnotationApiVersion>1.3.2</javaxAnnotationApiVersion>
<jlineVersion>4.2.1</jlineVersion>
<jmhVersion>1.37</jmhVersion>
- <junitVersion>6.1.0</junitVersion>
+ <junitVersion>6.1.1</junitVersion>
<jxpathVersion>1.4.0</jxpathVersion>
<logbackClassicVersion>1.5.37</logbackClassicVersion>
<mockitoVersion>5.23.0</mockitoVersion>