Skip to content

Commit aeae910

Browse files
committed
Merge branch 'cassandra-4.0' into cassandra-4.1
2 parents c9f8d27 + a64a64b commit aeae910

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGES.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
* IntrusiveStack.accumulate is not accumulating correctly (CASSANDRA-20670)
66
* Add nodetool get/setguardrailsconfig commands (CASSANDRA-19552)
77
Merged from 4.0:
8+
* Update commons-lang3 to 3.18.0 (CASSANDRA-20849)
89
* Add NativeTransportMaxConcurrentConnectionsPerIp to StorageProxyMBean (CASSANDRA-20642)
910
* Make secondary index implementations notified about rows in fully expired SSTables in compaction (CASSANDRA-20829)
1011
* Ensure prepared_statement INSERT timestamp precedes eviction DELETE (CASSANDRA-19703)

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,7 @@
577577
<dependency groupId="commons-cli" artifactId="commons-cli" version="1.1"/>
578578
<dependency groupId="commons-codec" artifactId="commons-codec" version="1.9"/>
579579
<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"/>
581581
<dependency groupId="org.apache.commons" artifactId="commons-math3" version="3.2"/>
582582
<dependency groupId="org.antlr" artifactId="antlr" version="3.5.2" scope="provided">
583583
<exclusion groupId="org.antlr" artifactId="stringtemplate"/>

0 commit comments

Comments
 (0)