Skip to content

Commit ff9f184

Browse files
authored
Merge pull request #31 from sullis/mockito-3.0.0
Upgrade to Mockito 3.0.0
2 parents 46a8b48 + 02611f7 commit ff9f184

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
<dependency>
7272
<groupId>org.mockito</groupId>
7373
<artifactId>mockito-core</artifactId>
74-
<version>2.28.2</version>
74+
<version>3.0.0</version>
7575
<scope>test</scope>
7676
</dependency>
7777
</dependencies>

0 commit comments

Comments
 (0)