From edebfe18b8a8cb9a94c697b89651e101c42f52f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 15:01:20 +0000 Subject: [PATCH] build(deps): bump jvm from 2.0.21 to 2.1.0 in /cli Bumps [jvm](https://github.com/JetBrains/kotlin) from 2.0.21 to 2.1.0. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.1.0/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v2.0.21...v2.1.0) --- updated-dependencies: - dependency-name: jvm dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- cli/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/build.gradle.kts b/cli/build.gradle.kts index fb3ee3a..804a7a4 100644 --- a/cli/build.gradle.kts +++ b/cli/build.gradle.kts @@ -5,7 +5,7 @@ * that can be found in the LICENSE file. */ plugins { - kotlin("jvm") version "2.0.21" + kotlin("jvm") version "2.1.0" id("com.github.johnrengelman.shadow") version "8.1.1" id("org.jlleitschuh.gradle.ktlint") version "12.1.2" application