We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35b8a43 commit eda4031Copy full SHA for eda4031
.github/dependabot.yml
@@ -7,3 +7,7 @@ updates:
7
labels:
8
- "maven"
9
- "dependencies"
10
+ ignore:
11
+ # Ignore Mockito 5.X.X as it does not support Java 8
12
+ - dependency-name: mockito-*
13
+ update-types: ["version-update:semver-major"]
pom.xml
@@ -244,13 +244,13 @@
244
<dependency>
245
<groupId>org.mockito</groupId>
246
<artifactId>mockito-core</artifactId>
247
- <version>4.9.0</version>
+ <version>4.11.0</version>
248
<scope>test</scope>
249
</dependency>
250
251
252
<artifactId>mockito-inline</artifactId>
253
254
255
256
0 commit comments