Skip to content

Commit

Permalink
Upgrade Mockito to fix UnifiedCompactionStrategyTest
Browse files Browse the repository at this point in the history
  • Loading branch information
ekaterinadimitrova2 committed Nov 2, 2024
1 parent 286bf05 commit 0131563
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 @@ -606,7 +606,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="3.2.4" scope="test"/>
<dependency groupId="org.mockito" artifactId="mockito-core" version="5.12.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 0131563

Please sign in to comment.