From 53a5550e2116efbf6688c39b4866bf34e62a8d5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Jul 2025 16:29:38 +0000 Subject: [PATCH] Bump org.jetbrains.kotlinx:binary-compatibility-validator Bumps [org.jetbrains.kotlinx:binary-compatibility-validator](https://github.com/Kotlin/binary-compatibility-validator) from 0.18.0 to 0.18.1. - [Release notes](https://github.com/Kotlin/binary-compatibility-validator/releases) - [Commits](https://github.com/Kotlin/binary-compatibility-validator/compare/0.18.0...0.18.1) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:binary-compatibility-validator dependency-version: 0.18.1 dependency-type: direct:production update-type: version-update:semver-patch ... 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 2c045127..00219382 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -4,7 +4,7 @@ kotlin = "2.2.0" # kotlin/kotlinx kotlin-dokka = "2.0.0" -kotlinx-bcv = "0.18.0" +kotlinx-bcv = "0.18.1" kotlinx-kover = "0.9.1" kotlinx-io = "0.8.0" kotlinx-serialization = "1.8.1"