From ba6aa502e028f2eb828700b9fbba41cfc7bc3d7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 03:16:06 +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.14.0 to 0.16.3. - [Release notes](https://github.com/Kotlin/binary-compatibility-validator/releases) - [Commits](https://github.com/Kotlin/binary-compatibility-validator/compare/0.14.0...0.16.3) --- 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.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index e51fb86..35e67aa 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -26,7 +26,7 @@ plugins { id("com.github.ben-manes.versions") version "0.51.0" id("io.gitlab.arturbosch.detekt") version "1.23.6" id("io.github.gradle-nexus.publish-plugin") version "2.0.0" - id("org.jetbrains.kotlinx.binary-compatibility-validator") version "0.14.0" + id("org.jetbrains.kotlinx.binary-compatibility-validator") version "0.16.3" id("com.gladed.androidgitversion") version "0.4.14" }