From cfce2819a595ff98fd4561045f6c2e4ba7b2ae14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Nov 2022 05:04:03 +0000 Subject: [PATCH] Bump plugin.serialization from 1.7.10 to 1.7.21 in /server/app Bumps [plugin.serialization](https://github.com/JetBrains/kotlin) from 1.7.10 to 1.7.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/v1.7.10...v1.7.21) --- updated-dependencies: - dependency-name: plugin.serialization dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- server/app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/app/build.gradle.kts b/server/app/build.gradle.kts index 622fd40..66b1b41 100644 --- a/server/app/build.gradle.kts +++ b/server/app/build.gradle.kts @@ -3,7 +3,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile plugins { kotlin("jvm") version "1.7.10" - kotlin("plugin.serialization") version "1.7.10" + kotlin("plugin.serialization") version "1.7.21" id("org.jlleitschuh.gradle.ktlint") version "10.3.0" id("com.github.johnrengelman.shadow") version "7.1.2" application