Skip to content

Commit 941aec0

Browse files
dependabot[bot]gesellix
authored andcommitted
Bump kotlin-stdlib from 1.7.21 to 1.7.22
Bumps [kotlin-stdlib](https://github.com/JetBrains/kotlin) from 1.7.21 to 1.7.22. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.7.21...v1.7.22) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-stdlib dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent abd0cd8 commit 941aec0

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
@@ -17,7 +17,7 @@ val dependencyVersions = listOf(
1717
"org.apiguardian:apiguardian-api:1.1.2",
1818
"org.jetbrains:annotations:23.0.0",
1919
"org.jetbrains.kotlin:kotlin-reflect:1.7.22",
20-
"org.jetbrains.kotlin:kotlin-stdlib:1.7.21",
20+
"org.jetbrains.kotlin:kotlin-stdlib:1.7.22",
2121
"org.jetbrains.kotlin:kotlin-stdlib-common:1.7.22",
2222
"org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.7.21",
2323
"org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.7.22",

0 commit comments

Comments
 (0)