Bump kotlin-stdlib-jdk8 from 1.6.0 to 1.6.10

Bumps [kotlin-stdlib-jdk8](https://github.com/JetBrains/kotlin) from 1.6.0 to 1.6.10.
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.6.0...v1.6.10)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-01-04 18:04:44 +00:00
committed by Quentin Hibon
parent d84abc3a6a
commit c47bd4c328
2 changed files with 2 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ application {
dependencies {
val ktorVersion = "1.6.7"
val kotlinVersion = "1.6.0"
val kotlinVersion = "1.6.10"
val logbackVersion = "1.2.10"
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlinVersion")
implementation("io.ktor:ktor-server-netty:$ktorVersion")