From 26bb5643a397f50e0f835058d46e7be742fef864 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Feb 2026 02:03:45 +0000 Subject: [PATCH] build(deps): bump jvm from 2.2.20 to 2.3.10 in /08_coroutines/jvm Bumps [jvm](https://github.com/JetBrains/kotlin) from 2.2.20 to 2.3.10. - [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.2.20...v2.3.10) --- updated-dependencies: - dependency-name: jvm dependency-version: 2.3.10 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 08_coroutines/jvm/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/08_coroutines/jvm/build.gradle.kts b/08_coroutines/jvm/build.gradle.kts index 9669ceb71e..8f2bf17534 100644 --- a/08_coroutines/jvm/build.gradle.kts +++ b/08_coroutines/jvm/build.gradle.kts @@ -1,5 +1,5 @@ plugins { - kotlin("jvm") version "2.2.20" + kotlin("jvm") version "2.3.10" } group = "ru.netology"