From 489ecb13da697db8eb234f00389b9e6144a4375b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Dec 2025 14:08:06 +0000 Subject: [PATCH] chore(deps): bump org.jetbrains.kotlin.jvm from 2.2.21 to 2.3.0 Bumps [org.jetbrains.kotlin.jvm](https://github.com/JetBrains/kotlin) from 2.2.21 to 2.3.0. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.3.0/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v2.2.21...v2.3.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin.jvm dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 22e2add..bd76ebd 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.2.21" + id "org.jetbrains.kotlin.jvm" version "2.3.0" id "io.spring.dependency-management" version "1.1.7" id "org.springframework.boot" version "3.5.7" }