From a680232c58437e3875774e85055205e08068b07d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2024 22:49:43 +0000 Subject: [PATCH] fix(deps): update kotlin monorepo to v2.0.20 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 80a3d7f0..bae09fbb 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -18,7 +18,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile import org.springframework.boot.gradle.tasks.bundling.BootJar plugins { - val kotlinVersion = "2.0.10" + val kotlinVersion = "2.0.20" id("org.springframework.boot") version "3.3.3" id("io.spring.dependency-management") version "1.1.6"