From c0a53492f913348d56a40051568805a7d28d97fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 07:13:31 +0000 Subject: [PATCH] chore(deps): bump org.jetbrains.kotlinx.atomicfu from 0.32.1 to 0.33.0 Bumps [org.jetbrains.kotlinx.atomicfu](https://github.com/Kotlin/kotlinx.atomicfu) from 0.32.1 to 0.33.0. - [Release notes](https://github.com/Kotlin/kotlinx.atomicfu/releases) - [Changelog](https://github.com/Kotlin/kotlinx-atomicfu/blob/master/CHANGES.md) - [Commits](https://github.com/Kotlin/kotlinx.atomicfu/compare/0.32.1...0.33.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx.atomicfu dependency-version: 0.33.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 4af01d21..f917a98d 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -8,7 +8,7 @@ kx-serialization = "1.11.0" kx-coroutines = "1.11.0" kx-io = "0.9.0" kx-datetime = "0.8.0-0.6.x-compat" -kx-atomicfu = "0.32.1" +kx-atomicfu = "0.33.0" ktor = "3.5.0" acidify-codec = "0.1.0"