Skip to content

Commit

Permalink
Bump kotlin-stdlib-common from 1.7.10 to 1.7.20
Browse files Browse the repository at this point in the history
Bumps [kotlin-stdlib-common](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-common
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and gesellix committed Oct 1, 2022
1 parent a352dcf commit 7739ba2
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 @@ -86,7 +86,7 @@ val dependencyVersions = listOf(
"net.bytebuddy:byte-buddy-agent:1.12.17",
"org.jetbrains.kotlin:kotlin-reflect:1.7.10",
"org.jetbrains.kotlin:kotlin-stdlib:1.7.10",
"org.jetbrains.kotlin:kotlin-stdlib-common:1.7.10",
"org.jetbrains.kotlin:kotlin-stdlib-common:1.7.20",
"org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.7.20",
"org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.7.20",
"org.jetbrains.kotlin:kotlin-test:1.7.10",
Expand Down

0 comments on commit 7739ba2

Please sign in to comment.