From 6ed012fb8bf1d43e717eec1cf22ab8ce1ed21567 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 07:38:30 +0000 Subject: [PATCH] Bump jvm from 2.4.0 to 2.4.10 Bumps [jvm](https://github.com/JetBrains/kotlin) from 2.4.0 to 2.4.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.4.0...v2.4.10) --- updated-dependencies: - dependency-name: jvm dependency-version: 2.4.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 8562626..ddfb58d 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -3,7 +3,7 @@ import com.vanniktech.maven.publish.JavadocJar import com.vanniktech.maven.publish.SourcesJar plugins { - kotlin("jvm") version "2.4.0" + kotlin("jvm") version "2.4.10" kotlin("plugin.serialization") version "2.4.0" id("com.vanniktech.maven.publish") version "0.37.0" id("signing")