Skip to content

Commit 1f8de21

Browse files
committed
[MAINTENANCE] Ignore mockito 5.x as not supporting Java 8
1 parent 82a0253 commit 1f8de21

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/dependabot.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ updates:
3434
- dependency-name: "org.apache.openjpa:openjpa"
3535
versions:
3636
- ">=4.0.0" # does not support java 8
37+
- dependency-name: "org.mockito:mockito*"
38+
versions:
39+
- ">=5.0.0" # does not support java 8
3740

3841
- package-ecosystem: "maven"
3942
directory: "/application"

0 commit comments

Comments
 (0)