Skip to content

Commit

Permalink
util-cache|finagle: upgrade caffeine cache to version 2.9.1
Browse files Browse the repository at this point in the history
Problem/Solution

We want to keep our dependencies up to date for
the ben-manes Caffeine library. Let’s update to
version 2.9.1.

JIRA Issues: CSL-10751

Differential Revision: https://phabricator.twitter.biz/D660908
  • Loading branch information
enbnt authored and jenkins committed Jun 23, 2021
1 parent 8b600f5 commit d9e551a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ Note that ``PHAB_ID=#`` and ``RB_ID=#`` correspond to associated messages in com
Unreleased
----------

Runtime Behavior Changes
~~~~~~~~~~~~~~~~~~~~~~~~

* finagle: Update Caffeine cache library to version 2.9.1 ``PHAB_ID=D660908``

21.6.0
------

Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ val nettyVersionInfo = settingKey[String]("A setting reference for printing the
val zkVersion = "3.5.6"

val scalaCollectionCompat = "org.scala-lang.modules" %% "scala-collection-compat" % "2.1.2"
val caffeineLib = "com.github.ben-manes.caffeine" % "caffeine" % "2.8.5"
val caffeineLib = "com.github.ben-manes.caffeine" % "caffeine" % "2.9.1"
val hdrHistogramLib = "org.hdrhistogram" % "HdrHistogram" % "2.1.11"
val jsr305Lib = "com.google.code.findbugs" % "jsr305" % "2.0.1"
val netty4StaticSsl = "io.netty" % "netty-tcnative-boringssl-static" % netty4StaticSslVersion
Expand Down

0 comments on commit d9e551a

Please sign in to comment.