From 594633ba001f9708e65841a0b5e757ef99ec0aa2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 12:25:50 +0000 Subject: [PATCH] chore(deps): bump org.jetbrains.kotlinx:kotlinx-collections-immutable Bumps [org.jetbrains.kotlinx:kotlinx-collections-immutable](https://github.com/Kotlin/kotlinx.collections.immutable) from 0.4.0 to 0.5.0. - [Release notes](https://github.com/Kotlin/kotlinx.collections.immutable/releases) - [Changelog](https://github.com/Kotlin/kotlinx.collections.immutable/blob/master/CHANGELOG.md) - [Commits](https://github.com/Kotlin/kotlinx.collections.immutable/compare/v0.4.0...v0.5.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-collections-immutable dependency-version: 0.5.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 5a5a5e2..65d90ca 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -26,7 +26,7 @@ konsist = "0.17.3" kotlinBom = "2.4.0" kotlinKsp = "2.3.9" kotlinxCoroutines = "1.11.0" -kotlinxCollectionsImmutable = "0.4.0" +kotlinxCollectionsImmutable = "0.5.0" kotlinxDateTime = "0.8.0" kotlinxSerialization = "1.11.0" kover = "0.9.8"