From 15c36f7a07683ae72b1560c5699d4a1d941fc164 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 22:31:02 +0000 Subject: [PATCH] build: update dependency org.jetbrains.kotlinx.binary-compatibility-validator {0.16.3 => 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 c11e5c7..dd8b773 100644 --- a/gradle/build.versions.toml +++ b/gradle/build.versions.toml @@ -1,5 +1,5 @@ [versions] -binary-compatibility-validator = "0.16.3" +binary-compatibility-validator = "0.17.0" gradle-toolchain-switches = "0.3.0" junit = "5.11.4" kotlin = "2.1.0"