From c142a065b3eeda899421c37850fd05d6da6f0b3f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Jul 2024 17:48:38 +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..c17cbee 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.25" 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 {