From bd245bdd4d80cd482cd11d2bc55624b873300f0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Sep 2021 07:12:04 +0000 Subject: [PATCH] Bump kotlin-stdlib-jdk8 from 1.5.20 to 1.5.31 Bumps [kotlin-stdlib-jdk8](https://github.com/JetBrains/kotlin) from 1.5.20 to 1.5.31. - [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-jdk8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 2ed6014b..4e6a11be 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -17,7 +17,7 @@ repositories { } dependencies { - implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.5.20") + implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.5.31") implementation("org.jetbrains.kotlin:kotlin-reflect:1.5.20") implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.0")