Skip to content

Commit a64a64b

Browse files
committed
Update commons-lang3 to 3.18.0
patch by Stefan Miklosovic; reviewed by Brandon Williams for CASSANDRA-20849
1 parent 411187f commit a64a64b

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
@@ -1,4 +1,5 @@
11
4.0.19
2+
* Update commons-lang3 to 3.18.0 (CASSANDRA-20849)
23
* Add NativeTransportMaxConcurrentConnectionsPerIp to StorageProxyMBean (CASSANDRA-20642)
34
* Make secondary index implementations notified about rows in fully expired SSTables in compaction (CASSANDRA-20829)
45
* 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
@@ -560,7 +560,7 @@
560560
<dependency groupId="commons-cli" artifactId="commons-cli" version="1.1"/>
561561
<dependency groupId="commons-codec" artifactId="commons-codec" version="1.9"/>
562562
<dependency groupId="commons-io" artifactId="commons-io" version="2.6" scope="test"/>
563-
<dependency groupId="org.apache.commons" artifactId="commons-lang3" version="3.11"/>
563+
<dependency groupId="org.apache.commons" artifactId="commons-lang3" version="3.18.0"/>
564564
<dependency groupId="org.apache.commons" artifactId="commons-math3" version="3.2"/>
565565
<dependency groupId="org.antlr" artifactId="antlr" version="3.5.2" scope="provided">
566566
<exclusion groupId="org.antlr" artifactId="stringtemplate"/>

0 commit comments

Comments
 (0)