Skip to content

Commit fcd3fd8

Browse files
Bump jvm from 1.9.22 to 1.9.23 (#39)
Bumps [jvm](https://github.com/JetBrains/kotlin) from 1.9.22 to 1.9.23. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.9.23/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.9.22...v1.9.23) --- updated-dependencies: - dependency-name: jvm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f73d5f9 commit fcd3fd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ val kotlinVersion = "1.9.23"
66
val javaVersion = JavaVersion.VERSION_21
77

88
plugins {
9-
kotlin("jvm") version "1.9.22"
9+
kotlin("jvm") version "1.9.23"
1010
id("com.github.ben-manes.versions") version "0.51.0"
1111
`maven-publish`
1212
java

0 commit comments

Comments
 (0)