From 9d7c93c65db168bd2dd3959b2dbd26f6c6d7fb06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jun 2023 12:02:04 +0000 Subject: [PATCH] chore: bump org.jetbrains.kotlin.jvm from 1.8.21 to 1.8.22 Bumps [org.jetbrains.kotlin.jvm](https://github.com/JetBrains/kotlin) from 1.8.21 to 1.8.22. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.8.22/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.8.21...v1.8.22) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin.jvm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index fae023f0..c230d885 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -9,7 +9,7 @@ plugins { // Groovy support id("groovy") // Kotlin support - id("org.jetbrains.kotlin.jvm") version "1.8.21" + id("org.jetbrains.kotlin.jvm") version "1.8.22" // Gradle IntelliJ Plugin id("org.jetbrains.intellij") version "1.13.3" // Gradle Changelog Plugin