From 9f2c71d3adc882493cdfe23a20928ab9409e73f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 01:12:28 +0000 Subject: [PATCH] build(deps): bump org.jetbrains.kotlin.plugin.spring Bumps org.jetbrains.kotlin.plugin.spring from 2.3.20 to 2.3.21. --- updated-dependencies: - dependency-name: org.jetbrains.kotlin.plugin.spring 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 30f8e4d..86ddf87 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'org.jetbrains.kotlin.plugin.spring' version '2.3.20' + id 'org.jetbrains.kotlin.plugin.spring' version '2.3.21' id 'org.jetbrains.kotlin.jvm' version '2.3.20' id 'org.springframework.boot' version '4.0.5' id 'io.spring.dependency-management' version '1.1.7'