From 4ea6745f99bdd29d4bb335bbdffe0463309ba5d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 08:31:45 +0000 Subject: [PATCH] Bump org.jetbrains.kotlin.jvm from 2.2.0 to 2.2.20 Bumps [org.jetbrains.kotlin.jvm](https://github.com/JetBrains/kotlin) from 2.2.0 to 2.2.20. - [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.0...v2.2.20) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin.jvm dependency-version: 2.2.20 dependency-type: direct:production update-type: version-update:semver-patch ... 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 3f1df41..acff440 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.0" +kotlin = "org.jetbrains.kotlin.jvm:2.2.20" dokka = "org.jetbrains.dokka:2.0.0" nmcp = "com.gradleup.nmcp:0.1.5"