From 888878f7876e02a0acb9c0d5aa7ee38ef0713461 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 18:47:39 +0000 Subject: [PATCH] chore(deps): Bump plugin.spring from 1.9.10 to 1.9.20 Bumps [plugin.spring](https://github.com/JetBrains/kotlin) from 1.9.10 to 1.9.20. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/commits) --- updated-dependencies: - dependency-name: plugin.spring dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 8b9d1a3f90..da60c5465d 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -23,7 +23,7 @@ plugins { id("io.spring.dependency-management") version "1.1.3" apply false id("org.graalvm.buildtools.native") version "0.9.28" kotlin("jvm") version "1.9.10" apply false - kotlin("plugin.spring") version "1.9.10" apply false + kotlin("plugin.spring") version "1.9.20" apply false id("com.google.cloud.tools.jib") version "3.4.0" apply false id("io.gitlab.arturbosch.detekt") version "1.23.1" apply false id("org.sonarqube") version "4.4.1.3373"