From 3199bfe28d293dafb8f67e44dc00427243188c6f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 15 Feb 2025 22:33:14 +0000 Subject: [PATCH] fix(deps): update kotlin monorepo to v2.1.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 d3afefd9a4..5e16df442f 100644 --- a/build.gradle +++ b/build.gradle @@ -12,7 +12,7 @@ buildscript { ext { - kotlin_version = '2.1.0' + kotlin_version = '2.1.10' jacoco_version = '0.8.12' } }