From 00aee5f17bc8cb30c23f9232e1c8f0fd6d4e866f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Nov 2021 05:06:38 +0000 Subject: [PATCH] Bump binary-compatibility-validator from 0.7.1 to 0.8.0 Bumps [binary-compatibility-validator](https://github.com/Kotlin/binary-compatibility-validator) from 0.7.1 to 0.8.0. - [Release notes](https://github.com/Kotlin/binary-compatibility-validator/releases) - [Commits](https://github.com/Kotlin/binary-compatibility-validator/compare/0.7.1...0.8.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 a423234ca29..a0d05725414 100644 --- a/build.gradle +++ b/build.gradle @@ -15,7 +15,7 @@ buildscript { classpath 'com.android.tools.build:gradle:7.0.3' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion" classpath "org.jetbrains.dokka:dokka-gradle-plugin:$dokkaVersion" - classpath "org.jetbrains.kotlinx:binary-compatibility-validator:0.7.1" + classpath "org.jetbrains.kotlinx:binary-compatibility-validator:0.8.0" } }