From 17335233cec5b9cc901e4052e2eab965b19aeb3d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 21:14:45 +0000 Subject: [PATCH] Update dependency org.jetbrains.kotlinx.atomicfu to v0.27.0 --- libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs.versions.toml b/libs.versions.toml index a9fc3e1..998b419 100644 --- a/libs.versions.toml +++ b/libs.versions.toml @@ -3,7 +3,7 @@ kotlin = "2.0.21" ktor = "3.0.2" kotlinx-serialization = "1.7.3" -kotlinx-atomicfu = "0.25.0" +kotlinx-atomicfu = "0.27.0" kotlinx-io = "0.6.0" okhttp = "4.12.0" apache-httpclient = "4.5.14"