Skip to content

Commit 2ac3855

Browse files
Bump kotlinVersion from 2.2.20 to 2.2.21 in /services/hanke-service
Bumps `kotlinVersion` from 2.2.20 to 2.2.21. Updates `jvm` from 2.2.20 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.20...v2.2.21) Updates `plugin.spring` from 2.2.20 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.20...v2.2.21) Updates `plugin.jpa` from 2.2.20 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.20...v2.2.21) --- updated-dependencies: - 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 - dependency-name: plugin.jpa 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 115d2a5 commit 2ac3855

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

services/hanke-service/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ spotless {
5656
}
5757

5858
plugins {
59-
val kotlinVersion = "2.2.20"
59+
val kotlinVersion = "2.3.20"
6060
id("org.springframework.boot") version "3.5.11"
6161
id("io.spring.dependency-management") version "1.1.7"
6262
id("com.diffplug.spotless") version "7.2.1"

0 commit comments

Comments
 (0)