Skip to content

Commit 274dcdf

Browse files
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.serialization` 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.serialization 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 fcc9ff4 commit 274dcdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import java.lang.System.getenv
1111
import java.net.URI
1212

1313
plugins {
14-
val kotlinVersion = "2.3.0"
14+
val kotlinVersion = "2.3.10"
1515
kotlin("jvm") version kotlinVersion apply false
1616
kotlin("plugin.serialization") version kotlinVersion apply false
1717
id("org.jlleitschuh.gradle.ktlint") version "14.0.1"

0 commit comments

Comments
 (0)