Skip to content

Commit

Permalink
Upgrade Caffeine to 2.5.6
Browse files Browse the repository at this point in the history
Patch by Aleksei Zotov; reviewed by brandonwilliams and mck for
CASSANDRA-15153
  • Loading branch information
azotcsit authored and driftx committed Sep 17, 2021
1 parent fa6dbc4 commit dd3d83a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
4.0.2
* Upgrade Caffeine to 2.5.6 (CASSANDRA-15153)
* Include SASI components to snapshots (CASSANDRA-15134)
* Fix missed wait latencies in the output of `nodetool tpstats -F` (CASSANDRA-16938)
* Remove all the state pollution between tests in SSTableReaderTest (CASSANDRA-16888)
Expand Down
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,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.5.6" />
<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"/>
Expand Down

0 comments on commit dd3d83a

Please sign in to comment.