From 4517f175c0f709824fd1d4e321183be95c4dd105 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Feb 2026 02:07:21 +0000 Subject: [PATCH] Bump org.jetbrains.kotlin.jvm from 2.3.0 to 2.3.10 in /03_control/fun Bumps [org.jetbrains.kotlin.jvm](https://github.com/JetBrains/kotlin) from 2.3.0 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.3.0...v2.3.10) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin.jvm dependency-version: 2.3.10 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- 03_control/fun/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03_control/fun/build.gradle b/03_control/fun/build.gradle index 741dcde..2c7ce19 100644 --- a/03_control/fun/build.gradle +++ b/03_control/fun/build.gradle @@ -1,6 +1,6 @@ plugins { id 'java' - id 'org.jetbrains.kotlin.jvm' version '2.3.0' + id 'org.jetbrains.kotlin.jvm' version '2.3.10' } group 'ru.netology'