From be3179a2136c220ed37fe714c69f5c1927b631cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 00:58:11 +0000 Subject: [PATCH] Bump jvm from 1.9.21 to 1.9.24 Bumps [jvm](https://github.com/JetBrains/kotlin) from 1.9.21 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.21...v1.9.24) --- updated-dependencies: - dependency-name: jvm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- radar-commons-gradle/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radar-commons-gradle/build.gradle.kts b/radar-commons-gradle/build.gradle.kts index 9585a34..c50b08a 100644 --- a/radar-commons-gradle/build.gradle.kts +++ b/radar-commons-gradle/build.gradle.kts @@ -5,7 +5,7 @@ plugins { `kotlin-dsl` `java-gradle-plugin` // Match to the versions in the bottom of this file - kotlin("jvm") version "1.9.21" + kotlin("jvm") version "1.9.24" `maven-publish` id("io.github.gradle-nexus.publish-plugin") version "2.0.0-rc-1" id("org.jetbrains.dokka") version "1.9.10"