From 1be297f548c1e55019cf4c0f9d396bd5e92cada8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Mar 2025 10:01:45 +0000 Subject: [PATCH] fix(deps): update kotlin monorepo to v2.1.20 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 5e16df442f..adabb3088b 100644 --- a/build.gradle +++ b/build.gradle @@ -12,7 +12,7 @@ buildscript { ext { - kotlin_version = '2.1.10' + kotlin_version = '2.1.20' jacoco_version = '0.8.12' } }