Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Commit

Permalink
Bump kotlin-stdlib from 1.5.31 to 1.6.21
Browse files Browse the repository at this point in the history
Bumps [kotlin-stdlib](https://github.com/JetBrains/kotlin) from 1.5.31 to 1.6.21.
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/commits)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-stdlib
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and shawn-sher committed Apr 21, 2022
1 parent b59e79c commit 17276aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cerberus-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ dependencies {
configurations.all {
resolutionStrategy {
force "org.jetbrains.kotlin:kotlin-stdlib-common:1.6.21"
force "org.jetbrains.kotlin:kotlin-stdlib:1.5.31"
force "org.jetbrains.kotlin:kotlin-stdlib:1.6.21"
}
}

0 comments on commit 17276aa

Please sign in to comment.