This is an automated email from the ASF dual-hosted git repository.
adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ratis.git
The following commit(s) were added to refs/heads/master by this push:
new 51708a03c RATIS-2473. Ignore JUnit 6+ due to Java 17 requirement
(#1408)
51708a03c is described below
commit 51708a03c7944746ba7f633ee05329b12bcf58b6
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Mon Mar 30 12:16:33 2026 +0200
RATIS-2473. Ignore JUnit 6+ due to Java 17 requirement (#1408)
---
.github/dependabot.yml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 2df7a383a..47dcd35ec 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -40,3 +40,6 @@ updates:
versions: [">=4.9.0.0"]
- dependency-name: "org.mockito:mockito-core"
versions: [">=5.0.0"]
+ # requires Java 17
+ - dependency-name: "org.junit:junit-bom"
+ versions: [">=6.0.0"]