From aa913b13c6bdb63ed3d7f132cb1d2a06669cb1a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 20:31:13 -0500 Subject: [PATCH] Bump org.jetbrains.kotlinx:binary-compatibility-validator (#334) Bumps [org.jetbrains.kotlinx:binary-compatibility-validator](https://github.com/Kotlin/binary-compatibility-validator) from 0.16.3 to 0.17.0. - [Release notes](https://github.com/Kotlin/binary-compatibility-validator/releases) - [Commits](https://github.com/Kotlin/binary-compatibility-validator/compare/0.16.3...0.17.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:binary-compatibility-validator dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 4af8fbd8..fc6d7d9b 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -31,7 +31,7 @@ slf4j = "2.0.16" # build androidGradlePlugin = "7.4.2" animalSnifferGradlePlugin = "1.7.2" -binaryCompatibilityValidator = "0.16.3" +binaryCompatibilityValidator = "0.17.0" buildConfig = "5.5.1" gradleMavenPublishPlugin = "0.30.0" gummyBears = "0.8.0"