From 4f735b69a3f920026bd58f4617a5dd42d6daa53e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 19:38:53 +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.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] --- remote-fixtures/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/remote-fixtures/build.gradle.kts b/remote-fixtures/build.gradle.kts index ec44708f..a00ce407 100644 --- a/remote-fixtures/build.gradle.kts +++ b/remote-fixtures/build.gradle.kts @@ -1,7 +1,7 @@ plugins { id("org.jetbrains.intellij") id("idea") - id("org.jetbrains.kotlinx.binary-compatibility-validator") version "0.13.2" + id("org.jetbrains.kotlinx.binary-compatibility-validator") version "0.14.0" } intellij {