From 23b512fe98ab0e4fa85eeec6baf804e538a845ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 09:29:09 +0000 Subject: [PATCH] build(deps): bump org.jetbrains.kotlin.plugin.serialization Bumps [org.jetbrains.kotlin.plugin.serialization](https://github.com/JetBrains/kotlin) from 2.1.21 to 2.3.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/v2.1.21...v2.3.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin.plugin.serialization dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index a4045f0..ad9600f 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ plugins { id "maven-publish" id 'com.palantir.git-version' version '3.1.0' id 'org.jetbrains.kotlin.jvm' version '2.1.21' - id 'org.jetbrains.kotlin.plugin.serialization' version '2.1.21' + id 'org.jetbrains.kotlin.plugin.serialization' version '2.3.0' } version = gitVersion()