From 9e2fd37cdd3e7bb45649d9ea72ec309ebc79372c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 03:18:18 +0000 Subject: [PATCH] build(deps): bump jvm in /examples/weather-agent/android Bumps [jvm](https://github.com/JetBrains/kotlin) from 2.2.10 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.2.10...v2.4.10) --- updated-dependencies: - dependency-name: jvm dependency-version: 2.4.10 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- sdk/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/build.gradle.kts b/sdk/build.gradle.kts index 157ce6c..3628c69 100644 --- a/sdk/build.gradle.kts +++ b/sdk/build.gradle.kts @@ -2,7 +2,7 @@ import org.gradle.api.publish.PublishingExtension import org.gradle.api.publish.maven.MavenPublication plugins { - kotlin("jvm") version "2.2.10" apply false + kotlin("jvm") version "2.4.10" apply false } val sdkGroup = providers.gradleProperty("sdkGroup").getOrElse("io.github.pumpkinredbean")