Skip to content

Commit 52ca67c

Browse files
chore(deps): update dependency net.jodah:expiringmap to v0.5.11 (#178)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 82e538f commit 52ca67c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

provider-expiringmap/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
dependencies {
22
api(project(":cache-core"))
33

4-
implementation("net.jodah:expiringmap:0.5.10")
4+
implementation("net.jodah:expiringmap:0.5.11")
55

66
testImplementation(testFixtures(project(":cache-core")))
77
}

0 commit comments

Comments
 (0)