Skip to content

Commit

Permalink
Bump kotlin-stdlib-jdk8 from 1.4.32 to 1.7.21
Browse files Browse the repository at this point in the history
Bumps [kotlin-stdlib-jdk8](https://github.com/JetBrains/kotlin) from 1.4.32 to 1.7.21.
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.4.32...v1.7.21)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 15, 2022
1 parent d944d77 commit c386515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ repositories {
apply plugin: "org.jlleitschuh.gradle.ktlint-idea"

dependencies {
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.32")
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.7.21")

testImplementation "org.hamcrest:hamcrest:2.2"
testImplementation 'org.mockito:mockito-core:4.8.0'
Expand Down

0 comments on commit c386515

Please sign in to comment.