From beb4d90b1e938f72a5a2d8e68a3901b1deb0822e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Oct 2025 17:03:41 +0000 Subject: [PATCH] Bump org.jetbrains.kotlin.jvm from 2.2.20 to 2.2.21 Bumps [org.jetbrains.kotlin.jvm](https://github.com/JetBrains/kotlin) from 2.2.20 to 2.2.21. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.2.21/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v2.2.20...v2.2.21) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin.jvm dependency-version: 2.2.21 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- logcapture-kotest/build.gradle | 2 +- logcapture-kotest6/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/logcapture-kotest/build.gradle b/logcapture-kotest/build.gradle index c420119..7a46436 100644 --- a/logcapture-kotest/build.gradle +++ b/logcapture-kotest/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'org.jetbrains.kotlin.jvm' version '2.2.20' + id 'org.jetbrains.kotlin.jvm' version '2.2.21' } ext { diff --git a/logcapture-kotest6/build.gradle b/logcapture-kotest6/build.gradle index 2a44931..5432efd 100644 --- a/logcapture-kotest6/build.gradle +++ b/logcapture-kotest6/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'org.jetbrains.kotlin.jvm' version '2.2.20' + id 'org.jetbrains.kotlin.jvm' version '2.2.21' } ext {