This is an automated email from the ASF dual-hosted git repository.
afs pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/jena.git
The following commit(s) were added to refs/heads/main by this push:
new 345f1889fb Bump org.junit:junit-bom from 6.0.3 to 6.1.0
345f1889fb is described below
commit 345f1889fb364d338c94db853617bdc35b245533
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jun 1 00:45:22 2026 +0000
Bump org.junit:junit-bom from 6.0.3 to 6.1.0
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]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 55e67cd585..a569fcc2d7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -108,7 +108,7 @@
<!-- Testing -->
<ver.junit4>4.13.2</ver.junit4>
- <ver.junit>6.0.3</ver.junit>
+ <ver.junit>6.1.0</ver.junit>
<ver.mockito>5.23.0</ver.mockito>
<ver.awaitility>4.3.0</ver.awaitility>