From 604a43bd5e404b3a8cb2b8e8e7b6f76b827041cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 22:39:37 +0000 Subject: [PATCH] Bump org.jetbrains.kotlin.plugin.spring from 1.9.23 to 1.9.24 Bumps [org.jetbrains.kotlin.plugin.spring](https://github.com/JetBrains/kotlin) from 1.9.23 to 1.9.24. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.9.24/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.9.23...v1.9.24) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin.plugin.spring 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 4997585fb..d01e0f780 100644 --- a/build.gradle +++ b/build.gradle @@ -32,7 +32,7 @@ plugins { id 'io.spring.dependency-management' version '1.1.3' id 'org.gradle.crypto.checksum' version '1.4.0' id 'org.jetbrains.kotlin.jvm' version '1.9.23' - id 'org.jetbrains.kotlin.plugin.spring' version '1.9.23' + id 'org.jetbrains.kotlin.plugin.spring' version '1.9.24' id 'org.jetbrains.dokka' version '1.9.20' id 'maven-publish' id 'se.patrikerdes.use-latest-versions' version '0.2.18'