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 82e538f commit 52ca67cCopy full SHA for 52ca67c
provider-expiringmap/build.gradle.kts
@@ -1,7 +1,7 @@
1
dependencies {
2
api(project(":cache-core"))
3
4
- implementation("net.jodah:expiringmap:0.5.10")
+ implementation("net.jodah:expiringmap:0.5.11")
5
6
testImplementation(testFixtures(project(":cache-core")))
7
}
0 commit comments