From f98d6fcee553fc6bae333dd3a6c0bcbb7875183f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 02:09:10 +0000 Subject: [PATCH] chore(deps): bump jvm from 1.9.23 to 2.2.21 in /firestore Bumps [jvm](https://github.com/JetBrains/kotlin) from 1.9.23 to 2.2.21. - [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/v1.9.23...v2.2.21) --- updated-dependencies: - dependency-name: jvm dependency-version: 2.2.21 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- firestore/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firestore/build.gradle.kts b/firestore/build.gradle.kts index bc3558b5..b0089b9f 100644 --- a/firestore/build.gradle.kts +++ b/firestore/build.gradle.kts @@ -1,6 +1,6 @@ plugins { application - kotlin("jvm") version "1.9.23" + kotlin("jvm") version "2.2.21" } repositories {