From a9d99266b3fdb6d653c432a9ff3b7b625433ee34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 14:16:26 +0000 Subject: [PATCH] chore(deps): bump org.jetbrains.kotlin.jvm from 2.3.0 to 2.3.20 Bumps [org.jetbrains.kotlin.jvm](https://github.com/JetBrains/kotlin) from 2.3.0 to 2.3.20. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.3.20/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v2.3.0...v2.3.20) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin.jvm dependency-version: 2.3.20 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..c627e1f 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.20" id "io.spring.dependency-management" version "1.1.7" id "org.springframework.boot" version "3.5.7" }