Skip to content

Commit c1d6210

Browse files
heligwjenkins
authored and
jenkins
committed
finagle|util-cache: caffeine cache upgrade to 2.9.2
Problem/Solution We want to keep our dependencies up to date for the ben-manes Caffeine library. Let’s update to version 2.9.2. JIRA Issues: CSL-11430 Differential Revision: https://phabricator.twitter.biz/D771893
1 parent 12cd4ca commit c1d6210

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.rst

+5
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ Note that ``PHAB_ID=#`` and ``RB_ID=#`` correspond to associated messages in com
77
Unreleased
88
----------
99

10+
Runtime Behavior Changes
11+
~~~~~~~~~~~~~~~~~~~~~~~~
12+
13+
* util-cache: Update Caffeine cache library to version 2.9.2 ``PHAB_ID=D771893``
14+
1015
21.10.0
1116
-------
1217

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ val zkDependency = "org.apache.zookeeper" % "zookeeper" % zkVersion excludeAll (
2121
)
2222

2323
val guavaLib = "com.google.guava" % "guava" % "25.1-jre"
24-
val caffeineLib = "com.github.ben-manes.caffeine" % "caffeine" % "2.9.1"
24+
val caffeineLib = "com.github.ben-manes.caffeine" % "caffeine" % "2.9.2"
2525
val jsr305Lib = "com.google.code.findbugs" % "jsr305" % "2.0.1"
2626
val scalacheckLib = "org.scalacheck" %% "scalacheck" % "1.15.4" % "test"
2727
val slf4jApi = "org.slf4j" % "slf4j-api" % slf4jVersion

0 commit comments

Comments
 (0)