From 3129186572fc9e43d1133b101b681181daa3926d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Jul 2025 12:20:21 +0000 Subject: [PATCH] Bump org.jetbrains.kotlin.plugin.serialization in /utbot-framework Bumps [org.jetbrains.kotlin.plugin.serialization](https://github.com/JetBrains/kotlin) from 1.7.20 to 2.2.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.20...v2.2.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin.plugin.serialization dependency-version: 2.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- utbot-framework/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utbot-framework/build.gradle b/utbot-framework/build.gradle index c471f88cef..63720a1695 100644 --- a/utbot-framework/build.gradle +++ b/utbot-framework/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'org.jetbrains.kotlin.plugin.serialization' version '1.7.20' + id 'org.jetbrains.kotlin.plugin.serialization' version '2.2.0' } configurations {