Upgrade commons-io to 2.11.0

Patch by brandonwilliams; reviwed by adelapena for CASSANDRA-17364
This commit is contained in:
Brandon Williams 2023-04-06 13:43:29 -05:00
parent 3155497486
commit 0ac60af949
2 changed files with 2 additions and 1 deletions

View File

@ -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>

View File

@ -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)