This is an automated email from the ASF dual-hosted git repository. pottlinger pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/creadur-rat.git
The following commit(s) were added to refs/heads/master by this push: new 9c600ea6 RAT-345: Ignore spotbugs as it is >JDK8 9c600ea6 is described below commit 9c600ea667c7350854952c0e7d22292adcd0a510 Author: P. Ottlinger <pottlin...@apache.org> AuthorDate: Wed Jun 25 09:33:38 2025 +0200 RAT-345: Ignore spotbugs as it is >JDK8 --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a3af8415..52d46028 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -26,6 +26,8 @@ updates: # as we run on JDK8 we must not update mockito as it dropped JDK8 beginning from v4.x - dependency-name: "org.mockito:mockito-core" versions: ["4.x", "5.x"] + - dependency-name: "com.github.spotbugs:spotbugs-maven-plugin" + versions: ["4.9.x"] - package-ecosystem: "github-actions" directory: "/" schedule: