Browse Source

Upgrade to Ehcache3 3.10.0

Closes gh-30288
pull/30406/head
Stephane Nicoll 4 years ago
parent
commit
bf477700f6
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

2
spring-boot-project/spring-boot-dependencies/build.gradle

@ -270,7 +270,7 @@ bom {
] ]
} }
} }
library("Ehcache3", "3.9.9") { library("Ehcache3", "3.10.0") {
group("org.ehcache") { group("org.ehcache") {
modules = [ modules = [
"ehcache", "ehcache",

Loading…
Cancel
Save