From d3a4726d78c7467125bf64a7e074c6e6290d2c60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Jul 2025 21:25:18 +0000 Subject: [PATCH] build(deps): 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 fd191a3..f07c90b 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -8,4 +8,4 @@ [plugins] kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version = "2.2.0" } shadow = { id = "com.gradleup.shadow", version = "9.0.0-rc1" } -binaryCompatibility = { id ="org.jetbrains.kotlinx.binary-compatibility-validator", version = "0.18.0" } +binaryCompatibility = { id ="org.jetbrains.kotlinx.binary-compatibility-validator", version = "0.18.1" }