Skip to content

Commit

Permalink
Mockito same version as the 5.0 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ekaterinadimitrova2 committed Dec 13, 2024
1 parent 195b89e commit 4fe776b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,7 @@
<dependency groupId="junit" artifactId="junit" version="4.13" scope="test">
<exclusion groupId="org.hamcrest" artifactId="hamcrest-core"/>
</dependency>
<dependency groupId="org.mockito" artifactId="mockito-core" version="5.12.0" scope="test"/>
<dependency groupId="org.mockito" artifactId="mockito-core" version="4.7.0" scope="test"/>
<dependency groupId="org.quicktheories" artifactId="quicktheories" version="0.26" scope="test"/>
<dependency groupId="com.google.code.java-allocation-instrumenter" artifactId="java-allocation-instrumenter" version="${allocation-instrumenter.version}" scope="test">
<exclusion groupId="com.google.guava" artifactId="guava"/>
Expand Down

0 comments on commit 4fe776b

Please sign in to comment.