From a578dc65f6164400a787a9db823940ca81d7aead Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jul 2023 14:51:38 +0000 Subject: [PATCH] Bump plugin.serialization from 1.8.21 to 1.9.0 Bumps [plugin.serialization](https://github.com/JetBrains/kotlin) from 1.8.21 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.8.21...v1.9.0) --- updated-dependencies: - dependency-name: plugin.serialization dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 41e2ae0..ce93d1c 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -2,7 +2,7 @@ val ktorVersion: String = "2.2.1" plugins { kotlin("jvm") version "1.8.21" - kotlin("plugin.serialization") version "1.8.21" + kotlin("plugin.serialization") version "1.9.0" `java-library` `maven-publish` id("pl.allegro.tech.build.axion-release") version "1.15.1"