From 9b681f00a28cce298ad75c8d8d614da52fff2764 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2024 07:01:16 +0000 Subject: [PATCH] build(deps): bump jvm from 2.0.10 to 2.0.20 in /cli Bumps [jvm](https://github.com/JetBrains/kotlin) from 2.0.10 to 2.0.20. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.20/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v2.0.10...v2.0.20) --- updated-dependencies: - dependency-name: jvm dependency-type: direct:production update-type: version-update:semver-patch ... 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 2d9ba6a..ba07cd7 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.10" + kotlin("jvm") version "2.0.20" id("com.github.johnrengelman.shadow") version "8.1.1" id("org.jlleitschuh.gradle.ktlint") version "12.1.1" application