From 43f52fa34c3ff1bb2381c00f80753a61845e8545 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 10:32:02 +0000 Subject: [PATCH] Bump jvm from 2.0.20 to 2.0.21 Bumps [jvm](https://github.com/JetBrains/kotlin) from 2.0.20 to 2.0.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.0.20...v2.0.21) --- updated-dependencies: - dependency-name: jvm 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 86b9bf9..4648632 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -7,7 +7,7 @@ import java.net.URI plugins { id("io.spring.dependency-management") version "1.1.6" apply false - kotlin("jvm") version "2.0.20" apply false + kotlin("jvm") version "2.0.21" apply false kotlin("plugin.spring") version "2.0.20" apply false id("org.sonarqube") version "5.1.0.4882" id("com.diffplug.spotless") version("6.25.0")