From e5bbae62f511a51149f7a243a44ce25c954bf835 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 13:17:11 +0000 Subject: [PATCH] Update kotlin monorepo to v2.4.10 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 f7d8abd1c..2b44cdef6 100644 --- a/build.gradle +++ b/build.gradle @@ -12,7 +12,7 @@ buildscript { ext { - kotlin_version = '2.4.0' + kotlin_version = '2.4.10' jacoco_version = '0.8.15' } }