From b92de08e62f4eb7d3e046393ee4a054fbcf6d190 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 08:11:38 +0000 Subject: [PATCH] chore(deps): bump jvm from 2.2.21 to 2.3.10 Bumps [jvm](https://github.com/JetBrains/kotlin) from 2.2.21 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.2.21...v2.3.10) --- updated-dependencies: - dependency-name: jvm dependency-version: 2.3.10 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 1c57312e..c130635b 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -16,7 +16,7 @@ version = project.findProperty("version") as String val ignoreKtLint = setOf("arc-result", "arc-azure-client") plugins { - kotlin("jvm") version "2.2.21" apply false + kotlin("jvm") version "2.3.10" apply false kotlin("plugin.serialization") version "2.2.21" apply false id("org.jetbrains.dokka") version "2.1.0" id("org.cyclonedx.bom") version "2.3.1"