Update ant-junit to version 1.10.12

patch by Ekaterina Dimitrova; reviewed by Michael Semb Wever for CASSANDRA-17218
This commit is contained in:
Ekaterina Dimitrova 2021-12-17 15:55:04 -05:00
parent c420d754d8
commit 3ceaed125c
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
4.0.2
* Update ant-junit to version 1.10.12 (CASSANDRA-17218)
* Add droppable tombstone metrics to nodetool tablestats (CASSANDRA-16308)
* Fix disk failure triggered when enabling FQL on an unclean directory (CASSANDRA-17136)
* Fixed broken classpath when multiple jars in build directory (CASSANDRA-17129)

View File

@ -565,7 +565,7 @@
<dependency groupId="org.openjdk.jmh" artifactId="jmh-core" version="1.21" scope="test"/>
<dependency groupId="org.openjdk.jmh" artifactId="jmh-generator-annprocess" version="1.21" scope="test"/>
<dependency groupId="org.apache.ant" artifactId="ant-junit" version="1.9.7" scope="test"/>
<dependency groupId="org.apache.ant" artifactId="ant-junit" version="1.10.12" scope="test"/>
<dependency groupId="org.apache.cassandra" artifactId="cassandra-all" version="${version}" />
<dependency groupId="io.dropwizard.metrics" artifactId="metrics-core" version="3.1.5" />