From 1efbfdb3d34ec49a45871598b6abf3ffff0b0498 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 10 Oct 2022 09:33:16 +0200 Subject: [PATCH] Upgrade to Ehcache3 3.9.10 Closes gh-32648 --- 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 df548783f0ae..150b3201f6f9 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -272,7 +272,7 @@ bom { ] } } - library("Ehcache3", "3.9.9") { + library("Ehcache3", "3.9.10") { group("org.ehcache") { modules = [ "ehcache",