From 7b1a06f1e544dddec24dd37138f320ae9e819ba2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Feb 2026 19:23:52 +0000 Subject: [PATCH] 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 12e1829..d55b3a8 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,5 +1,5 @@ plugins { - kotlin("jvm") version "2.3.0" + kotlin("jvm") version "2.3.10" id("com.github.johnrengelman.shadow") version "8.1.1" }