From 4bb0d896dfc51dd6cf4a4f84a5747e78b7727fc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Aug 2021 05:05:29 +0000 Subject: [PATCH] Bump binary-compatibility-validator from 0.6.0 to 0.7.0 Bumps [binary-compatibility-validator](https://github.com/Kotlin/binary-compatibility-validator) from 0.6.0 to 0.7.0. - [Release notes](https://github.com/Kotlin/binary-compatibility-validator/releases) - [Commits](https://github.com/Kotlin/binary-compatibility-validator/compare/0.6.0...0.7.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 817c66f374b..437b38dbfef 100644 --- a/build.gradle +++ b/build.gradle @@ -15,7 +15,7 @@ buildscript { classpath 'com.android.tools.build:gradle:7.0.0' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion" classpath "org.jetbrains.dokka:dokka-gradle-plugin:$dokkaVersion" - classpath "org.jetbrains.kotlinx:binary-compatibility-validator:0.6.0" + classpath "org.jetbrains.kotlinx:binary-compatibility-validator:0.7.0" } }