From 84e8502b4aeb6e2694f768509c3645085438a579 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Apr 2023 05:04:26 +0000 Subject: [PATCH] Bump plugin.serialization from 1.7.10 to 1.8.20 in /server/app Bumps [plugin.serialization](https://github.com/JetBrains/kotlin) from 1.7.10 to 1.8.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/commits) --- updated-dependencies: - dependency-name: plugin.serialization dependency-type: direct:production update-type: version-update:semver-minor ... 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..5f599d9 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.8.20" id("org.jlleitschuh.gradle.ktlint") version "10.3.0" id("com.github.johnrengelman.shadow") version "7.1.2" application