From 05d73e8af3fc0a9e5f21caba2415ceef38fafd30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 18:59:40 +0000 Subject: [PATCH] Bump org.jetbrains.kotlin.jvm from 2.3.20 to 2.3.21 in /bot Bumps [org.jetbrains.kotlin.jvm](https://github.com/JetBrains/kotlin) from 2.3.20 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.20...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] --- bot/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/build.gradle b/bot/build.gradle index 6fc0180..c6dc5c8 100644 --- a/bot/build.gradle +++ b/bot/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'org.jetbrains.kotlin.jvm' version '2.3.20' + id 'org.jetbrains.kotlin.jvm' version '2.3.21' id 'org.jetbrains.kotlin.plugin.spring' version '2.3.20' id 'org.springframework.boot' version '4.0.5' id "org.jetbrains.kotlin.plugin.jpa" version "2.3.20"