Skip to content

Commit e4d4c43

Browse files
committed
Upgrade mockito-core to 3.4.6
Upgrades mockito version. Version 3.4.6 was chosen because 3.4.0 is the first one providing mocking of static methods that we possibly want to use. Does not switch to mockito-inline yet.
1 parent fce5ef8 commit e4d4c43

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
@@ -238,7 +238,7 @@
238238
<dependency>
239239
<groupId>org.mockito</groupId>
240240
<artifactId>mockito-core</artifactId>
241-
<version>2.28.2</version>
241+
<version>3.4.6</version>
242242
</dependency>
243243
<dependency>
244244
<groupId>io.reactivex.rxjava2</groupId>

0 commit comments

Comments
 (0)