From 0afee846d759fef06824a6b69c9c27123a74a320 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 22:56:55 +0000 Subject: [PATCH] Update dependency org.jetbrains.kotlinx:atomicfu to v0.29.0 --- 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 a0457f5d6..d3ef31cf9 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -100,7 +100,7 @@ apollo-annotations = { module = "com.apollographql.apollo:apollo-annotations", v apollo-tooling = { module = "com.apollographql.apollo:apollo-tooling", version.ref = "apollo" } apollo-testing = { module = "com.apollographql.apollo:apollo-testing-support" } apollo-debug-server = { module = "com.apollographql.apollo:apollo-debug-server" } -atomicfu = "org.jetbrains.kotlinx:atomicfu:0.27.0" +atomicfu = "org.jetbrains.kotlinx:atomicfu:0.29.0" bare-graphQL = "net.mbonnin.bare-graphql:bare-graphql:0.0.2" car-app-auto = "androidx.car.app:app:1.4.0" car-app-automotive = "androidx.car.app:app-automotive:1.4.0"