From 4809d49b3a95a87053dd4a921f40a8eaae8ccccd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Jan 2023 04:55:26 +0000 Subject: [PATCH] Update plugin org.jetbrains.kotlin.plugin.spring to v1.8.0 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index f4d171f..a9e4133 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -4,7 +4,7 @@ plugins { id("org.springframework.boot") version "3.0.1" apply false id("io.spring.dependency-management") version "1.1.0" apply false kotlin("jvm") version "1.8.0" apply false - kotlin("plugin.spring") version "1.7.22" apply false + kotlin("plugin.spring") version "1.8.0" apply false kotlin("plugin.jpa") version "1.8.0" apply false id("com.netflix.dgs.codegen") version "5.6.5" apply false }