From 5aef9f756a61aad45634e6362f80e8dd89fc9eee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 17:11:41 +0000 Subject: [PATCH] Bump the prod-dependencies group across 1 directory with 2 updates Bumps the prod-dependencies group with 2 updates in the / directory: [jvm](https://github.com/JetBrains/kotlin) and [plugin.spring](https://github.com/JetBrains/kotlin). Updates `jvm` from 2.1.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.1.21...v2.2.21) Updates `plugin.spring` from 2.1.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.1.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-group: prod-dependencies - dependency-name: plugin.spring dependency-version: 2.2.21 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-dependencies ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 98f4d0d..6811278 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -5,8 +5,8 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile plugins { id("org.springframework.boot") version "3.4.5" id("io.spring.dependency-management") version "1.1.7" - kotlin("jvm") version "2.1.21" - kotlin("plugin.spring") version "2.1.21" + kotlin("jvm") version "2.2.21" + kotlin("plugin.spring") version "2.2.21" } group = "com.hejapp"