Skip to content

Commit 496bb8c

Browse files
dependabot[bot]gesellix
authored andcommitted
Bump org.jetbrains.kotlin.jvm from 1.8.22 to 1.9.0
Bumps [org.jetbrains.kotlin.jvm](https://github.com/JetBrains/kotlin) from 1.8.22 to 1.9.0. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.8.22...v1.9.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin.jvm dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0bd5790 commit 496bb8c

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
@@ -9,7 +9,7 @@ plugins {
99
id("net.ossindex.audit") version "0.4.11"
1010
id("io.freefair.maven-central.validate-poms") version "8.1.0"
1111
id("io.github.gradle-nexus.publish-plugin") version "1.3.0"
12-
id("org.jetbrains.kotlin.jvm") version "1.8.22" apply false
12+
id("org.jetbrains.kotlin.jvm") version "1.9.0" apply false
1313
id("com.google.devtools.ksp") version "1.9.0-1.0.11" apply false
1414
id("org.openapi.generator") version "6.6.0" apply false
1515
id("org.jlleitschuh.gradle.ktlint") version "11.5.0" apply false

0 commit comments

Comments
 (0)