mirror of https://github.com/apache/cassandra
Update commons-lang3 to 3.13.0
patch by Ekaterina Dimitrova; reviewed by Berenguer Blasi for CASSANDRA-18789
This commit is contained in:
parent
e4c97f1925
commit
046c8447ec
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue