From 0b9b6a507ebeea02ab8e43b6c397057bbdcf6cc1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 08:23:25 +0000 Subject: [PATCH] Update dependency org.jetbrains.kotlinx.atomicfu to v0.26.1 --- libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs.versions.toml b/libs.versions.toml index 519a727..e68ea98 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.26.1" kotlinx-io = "0.6.0" okhttp = "4.12.0" apache-httpclient = "4.5.14"