From 62dacb3e1b4df125d173cd33e1a8402b3e2844c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 18:58:22 +0000 Subject: [PATCH] Bump org.jetbrains.kotlin.plugin.jpa from 2.3.20 to 2.3.21 in /bot Bumps [org.jetbrains.kotlin.plugin.jpa](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.plugin.jpa 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..61f574b 100644 --- a/bot/build.gradle +++ b/bot/build.gradle @@ -2,7 +2,7 @@ plugins { id 'org.jetbrains.kotlin.jvm' version '2.3.20' 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" + id "org.jetbrains.kotlin.plugin.jpa" version "2.3.21" id 'io.spring.dependency-management' version '1.1.7' }