File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 5
5
* IntrusiveStack.accumulate is not accumulating correctly (CASSANDRA-20670)
6
6
* Add nodetool get/setguardrailsconfig commands (CASSANDRA-19552)
7
7
Merged from 4.0:
8
+ * Update commons-lang3 to 3.18.0 (CASSANDRA-20849)
8
9
* Add NativeTransportMaxConcurrentConnectionsPerIp to StorageProxyMBean (CASSANDRA-20642)
9
10
* Make secondary index implementations notified about rows in fully expired SSTables in compaction (CASSANDRA-20829)
10
11
* Ensure prepared_statement INSERT timestamp precedes eviction DELETE (CASSANDRA-19703)
Original file line number Diff line number Diff line change 577
577
<dependency groupId =" commons-cli" artifactId =" commons-cli" version =" 1.1" />
578
578
<dependency groupId =" commons-codec" artifactId =" commons-codec" version =" 1.9" />
579
579
<dependency groupId =" commons-io" artifactId =" commons-io" version =" 2.6" />
580
- <dependency groupId =" org.apache.commons" artifactId =" commons-lang3" version =" 3.11 " />
580
+ <dependency groupId =" org.apache.commons" artifactId =" commons-lang3" version =" 3.18.0 " />
581
581
<dependency groupId =" org.apache.commons" artifactId =" commons-math3" version =" 3.2" />
582
582
<dependency groupId =" org.antlr" artifactId =" antlr" version =" 3.5.2" scope =" provided" >
583
583
<exclusion groupId =" org.antlr" artifactId =" stringtemplate" />
You can’t perform that action at this time.
0 commit comments