Update commons-lang3 to 3.13.0

patch by Ekaterina Dimitrova; reviewed by Berenguer Blasi for CASSANDRA-18789
This commit is contained in:
Ekaterina Dimitrova 2023-08-22 17:50:20 -04:00
parent e4c97f1925
commit 046c8447ec
2 changed files with 2 additions and 1 deletions

View File

@ -370,7 +370,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.11</version>
<version>3.13.0</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>

View File

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