From 259205c24cf04aed1e63d839a9df5f6dbe28649d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jun 2023 05:00:39 +0000 Subject: [PATCH] Bump plugin.serialization from 1.7.10 to 1.8.22 in /server/app Bumps [plugin.serialization](https://github.com/JetBrains/kotlin) from 1.7.10 to 1.8.22. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.8.22/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.7.10...v1.8.22) --- 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..4ea671e 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.22" id("org.jlleitschuh.gradle.ktlint") version "10.3.0" id("com.github.johnrengelman.shadow") version "7.1.2" application