mirror of https://github.com/apache/cassandra
Update commons-lang3 to 3.18.0
patch by Stefan Miklosovic; reviewed by Brandon Williams for CASSANDRA-20849
This commit is contained in:
parent
411187f129
commit
a64a64b915
|
|
@ -1,4 +1,5 @@
|
|||
4.0.19
|
||||
* Update commons-lang3 to 3.18.0 (CASSANDRA-20849)
|
||||
* Add NativeTransportMaxConcurrentConnectionsPerIp to StorageProxyMBean (CASSANDRA-20642)
|
||||
* Make secondary index implementations notified about rows in fully expired SSTables in compaction (CASSANDRA-20829)
|
||||
* Ensure prepared_statement INSERT timestamp precedes eviction DELETE (CASSANDRA-19703)
|
||||
|
|
|
|||
|
|
@ -560,7 +560,7 @@
|
|||
<dependency groupId="commons-cli" artifactId="commons-cli" version="1.1"/>
|
||||
<dependency groupId="commons-codec" artifactId="commons-codec" version="1.9"/>
|
||||
<dependency groupId="commons-io" artifactId="commons-io" version="2.6" scope="test"/>
|
||||
<dependency groupId="org.apache.commons" artifactId="commons-lang3" version="3.11"/>
|
||||
<dependency groupId="org.apache.commons" artifactId="commons-lang3" version="3.18.0"/>
|
||||
<dependency groupId="org.apache.commons" artifactId="commons-math3" version="3.2"/>
|
||||
<dependency groupId="org.antlr" artifactId="antlr" version="3.5.2" scope="provided">
|
||||
<exclusion groupId="org.antlr" artifactId="stringtemplate"/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue