We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8b65a6 commit 19f577cCopy full SHA for 19f577c
1 file changed
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.0")
+ implementation("com.github.ben-manes.caffeine:caffeine:3.2.1")
5
6
testImplementation(testFixtures(project(":cache-core")))
7
}
0 commit comments