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 b37a9aa73 RATIS-2494. Ignore Hadoop 3.5+ due to Java 17 requirement
(#1423)
b37a9aa73 is described below
commit b37a9aa7349c584d04d67d42ce1ce0882cd399f1
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Fri Apr 3 19:41:23 2026 +0200
RATIS-2494. Ignore Hadoop 3.5+ due to Java 17 requirement (#1423)
---
.github/dependabot.yml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 47dcd35ec..d343c5a93 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -41,5 +41,7 @@ updates:
- dependency-name: "org.mockito:mockito-core"
versions: [">=5.0.0"]
# requires Java 17
+ - dependency-name: "org.apache.hadoop:*"
+ versions: [">=3.5.0"]
- dependency-name: "org.junit:junit-bom"
versions: [">=6.0.0"]