Skip to content

Commit 776485d

Browse files
Bump mockito-core from 3.12.4 to 4.1.0 (#62)
* Bump mockito-core from 3.12.4 to 4.1.0 Bumps [mockito-core](https://github.com/mockito/mockito) from 3.12.4 to 4.1.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v3.12.4...v4.1.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * fix mockito upgrade Signed-off-by: Olivier Lamy <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Olivier Lamy <[email protected]>
1 parent 13817f4 commit 776485d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

mrm-servlet/src/test/java/org/codehaus/mojo/mrm/impl/maven/ArtifactStoreFileSystemTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import static org.junit.Assert.assertFalse;
2121
import static org.junit.Assert.assertNull;
2222
import static org.junit.Assert.assertTrue;
23-
import static org.mockito.Matchers.isA;
23+
import static org.mockito.ArgumentMatchers.isA;
2424
import static org.mockito.Mockito.mock;
2525
import static org.mockito.Mockito.when;
2626

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@
173173
<dependency>
174174
<groupId>org.mockito</groupId>
175175
<artifactId>mockito-core</artifactId>
176-
<version>3.12.4</version>
176+
<version>4.1.0</version>
177177
<scope>test</scope>
178178
</dependency>
179179
</dependencies>

0 commit comments

Comments
 (0)