From 54c5f28f9b68febeb72012f3578c61b670a1e6e2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 28 Dec 2024 19:05:36 +0000 Subject: [PATCH] build: update dependency org.jetbrains.kotlinx.binary-compatibility-validator {0.14.0 => 0.17.0} --- gradle/build.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/build.versions.toml b/gradle/build.versions.toml index 7899834..14df174 100644 --- a/gradle/build.versions.toml +++ b/gradle/build.versions.toml @@ -1,5 +1,5 @@ [versions] -binary-compatibility-validator = "0.14.0" +binary-compatibility-validator = "0.17.0" gradle-toolchain-switches = "0.3.0" junit = "5.10.1" kotlin = "1.9.22"