Revert Mockito downgrade from CASSANDRA-17750

patch by Ekaterina Dimitrova; reviewed by Michael Semb Wever and Abe Ratnofsky for CASSANDRA-17946
This commit is contained in:
Ekaterina Dimitrova 2022-10-03 16:37:00 -04:00
parent 35578a4a9f
commit 719d1948df
2 changed files with 2 additions and 1 deletions

View File

@ -452,7 +452,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>3.2.4</version>
<version>4.7.0</version>
<scope>test</scope>
</dependency>
<dependency>

View File

@ -1,4 +1,5 @@
4.2
* Revert Mockito downgrade from CASSANDRA-17750 (CASSANDRA-17496)
* Add --older-than and --older-than-timestamp options for nodetool clearsnapshots (CASSANDRA-16860)
* Fix "open RT bound as its last item" exception (CASSANDRA-17810)
* Fix leak of non-standard Java types in JMX MBeans `org.apache.cassandra.db:type=StorageService`