From 90ec1cd910cc475750c1ed745cfccc93f5d5ab73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jul 2023 06:39:52 +0000 Subject: [PATCH] chore(deps): bump plugin.serialization from 1.8.22 to 1.9.0 Bumps [plugin.serialization](https://github.com/JetBrains/kotlin) from 1.8.22 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/commits) --- 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 94c9287..90c0a09 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -3,7 +3,7 @@ plugins { id("com.gradle.plugin-publish") version "1.2.0" apply false id("com.github.johnrengelman.shadow") version "7.1.2" kotlin("jvm") version "1.8.22" apply false - kotlin("plugin.serialization") version "1.8.22" apply false + kotlin("plugin.serialization") version "1.9.0" apply false } group = "com.anatawa12.mod-patching"