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 da637ef commit 36367bfCopy full SHA for 36367bf
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.2.2")
+ implementation("com.github.ben-manes.caffeine:caffeine:3.2.3")
5
6
testImplementation(testFixtures(project(":cache-core")))
7
}
0 commit comments