Skip to content

Commit 25706e7

Browse files
committed
Update Caffeine library to version 3.2.2
Upgraded the Caffeine dependency from version 3.1.8 to 3.2.2 in `settings.gradle.kts`. This ensures compatibility with the latest features and bug fixes provided in the newer version. No other changes were made.
1 parent 289145e commit 25706e7

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
@@ -30,7 +30,7 @@ dependencyResolutionManagement {
3030
library("coroutines-core", "org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutines")
3131
library("coroutines-jdk8", "org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:$coroutines")
3232

33-
library("caffeine", "com.github.ben-manes.caffeine:caffeine:3.1.8")
33+
library("caffeine", "com.github.ben-manes.caffeine:caffeine:3.2.2")
3434
library("micrometer-core", "io.micrometer:micrometer-core:1.13.2")
3535
}
3636
}

0 commit comments

Comments
 (0)