From 88088304a8b885255b0986f115f1d171d14aa721 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 13:06:12 +0000 Subject: [PATCH] chore(deps): bump org.jetbrains.kotlin.jvm from 2.3.0 to 2.3.21 Bumps [org.jetbrains.kotlin.jvm](https://github.com/JetBrains/kotlin) from 2.3.0 to 2.3.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.3.0...v2.3.21) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin.jvm dependency-version: 2.3.21 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 113dffb..6f8ee45 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ plugins { id "idea" id "application" id "maven-publish" - id "org.jetbrains.kotlin.jvm" version "2.3.0" + id "org.jetbrains.kotlin.jvm" version "2.3.21" id "io.spring.dependency-management" version "1.1.7" id "org.springframework.boot" version "3.5.7" }