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 a38a3d1d1 RATIS-2455. Ignore Spotbugs 4.9+ due to Java 11 requirement
(#1395)
a38a3d1d1 is described below
commit a38a3d1d14c8b02452926281238cb3afbc2d9f61
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Sat Mar 28 08:09:31 2026 +0100
RATIS-2455. Ignore Spotbugs 4.9+ due to Java 11 requirement (#1395)
---
.github/dependabot.yml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index feb09054a..3e76d886f 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -32,3 +32,9 @@ updates:
cronjob: "15 10 * * *"
cooldown:
default-days: 4
+ ignore:
+ # requires Java 11
+ - dependency-name: "com.github.spotbugs:spotbugs"
+ versions: [">=4.9.0"]
+ - dependency-name: "com.github.spotbugs:spotbugs-maven-plugin"
+ versions: [">=4.9.0.0"]