From 01bea904766024a0517e1b8d13d4c10e8422af0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jun 2025 10:57:49 +0000 Subject: [PATCH] build(deps): bump jvm from 2.1.21 to 2.2.0 Bumps [jvm](https://github.com/JetBrains/kotlin) from 2.1.21 to 2.2.0. - [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.21...v2.2.0) --- updated-dependencies: - dependency-name: jvm dependency-version: 2.2.0 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 6e7d2b7..ba2f27d 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -2,7 +2,7 @@ import com.palantir.gradle.gitversion.VersionDetails import java.util.Date plugins { - kotlin("jvm") version "2.1.21" + kotlin("jvm") version "2.2.0" id("com.github.johnrengelman.shadow") version "8.1.1" id("com.palantir.git-version") version "3.3.0" application