From 1b4216b843996e0626b5e2d71b9a905b797cf6db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 09:08:48 +0000 Subject: [PATCH] Bump org.jetbrains.kotlin.jvm from 2.2.21 to 2.3.0 Bumps [org.jetbrains.kotlin.jvm](https://github.com/JetBrains/kotlin) 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 ... 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 c3c435b..c6151ad 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -9,6 +9,6 @@ test-junit-launcher = { group="org.junit.platform", name="junit-platform-launche test-strikt = "io.strikt:strikt-core:0.35.1" [plugins] -kotlin = "org.jetbrains.kotlin.jvm:2.2.21" +kotlin = "org.jetbrains.kotlin.jvm:2.3.0" dokka = "org.jetbrains.dokka:2.1.0" nmcp = "com.gradleup.nmcp:1.4.3"