From aac20783236920d470c1d631ac3ffbabc20da03d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 22:06:30 +0000 Subject: [PATCH] Bump jvm from 2.1.20 to 2.2.20 Bumps [jvm](https://github.com/JetBrains/kotlin) from 2.1.20 to 2.2.20. - [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.1.20...v2.2.20) --- updated-dependencies: - dependency-name: jvm dependency-version: 2.2.20 dependency-type: direct:production update-type: version-update:semver-minor ... 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 fe3cb9c..51c48c9 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -6,7 +6,7 @@ import java.time.ZoneOffset import java.time.format.DateTimeFormatter plugins { - kotlin("jvm") version "2.1.20" + kotlin("jvm") version "2.2.20" id("com.gradleup.shadow") version "9.0.0-beta12" }