From 31b81be70bf3f25172ae2b24da8bd8aff2a2fe6c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 8 Sep 2024 12:24:08 +0000 Subject: [PATCH] Update dependency org.jetbrains.kotlinx:binary-compatibility-validator to v0.16.3 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index bc9bff0..710cbee 100644 --- a/build.gradle +++ b/build.gradle @@ -52,7 +52,7 @@ buildscript { classpath 'com.github.ben-manes:gradle-versions-plugin:0.42.0' classpath 'com.vanniktech:gradle-maven-publish-plugin:0.18.0' classpath 'com.diffplug.spotless:spotless-plugin-gradle:6.3.0' - classpath 'org.jetbrains.kotlinx:binary-compatibility-validator:0.11.0' + classpath 'org.jetbrains.kotlinx:binary-compatibility-validator:0.16.3' } allprojects {