From e7ac4f12f17e1c3bbab3fe0c007205d76b54ecd0 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 17 May 2021 08:51:24 +0200 Subject: [PATCH] Upgrade to Ehcache3 3.9.3 Closes gh-26499 --- 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 ff58288dd1..6024749095 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -262,7 +262,7 @@ bom { ] } } - library("Ehcache3", "3.9.2") { + library("Ehcache3", "3.9.3") { group("org.ehcache") { modules = [ "ehcache",