From f0d1d8b5ea24ef249ae8c40f270d85aff127c00d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 18:46:31 +0000 Subject: [PATCH] chore(deps): bump plugin.serialization from 1.9.21 to 1.9.23 Bumps [plugin.serialization](https://github.com/JetBrains/kotlin) from 1.9.21 to 1.9.23. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.9.23/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.9.21...v1.9.23) --- 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..0a47c22 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.23" // Gradle IntelliJ Plugin id("org.jetbrains.intellij") version "1.16.1" // Gradle Changelog Plugin