Skip to content

Commit 7150f2d

Browse files
Bump kotlinVersion from 2.2.10 to 2.2.21 in /02_arch/server
Bumps `kotlinVersion` from 2.2.10 to 2.2.21. Updates `org.jetbrains.kotlin.plugin.jpa` from 2.2.10 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](JetBrains/kotlin@v2.2.10...v2.2.21) Updates `jvm` from 2.2.10 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](JetBrains/kotlin@v2.2.10...v2.2.21) Updates `plugin.spring` from 2.2.10 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](JetBrains/kotlin@v2.2.10...v2.2.21) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin.plugin.jpa dependency-version: 2.2.21 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: jvm dependency-version: 2.2.21 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: plugin.spring dependency-version: 2.2.21 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c7202d7 commit 7150f2d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

02_arch/server/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins {
22
id("org.springframework.boot") version "4.0.0"
33
id("io.spring.dependency-management") version "1.1.7"
4-
val kotlinVersion = "2.2.10"
4+
val kotlinVersion = "2.3.0"
55
id("org.jetbrains.kotlin.plugin.jpa") version kotlinVersion
66
kotlin("jvm") version kotlinVersion
77
kotlin("plugin.spring") version kotlinVersion

0 commit comments

Comments
 (0)