From bb1051610d4c198d6aec533911f4c681e070ecc2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 17:07:12 +0000 Subject: [PATCH] Bump jvm from 2.4.10 to 2.4.20 Bumps jvm from 2.4.10 to 2.4.20. --- updated-dependencies: - dependency-name: jvm dependency-version: 2.4.20 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 dfeea4a..7babbf6 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -5,7 +5,7 @@ plugins { // Gradle 9.6 exposes kotlin-stdlib 2.3.21 (metadata 2.3.0) on the plugin // compile classpath via gradleApi(). The Kotlin compiler must be new enough // to read that metadata: 1.9.x reads <= 2.0.0, 2.2.x reads <= 2.3.0. - kotlin("jvm") version "2.4.10" apply false + kotlin("jvm") version "2.4.20" apply false } allprojects {