diff --git a/.build/parent-pom-template.xml b/.build/parent-pom-template.xml index ba1e2bb5a9..2ff1c14378 100644 --- a/.build/parent-pom-template.xml +++ b/.build/parent-pom-template.xml @@ -370,7 +370,7 @@ org.apache.commons commons-lang3 - 3.11 + 3.13.0 org.apache.commons diff --git a/CHANGES.txt b/CHANGES.txt index 5e17fd8af5..6ac699d84a 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,5 @@ 5.0-alpha2 + * Update commons-lang3 to 3.13.0 (CASSANDRA-18789) * Forbid SAI indexes with analysis options on primary key columns (CASSANDRA-18782) Merged from 4.1: * Allow empty keystore_password in encryption_options (CASSANDRA-18778)