Skip to content

Commit e44a099

Browse files
chore(deps): update dependency com.github.ben-manes.caffeine:caffeine to v3.2.0 (#372)
1 parent a40af6f commit e44a099

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

provider-caffeine3/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("com.github.ben-manes.caffeine:caffeine:3.1.8")
4+
implementation("com.github.ben-manes.caffeine:caffeine:3.2.0")
55

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

0 commit comments

Comments
 (0)