Skip to content

Commit 94a847d

Browse files
committed
Update Caffeine library to version 3.2.3
1 parent 1f32e69 commit 94a847d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencyResolutionManagement {
2727
library("coroutines-core", "org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutines")
2828
library("coroutines-jdk8", "org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:$coroutines")
2929

30-
library("caffeine", "com.github.ben-manes.caffeine:caffeine:3.2.2")
30+
library("caffeine", "com.github.ben-manes.caffeine:caffeine:3.2.3")
3131
}
3232
}
3333
}

0 commit comments

Comments
 (0)