mirror of https://github.com/apache/cassandra
Upgrade commons-io to 2.11.0
Patch by brandonwilliams; reviwed by adelapena for CASSANDRA-17364
This commit is contained in:
parent
3155497486
commit
0ac60af949
|
|
@ -320,7 +320,7 @@
|
|||
<dependency>
|
||||
<groupId>commons-io</groupId>
|
||||
<artifactId>commons-io</artifactId>
|
||||
<version>2.6</version>
|
||||
<version>2.11.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.commons</groupId>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
5.0
|
||||
* Upgrade commons-io to 2.11.0 (CASSANDRA-17364)
|
||||
* Node Draining Should Abort All Current SSTables Imports (CASSANDRA-18373)
|
||||
* Use snake case for the names of CQL native functions (CASSANDRA-18037)
|
||||
* Use jdk-dependent checkstyle version to check the source code (CASSANDRA-18262)
|
||||
|
|
|
|||
Loading…
Reference in New Issue