From b2e9be93b54677a388428809e0cfab8210e7602e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 02:16:44 +0000 Subject: [PATCH] Gradle: Bump jvm from 1.9.23 to 2.1.10 Bumps [jvm](https://github.com/JetBrains/kotlin) from 1.9.23 to 2.1.10. - [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.10) --- 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 4b133b82..0a49f4d7 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.10" kotlin("jvm") version kotlinVersion id("com.diffplug.spotless") version "6.25.0" id("org.springframework.boot") version "3.4.1" apply false