Ignore Mockito 5 (#7602)

This commit is contained in:
Trask Stalnaker 2023-01-17 23:15:12 -08:00 committed by GitHub
parent 7c4f99c093
commit b6cc2fb2f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -30,6 +30,9 @@ updates:
- dependency-name: "net.sf.jt400:jt400"
# using old version of this obscure artifact to test instrumentation of Java 1.1 bytecode
versions: [ "(,)" ]
- dependency-name: "org.mockito:*"
# mockito 5 requires Java 11
versions: [ "[5,)]" ]
rebase-strategy: "disabled"
schedule:
interval: "daily"