Skip to content

Commit

Permalink
Keep mockito on 4.X for JDK8 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
jprinet committed Aug 28, 2024
1 parent 4f6705c commit a02122b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ updates:
maven-dependencies:
patterns:
- "*"
ignore:
- dependency-name: "mockito-core"
# Required for JDK8 compatibility
versions: [ ">= 5" ]
- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion maven-build-scan-capture-extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>5.13.0</version>
<version>4.11.0</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit a02122b

Please sign in to comment.