From 711365a275c409b34275831b0655b35c625528d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Dec 2024 11:31:49 +0100 Subject: [PATCH] chore(deps): Bump org.jetbrains.kotlinx.binary-compatibility-validator (#191) 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 ac6441b..143fa29 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -36,4 +36,4 @@ compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = " ben-manes-versions = "com.github.ben-manes.versions:0.51.0" nexus-publish = "io.github.gradle-nexus.publish-plugin:2.0.0" kotlinter = "org.jmailen.kotlinter:5.0.1" -binary-compat-validator = "org.jetbrains.kotlinx.binary-compatibility-validator:0.16.3" +binary-compat-validator = "org.jetbrains.kotlinx.binary-compatibility-validator:0.17.0"