updated libraries

This commit is contained in:
Robinson 2021-04-27 14:20:32 +02:00
parent ad1c2450b9
commit 21ca28e988
1 changed files with 2 additions and 2 deletions

View File

@ -139,7 +139,7 @@ tasks.jar.get().apply {
}
dependencies {
implementation("org.jetbrains.kotlinx:atomicfu:0.15.2")
implementation("org.jetbrains.kotlinx:atomicfu:0.16.1")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.3")
// https://github.com/dorkbox
@ -188,7 +188,7 @@ dependencies {
// Caffeine High-throughput Timeout Cache
// https://github.com/ben-manes/caffeine
implementation("com.github.ben-manes.caffeine:caffeine:2.8.6") {
implementation("com.github.ben-manes.caffeine:caffeine:3.0.1") {
exclude("org.checkerframework", "checker-qual")
exclude("com.google.errorprone", "error_prone_annotations")
}