From 7eecc5e926f56f49e8b5b193b2aa94b9a1a6dc56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 18:46:28 +0000 Subject: [PATCH] chore(deps): bump plugin.serialization from 1.9.21 to 1.9.24 Bumps [plugin.serialization](https://github.com/JetBrains/kotlin) from 1.9.21 to 1.9.24. - [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.24) --- 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..b3bfc75 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.24" // Gradle IntelliJ Plugin id("org.jetbrains.intellij") version "1.16.1" // Gradle Changelog Plugin