Skip to content

Commit

Permalink
Bump kotlin-stdlib from 1.7.10 to 1.7.20
Browse files Browse the repository at this point in the history
Bumps [kotlin-stdlib](https://github.com/JetBrains/kotlin) from 1.7.10 to 1.7.20.
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.7.20/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.7.10...v1.7.20)

---
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>
  • Loading branch information
dependabot[bot] authored Oct 1, 2022
1 parent 6693f34 commit a2649af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ val dependencyVersions = listOf(
"org.apiguardian:apiguardian-api:1.1.2",
"org.jetbrains:annotations:23.0.0",
"org.jetbrains.kotlin:kotlin-reflect:1.7.20",
"org.jetbrains.kotlin:kotlin-stdlib:1.7.10",
"org.jetbrains.kotlin:kotlin-stdlib:1.7.20",
"org.jetbrains.kotlin:kotlin-stdlib-common:1.7.20",
"org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.7.10",
"org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.7.20",
Expand Down

0 comments on commit a2649af

Please sign in to comment.