From 0c9b9bf5813f54868086daf658a791cb8c27439f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Nov 2022 04:09:47 +0000 Subject: [PATCH] Bump kotlin-stdlib from 1.4.21 to 1.7.21 Bumps [kotlin-stdlib](https://github.com/JetBrains/kotlin) from 1.4.21 to 1.7.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] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index d973099..1957577 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -66,7 +66,7 @@ tasks.withType { } dependencies { - implementation("org.jetbrains.kotlin:kotlin-stdlib:1.4.21") + implementation("org.jetbrains.kotlin:kotlin-stdlib:1.7.21") implementation(gradleApi()) testImplementation(gradleTestKit()) testImplementation("com.google.truth:truth:1.1")