Skip to content

Commit

Permalink
Merge branch '3.0.x' into 3.1.x
Browse files Browse the repository at this point in the history
Closes gh-37270
  • Loading branch information
wilkinsona committed Sep 8, 2023
2 parents e01b380 + 48c8928 commit a9f91f8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spring-boot-project/spring-boot-dependencies/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
Expand Down

0 comments on commit a9f91f8

Please sign in to comment.