From bf2117b61bc1d40034342911b53c07a36d53708d Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 7 Jul 2022 17:36:36 +0100 Subject: [PATCH] Upgrade to Caffeine 3.1.1 Closes gh-31626 --- 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 4d3fa356c5..5a623f01b2 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -95,7 +95,7 @@ bom { ] } } - library("Caffeine", "3.1.0") { + library("Caffeine", "3.1.1") { group("com.github.ben-manes.caffeine") { modules = [ "caffeine",