From 2845b4acb01692e0d7ad4de80b78432702dfc187 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 20 Nov 2022 17:58: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 3c83187..515d178 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.7.21" 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.0.4" dependencies {