From f809076df06a6c84486a1640fa8af8a89ea93899 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Mar 2024 16:21:33 +0800 Subject: [PATCH] build(deps): bump org.jetbrains.kotlinx.binary-compatibility-validator (#134) Bumps [org.jetbrains.kotlinx.binary-compatibility-validator](https://github.com/Kotlin/binary-compatibility-validator) from 0.13.2 to 0.14.0. - [Release notes](https://github.com/Kotlin/binary-compatibility-validator/releases) - [Commits](https://github.com/Kotlin/binary-compatibility-validator/compare/0.13.2...0.14.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> --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 44a4ee2..69057a2 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,7 +1,7 @@ plugins { kotlin("jvm") version "1.9.22" apply false id("org.jetbrains.kotlinx.kover") version "0.7.5" apply false - id("org.jetbrains.kotlinx.binary-compatibility-validator") version "0.13.2" apply false + id("org.jetbrains.kotlinx.binary-compatibility-validator") version "0.14.0" apply false } allprojects {