From a4a667d133b9a944f51acbc014df79a743a904fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Feb 2026 02:05:53 +0000 Subject: [PATCH] build(deps): bump kotlinVersion in /02_threads/server Bumps `kotlinVersion` from 2.2.20 to 2.3.10. Updates `org.jetbrains.kotlin.plugin.jpa` 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) Updates `jvm` 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) Updates `plugin.spring` 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: org.jetbrains.kotlin.plugin.jpa dependency-version: 2.3.10 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: jvm dependency-version: 2.3.10 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: plugin.spring dependency-version: 2.3.10 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 02_threads/server/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02_threads/server/build.gradle.kts b/02_threads/server/build.gradle.kts index ef2a785b89..298d2ca966 100644 --- a/02_threads/server/build.gradle.kts +++ b/02_threads/server/build.gradle.kts @@ -1,7 +1,7 @@ plugins { id("org.springframework.boot") version "3.5.5" id("io.spring.dependency-management") version "1.1.7" - val kotlinVersion = "2.2.20" + val kotlinVersion = "2.3.10" id("org.jetbrains.kotlin.plugin.jpa") version kotlinVersion kotlin("jvm") version kotlinVersion kotlin("plugin.spring") version kotlinVersion