From 0f72a0072b2be0c3d693c7dfc2e597a5a0d56ae2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 11:45:42 +0000 Subject: [PATCH] [deps]: Bump org.jetbrains.kotlin.jvm from 1.9.25 to 2.0.21 Bumps [org.jetbrains.kotlin.jvm](https://github.com/JetBrains/kotlin) from 1.9.25 to 2.0.21. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.21/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.9.25...v2.0.21) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin.jvm dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 00f0cd4..959ff69 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ plugins { id "idea" id "org.jetbrains.kotlin.kapt" version "1.9.25" - id "org.jetbrains.kotlin.jvm" version "1.9.25" + id "org.jetbrains.kotlin.jvm" version "2.0.21" id "org.jetbrains.kotlin.plugin.jpa" version "1.9.25" id "org.jetbrains.kotlin.plugin.spring" version "1.9.25" id "org.springframework.boot" version "3.3.3"