Skip to content

Commit

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

---
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 Oct 14, 2022
1 parent e5b28e5 commit fe53a33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kotlin/junit/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repositories {
}

dependencies {
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.7.10")
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.7.20")
testImplementation("org.jetbrains.kotlin:kotlin-test:1.7.10")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.8.2")
}
Expand Down

0 comments on commit fe53a33

Please sign in to comment.