From f57e575da8cd01620cda118a7b4a70f38b28e761 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jul 2023 04:09:18 +0000 Subject: [PATCH] Bump plugin.serialization from 1.7.10 to 1.9.0 in /server/app Bumps [plugin.serialization](https://github.com/JetBrains/kotlin) from 1.7.10 to 1.9.0. - [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.9.0) --- 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..be0c151 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.9.0" id("org.jlleitschuh.gradle.ktlint") version "10.3.0" id("com.github.johnrengelman.shadow") version "7.1.2" application