Skip to content

Commit 00a2e8f

Browse files
dependabot[bot]yonatankarp
authored andcommitted
Bump kotlinVersion from 2.3.0 to 2.3.10
Bumps `kotlinVersion` from 2.3.0 to 2.3.10. Updates `jvm` 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](JetBrains/kotlin@v2.3.0...v2.3.10) Updates `plugin.spring` 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](JetBrains/kotlin@v2.3.0...v2.3.10) --- updated-dependencies: - dependency-name: jvm dependency-version: 2.3.10 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: plugin.spring dependency-version: 2.3.10 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bb699a7 commit 00a2e8f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
55
plugins {
66
id("org.springframework.boot") version "4.0.2"
77
id("io.spring.dependency-management") version "1.1.7"
8-
val kotlinVersion = "2.3.0"
8+
val kotlinVersion = "2.3.10"
99
kotlin("jvm") version kotlinVersion
1010
kotlin("plugin.spring") version kotlinVersion
1111
id("org.openapi.generator") version "7.19.0"

0 commit comments

Comments
 (0)