Upgrade Caffeiene to 2.9.2

Patch by Aleksei Zotov; reviewed by brandonwilliams and mck for
CASSANDRA-15153
This commit is contained in:
Aleksei Zotov 2021-09-17 08:51:30 -05:00 committed by Brandon Williams
parent 06ee0b3f7b
commit 7faff38826
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
4.1
* Upgrade Caffeine to 2.9.2 (CASSANDRA-15153)
* Allow DELETE and TRUNCATE to work on Virtual Tables if the implementation allows it (CASSANDRA-16806)
* Include SASI components to snapshots (CASSANDRA-15134)
* Fix missed wait latencies in the output of `nodetool tpstats -F` (CASSANDRA-16938)

View File

@ -627,7 +627,7 @@
</dependency>
<dependency groupId="com.github.rholder" artifactId="snowball-stemmer" version="1.3.0.581.1" />
<dependency groupId="com.googlecode.concurrent-trees" artifactId="concurrent-trees" version="2.4.0" />
<dependency groupId="com.github.ben-manes.caffeine" artifactId="caffeine" version="2.3.5" />
<dependency groupId="com.github.ben-manes.caffeine" artifactId="caffeine" version="2.9.2" />
<dependency groupId="org.jctools" artifactId="jctools-core" version="3.1.0"/>
<dependency groupId="org.ow2.asm" artifactId="asm" version="${asm.version}"/>
<dependency groupId="org.ow2.asm" artifactId="asm-tree" version="${asm.version}" scope="test"/>