Browse Source

Upgrade to Caffeine 2.9.3

Closes gh-29206
pull/29200/head
Stephane Nicoll 4 years ago
parent
commit
91ac6008e0
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -152,7 +152,7 @@ bom { @@ -152,7 +152,7 @@ bom {
]
}
}
library("Caffeine", "2.9.2") {
library("Caffeine", "2.9.3") {
prohibit("[3.0.0,)") {
because "it requires Java 11"
}

Loading…
Cancel
Save