mirror of https://github.com/apache/cassandra
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:
parent
35578a4a9f
commit
719d1948df
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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`
|
||||
|
|
|
|||
Loading…
Reference in New Issue