Skip to content

Commit

Permalink
Upgrade mockito-core to 3.4.6
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Bouncheck committed Aug 13, 2024
1 parent fce5ef8 commit 542f539
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions metrics/micrometer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>2.28.2</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>2.28.2</version>
<version>3.4.6</version>
</dependency>
<dependency>
<groupId>io.reactivex.rxjava2</groupId>
Expand Down

0 comments on commit 542f539

Please sign in to comment.