From 1983423f9e781c7c8aeaa661906a2dad58643ad6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 22:07:06 +0000 Subject: [PATCH] Bump jvm from 1.6.21 to 2.0.21 Bumps [jvm](https://github.com/JetBrains/kotlin) from 1.6.21 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/v1.6.21...v2.0.21) --- updated-dependencies: - dependency-name: jvm dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- buildSrc/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildSrc/build.gradle.kts b/buildSrc/build.gradle.kts index 4b506e25..83263949 100644 --- a/buildSrc/build.gradle.kts +++ b/buildSrc/build.gradle.kts @@ -1,6 +1,6 @@ // https://docs.gradle.org/current/userguide/kotlin_dsl.html#sec:kotlin-dsl_plugin plugins { - kotlin("jvm") version "1.6.21" + kotlin("jvm") version "2.0.21" } repositories {