From f6ceb2b11d73e62e033c7d04cf1c28b709ecb465 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 06:52:04 +0000 Subject: [PATCH] build(deps): bump plugin.spring in /reactive-logger-example-kotlin Bumps [plugin.spring](https://github.com/JetBrains/kotlin) from 1.9.22 to 1.9.24. - [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/v1.9.22...v1.9.24) --- updated-dependencies: - dependency-name: plugin.spring dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- reactive-logger-example-kotlin/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactive-logger-example-kotlin/build.gradle.kts b/reactive-logger-example-kotlin/build.gradle.kts index 156ce43..d620d47 100644 --- a/reactive-logger-example-kotlin/build.gradle.kts +++ b/reactive-logger-example-kotlin/build.gradle.kts @@ -2,7 +2,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile plugins { kotlin("jvm") version "1.9.22" - kotlin("plugin.spring") version "1.9.22" + kotlin("plugin.spring") version "1.9.24" id("org.springframework.boot") version "3.2.3" id("io.spring.dependency-management") version "1.1.4" }