From dec22a5bb4b37c93a2238776ad2db8b29753b4fd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Mar 2024 08:34:11 +0000 Subject: [PATCH] fix(deps): update kotlin monorepo to v1.9.23 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 69572c225..8f88dc8f2 100644 --- a/build.gradle +++ b/build.gradle @@ -24,7 +24,7 @@ buildscript { ext { - kotlinVersion = '1.9.22' + kotlinVersion = '1.9.23' } repositories {