From 37f79f83adb12009366f6a41599868535831cde8 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 10 Dec 2020 09:30:31 +0100 Subject: [PATCH] Upgrade to Caffeine 2.8.8 Closes gh-24443 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index a5ec197a5e..0cdd48a97b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -150,7 +150,7 @@ bom { ] } } - library("Caffeine", "2.8.7") { + library("Caffeine", "2.8.8") { group("com.github.ben-manes.caffeine") { modules = [ "caffeine",