From ada2af0c86c3d7038e020bbc00916b4dad0353ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 12:50:52 +0000 Subject: [PATCH] Bump org.jetbrains.kotlinx:atomicfu from 0.31.0 to 0.32.0 Bumps [org.jetbrains.kotlinx:atomicfu](https://github.com/Kotlin/kotlinx.atomicfu) from 0.31.0 to 0.32.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/commits) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:atomicfu dependency-version: 0.32.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 f948920f4..9120353cd 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -15,7 +15,7 @@ woodstox = "7.1.1" xmlutil = "1.0.0-SNAPSHOT" httpComponents = "4.5.14" httpComponents5 = "5.6" -atomicfu = "0.32.0" +atomicfu = "0.32.1" [libraries] jmhCore = { module = "org.openjdk.jmh:jmh-core", version.ref = "jmh-core"}