From 2496db1e514c3cab7cd0c9d1636e6f37ea238d49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Feb 2026 02:05:16 +0000 Subject: [PATCH] Bump org.jetbrains.kotlin.jvm from 2.3.0 to 2.3.10 in /05_oop/oop 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] --- 05_oop/oop/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/05_oop/oop/build.gradle b/05_oop/oop/build.gradle index ef4fb7b..6070dfd 100644 --- a/05_oop/oop/build.gradle +++ b/05_oop/oop/build.gradle @@ -1,7 +1,7 @@ plugins { id 'java' id 'jacoco' - id 'org.jetbrains.kotlin.jvm' version '2.3.0' + id 'org.jetbrains.kotlin.jvm' version '2.3.10' } group 'ru.netology'