From 630d8832a520fcbb34ff306b4010a2b4421a043e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 09:06:30 +0000 Subject: [PATCH] build(deps): bump jvm from 2.3.0 to 2.3.10 Bumps [jvm](https://github.com/JetBrains/kotlin) from 2.3.0 to 2.3.10. - [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.3.0...v2.3.10) --- updated-dependencies: - dependency-name: jvm dependency-version: 2.3.10 dependency-type: direct:production update-type: version-update:semver-patch ... 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 03221a8..bd3f984 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.3.0" + kotlin("jvm") version "2.3.10" id("com.github.johnrengelman.shadow") version "8.1.1" id("com.palantir.git-version") version "4.2.0" application