From 70304f51bb42bcc7ddf6e2c71bc300fcd9bf41c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 09:04:07 +0000 Subject: [PATCH] chore(deps): bump plugin.serialization from 2.2.0 to 2.2.21 Bumps [plugin.serialization](https://github.com/JetBrains/kotlin) from 2.2.0 to 2.2.21. - [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.2.0...v2.2.21) --- updated-dependencies: - dependency-name: plugin.serialization dependency-version: 2.2.21 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 a3b4ad60..ff4a1172 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -29,7 +29,7 @@ plugins { id("com.google.cloud.tools.jib") version "3.4.5" id("com.vanniktech.maven.publish") version "0.34.0" id("org.jetbrains.dokka") version "2.0.0" - kotlin("plugin.serialization") version "2.2.0" + kotlin("plugin.serialization") version "2.2.21" `java-library` signing }