From 8cf7df0f23d3ada355789fe368574c9db5b799b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 00:42:31 +0000 Subject: [PATCH] Bump plugin.serialization from 2.0.20 to 2.0.21 Bumps [plugin.serialization](https://github.com/JetBrains/kotlin) from 2.0.20 to 2.0.21. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.21/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v2.0.20...v2.0.21) --- updated-dependencies: - dependency-name: plugin.serialization dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- oslonokkelen-keychain-push-cli/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslonokkelen-keychain-push-cli/build.gradle.kts b/oslonokkelen-keychain-push-cli/build.gradle.kts index d574e3e..79893f1 100644 --- a/oslonokkelen-keychain-push-cli/build.gradle.kts +++ b/oslonokkelen-keychain-push-cli/build.gradle.kts @@ -8,7 +8,7 @@ plugins { application idea - kotlin("plugin.serialization") version "2.0.20" + kotlin("plugin.serialization") version "2.0.21" id("com.github.johnrengelman.shadow") version "8.1.1" id("org.graalvm.buildtools.native") version "0.10.3" id("org.jetbrains.kotlin.jvm")