From ed4d8508556da7ea11228c880ba87a4117ad54e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 18:45:37 +0000 Subject: [PATCH] chore(deps): bump plugin.serialization from 1.9.21 to 1.9.22 Bumps [plugin.serialization](https://github.com/JetBrains/kotlin) from 1.9.21 to 1.9.22. - [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.21...v1.9.22) --- updated-dependencies: - dependency-name: plugin.serialization 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 d61e219..2c1ea1d 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -13,7 +13,7 @@ plugins { id("java") // Kotlin support kotlin("jvm") version "1.9.21" - kotlin("plugin.serialization") version "1.9.21" + kotlin("plugin.serialization") version "1.9.22" // Gradle IntelliJ Plugin id("org.jetbrains.intellij") version "1.16.1" // Gradle Changelog Plugin