From cf5dbdd92a94eabc0a6e00740de3fa6b1e44d0e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Oct 2025 19:25:25 +0000 Subject: [PATCH] build(deps): bump jvm from 1.9.25 to 2.2.20 Bumps [jvm](https://github.com/JetBrains/kotlin) from 1.9.25 to 2.2.20. - [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.25...v2.2.20) --- updated-dependencies: - dependency-name: jvm dependency-version: 2.2.20 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 d7bc6b6..a377a7f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,7 +1,7 @@ plugins { id("org.springframework.boot") version "3.3.2" apply false id("io.spring.dependency-management") version "1.1.7" apply false - kotlin("jvm") version "1.9.25" apply false + kotlin("jvm") version "2.2.20" apply false kotlin("plugin.spring") version "1.9.25" apply false kotlin("plugin.jpa") version "1.9.25" apply false kotlin("plugin.allopen") version "1.9.25" apply false