From e3cbce7f65f4d542a81e98e7ff8c9bed11649713 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Mar 2025 01:44:02 +0000 Subject: [PATCH] Bump plugin.serialization from 2.0.21 to 2.1.20 Bumps [plugin.serialization](https://github.com/JetBrains/kotlin) from 2.0.21 to 2.1.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.0.21...v2.1.20) --- updated-dependencies: - dependency-name: plugin.serialization dependency-type: direct:production update-type: version-update:semver-minor ... 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 71a7be0..59126f4 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -2,7 +2,7 @@ val taskGroupName = "surfer" plugins { kotlin("jvm") version "2.0.21" - kotlin("plugin.serialization") version "2.0.21" + kotlin("plugin.serialization") version "2.1.20" application id("com.github.johnrengelman.shadow") version "8.1.1" idea