From 4fe49c75b7910b0b4d7f496d03da6e0d968fbe0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 02:34:18 +0000 Subject: [PATCH] Gradle: Bump jvm from 1.9.23 to 2.1.0 Bumps [jvm](https://github.com/JetBrains/kotlin) from 1.9.23 to 2.1.0. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.9.23...v2.1.0) --- updated-dependencies: - dependency-name: jvm dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 90b44380..1d6cf0b3 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -5,7 +5,7 @@ import io.gitlab.arturbosch.detekt.Detekt import org.gradle.kotlin.dsl.implementation plugins { - val kotlinVersion = "1.9.23" + val kotlinVersion = "2.1.0" kotlin("jvm") version kotlinVersion id("com.diffplug.spotless") version "6.25.0" id("org.springframework.boot") version "3.4.1" apply false