From 1804322db964bf166f6e46fd5c27af1552c605a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Dec 2025 15:43:35 +0000 Subject: [PATCH] Gradle: Bump kotlinVersion from 2.0.21 to 2.2.21 Bumps `kotlinVersion` from 2.0.21 to 2.2.21. Updates `jvm` from 2.0.21 to 2.2.21 - [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/v2.0.21...v2.2.21) Updates `plugin.spring` from 2.0.21 to 2.2.21 - [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/v2.0.21...v2.2.21) --- updated-dependencies: - dependency-name: jvm dependency-version: 2.2.21 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: plugin.spring dependency-version: 2.2.21 dependency-type: direct:production update-type: version-update:semver-minor ... 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 18d4aacce..554e5059d 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -26,7 +26,7 @@ import org.springframework.boot.gradle.tasks.run.BootRun // See https://docs.gradle.org/current/userguide/organizing_gradle_projects.html#sec:build_sources plugins { - val kotlinVersion = "2.0.21" + val kotlinVersion = "2.2.21" kotlin("jvm") version kotlinVersion kotlin("plugin.spring") version kotlinVersion apply false id("pl.allegro.tech.build.axion-release") version "1.21.1"