From 70b46fb800eda00a5786b0b585f3b606ed1c112b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 09:14:08 +0000 Subject: [PATCH] fix(deps): update kotlin monorepo --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 1e749f6..f0b166a 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,7 +1,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile buildscript { - val kotlinVersion = "1.2.0" + val kotlinVersion = "1.9.24" val springBootVersion = "2.0.0.M7" repositories { mavenCentral() @@ -34,7 +34,7 @@ repositories { maven { url = uri("https://repo.spring.io/milestone") } } -val kotlinVersion = "1.2.0" +val kotlinVersion = "1.2.71" val uPortalVersion = "5.16.0" dependencies {