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 c6174b4e Fix copy-paste-error in exclusion config of mockito
c6174b4e is described below

commit c6174b4e62633b7084b9fbfdb126e731eaeb79ca
Author: P. Ottlinger <[email protected]>
AuthorDate: Tue Oct 7 23:24:49 2025 +0200

    Fix copy-paste-error in exclusion config of mockito
---
 .github/dependabot.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index c166f5c4..2d5e10fd 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -28,7 +28,7 @@ updates:
         versions: ["[3,)"]
 # 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: ["[3,)"]
+        versions: ["[5,)"]
       - dependency-name: "com.github.spotbugs:spotbugs-maven-plugin"
         versions: ["[4.9,)"]
   - package-ecosystem: "github-actions"

Reply via email to