From 2bbc475469880620c804c1b76fbcf291aefc6b5c Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 24 Nov 2022 10:05:54 +0100 Subject: [PATCH] Upgrade to Caffeine 3.1.2 Closes gh-33339 --- 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 d5b6475861..5afb220136 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -107,7 +107,7 @@ bom { ] } } - library("Caffeine", "3.1.1") { + library("Caffeine", "3.1.2") { group("com.github.ben-manes.caffeine") { modules = [ "caffeine",