Browse Source

Merge branch '3.0.x' into 3.1.x

Closes gh-37270
pull/38706/head
Andy Wilkinson 2 years ago
parent
commit
a9f91f87da
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -256,10 +256,12 @@ bom { @@ -256,10 +256,12 @@ bom {
library("Ehcache3", "3.10.8") {
group("org.ehcache") {
modules = [
"ehcache",
"ehcache" {
classifier = 'jakarta'
},
"ehcache-clustered",
"ehcache-transactions",
"ehcache-transactions" {
classifier = 'jakarta'
}

Loading…
Cancel
Save