From be790cbea520a08b482405903d6db7ed4a22d18c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Oct 2025 12:44:55 +0000 Subject: [PATCH] fix(deps): update kotlin monorepo to v2.2.21 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index c4e9a420c..0fa6c49c6 100644 --- a/build.gradle +++ b/build.gradle @@ -12,7 +12,7 @@ buildscript { ext { - kotlin_version = '2.2.20' + kotlin_version = '2.2.21' jacoco_version = '0.8.14' } }