Browse Source

Upgrade to Caffeine 3.2.2

Closes gh-46436
pull/46447/head
Stéphane Nicoll 6 months ago
parent
commit
adff948050
  1. 2
      platform/spring-boot-dependencies/build.gradle

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

@ -172,7 +172,7 @@ bom { @@ -172,7 +172,7 @@ bom {
releaseNotes("https://github.com/cache2k/cache2k/releases/tag/v{version}")
}
}
library("Caffeine", "3.2.1") {
library("Caffeine", "3.2.2") {
group("com.github.ben-manes.caffeine") {
modules = [
"caffeine",

Loading…
Cancel
Save