From 70e475f7cf748fd69166cc4f99a500d470f34263 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 13:38:57 +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.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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 3644e99f..7ddd7000 100644 --- a/build.gradle +++ b/build.gradle @@ -24,7 +24,7 @@ buildscript { wireVersion = '5.1.0' // Debug and quality control - binaryCompatibilityValidator = '0.16.3' + binaryCompatibilityValidator = '0.17.0' detektVersion = '1.23.7' ktLintGradleVersion = '12.1.2' leakcanaryVersion = '2.14'