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 59e6bf30 RAT-345: Ignore mockito updates as they are incompatible with 
JDK8-only deps
59e6bf30 is described below

commit 59e6bf30879cae22e405081899438226a810a391
Author: P. Ottlinger <[email protected]>
AuthorDate: Sun Oct 13 19:35:29 2024 +0200

    RAT-345: Ignore mockito updates as they are incompatible with JDK8-only deps
---
 .github/dependabot.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 5b475095..be2f07d5 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -19,6 +19,10 @@ updates:
     directory: "/"
     schedule:
       interval: "daily"
+    ignore:
+# 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"]
   - package-ecosystem: "github-actions"
     directory: "/"
     schedule:

Reply via email to