From 0ac60af9495cbf413a1964db4cbf45c3c47bfb06 Mon Sep 17 00:00:00 2001 From: Brandon Williams Date: Thu, 6 Apr 2023 13:43:29 -0500 Subject: [PATCH] Upgrade commons-io to 2.11.0 Patch by brandonwilliams; reviwed by adelapena for CASSANDRA-17364 --- .build/parent-pom-template.xml | 2 +- CHANGES.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.build/parent-pom-template.xml b/.build/parent-pom-template.xml index fcdea1465c..4ac3cee7bf 100644 --- a/.build/parent-pom-template.xml +++ b/.build/parent-pom-template.xml @@ -320,7 +320,7 @@ commons-io commons-io - 2.6 + 2.11.0 org.apache.commons diff --git a/CHANGES.txt b/CHANGES.txt index d3ad294f62..c0cc42d5dc 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -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)