Skip to content

Commit 542f539

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 542f539

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

metrics/micrometer/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@
9797
<dependency>
9898
<groupId>org.mockito</groupId>
9999
<artifactId>mockito-core</artifactId>
100+
<version>2.28.2</version>
100101
<scope>test</scope>
101102
</dependency>
102103
<dependency>

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)