Skip to content

Commit 0bd5790

Browse files
dependabot[bot]gesellix
authored andcommitted
Bump org.jetbrains.kotlin:kotlin-stdlib-common from 1.8.22 to 1.9.0
Bumps [org.jetbrains.kotlin:kotlin-stdlib-common](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:kotlin-stdlib-common dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d1bd799 commit 0bd5790

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
@@ -19,7 +19,7 @@ val dependencyVersions = listOf(
1919
"org.jetbrains.kotlin:kotlin-reflect:1.9.0",
2020
"org.jetbrains.kotlin:kotlin-script-runtime:1.9.0",
2121
"org.jetbrains.kotlin:kotlin-stdlib:1.8.22",
22-
"org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22",
22+
"org.jetbrains.kotlin:kotlin-stdlib-common:1.9.0",
2323
"org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.22",
2424
"org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.0",
2525
"org.slf4j:slf4j-api:2.0.7",

0 commit comments

Comments
 (0)