We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a40af6f commit e44a099Copy full SHA for e44a099
provider-caffeine3/build.gradle.kts
@@ -1,7 +1,7 @@
1
dependencies {
2
api(project(":cache-core"))
3
4
- implementation("com.github.ben-manes.caffeine:caffeine:3.1.8")
+ implementation("com.github.ben-manes.caffeine:caffeine:3.2.0")
5
6
testImplementation(testFixtures(project(":cache-core")))
7
}
0 commit comments