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 e4d4c43
Showing 1 changed file with 1 addition and 1 deletion.
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 e4d4c43

Please sign in to comment.