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 6c56490b1f Bump org.junit:junit-bom from 5.13.4 to 6.0.0 (#11189)
6c56490b1f is described below
commit 6c56490b1ff54a469f0f01357c6a1f1249d9691a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Oct 17 00:42:09 2025 +0200
Bump org.junit:junit-bom from 5.13.4 to 6.0.0 (#11189)
Bumps [org.junit:junit-bom](https://github.com/junit-team/junit-framework)
from 5.13.4 to 6.0.0.
- [Release notes](https://github.com/junit-team/junit-framework/releases)
-
[Commits](https://github.com/junit-team/junit-framework/compare/r5.13.4...r6.0.0)
---
updated-dependencies:
- dependency-name: org.junit:junit-bom
dependency-version: 6.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 20c8783f4d..c6b7e58ace 100644
--- a/pom.xml
+++ b/pom.xml
@@ -154,7 +154,7 @@ under the License.
<javaxAnnotationApiVersion>1.3.2</javaxAnnotationApiVersion>
<jlineVersion>3.30.6</jlineVersion>
<jmhVersion>1.37</jmhVersion>
- <junitVersion>5.13.4</junitVersion>
+ <junitVersion>6.0.0</junitVersion>
<jxpathVersion>1.4.0</jxpathVersion>
<logbackClassicVersion>1.5.19</logbackClassicVersion>
<mockitoVersion>5.20.0</mockitoVersion>