From 0ba83f082782331cca319acf6385ad6517642d48 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 22 Nov 2022 15:03:40 +0100 Subject: [PATCH] Upgrade to Ehcache3 3.10.8 Closes gh-33304 --- 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 2861913052..4aa052e5ef 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -213,7 +213,7 @@ bom { ] } } - library("Ehcache3", "3.10.4") { + library("Ehcache3", "3.10.8") { group("org.ehcache") { modules = [ "ehcache" {