This is an automated email from the ASF dual-hosted git repository.
alien11689 pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/aries.git
The following commit(s) were added to refs/heads/trunk by this push:
new 1f8de21e3 [MAINTENANCE] Ignore mockito 5.x as not supporting Java 8
1f8de21e3 is described below
commit 1f8de21e3cfe1f199c5ce10e3ab21e88e8514548
Author: Dominik Przybysz <[email protected]>
AuthorDate: Wed Jan 22 19:10:33 2025 +0100
[MAINTENANCE] Ignore mockito 5.x as not supporting Java 8
---
.github/dependabot.yaml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml
index 716b6b096..54c9d51d3 100644
--- a/.github/dependabot.yaml
+++ b/.github/dependabot.yaml
@@ -34,6 +34,9 @@ updates:
- dependency-name: "org.apache.openjpa:openjpa"
versions:
- ">=4.0.0" # does not support java 8
+ - dependency-name: "org.mockito:mockito*"
+ versions:
+ - ">=5.0.0" # does not support java 8
- package-ecosystem: "maven"
directory: "/application"