From abe6a7ea8865f6ad6880ebcd163bb92e530b9bc0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Dec 2025 23:08:19 +0000 Subject: [PATCH] chore(deps): Bump org.jetbrains.kotlin.jvm in the kotlin group Bumps the kotlin group with 1 update: [org.jetbrains.kotlin.jvm](https://github.com/JetBrains/kotlin). Updates `org.jetbrains.kotlin.jvm` from 2.2.21 to 2.3.0 - [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.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin.jvm dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kotlin ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 6f5c8a3..8340540 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -6,4 +6,4 @@ [libraries] [plugins] -kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version = "2.2.21" } +kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version = "2.3.0" }