From b9a480cb7516beaaa6789985d6d47657863f090f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 May 2022 10:52:30 -0700 Subject: [PATCH] chore(deps): bump kotlin-stdlib from 1.6.10 to 1.6.21 in /snippets (#948) Bumps [kotlin-stdlib](https://github.com/JetBrains/kotlin) from 1.6.10 to 1.6.21. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.6.21/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.6.10...v1.6.21) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-stdlib dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- snippets/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/app/build.gradle b/snippets/app/build.gradle index 71ac1553..4a3a9609 100644 --- a/snippets/app/build.gradle +++ b/snippets/app/build.gradle @@ -54,7 +54,7 @@ android { dependencies { implementation fileTree(dir: "libs", include: ["*.jar"]) - implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.6.10' + implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.6.21' implementation 'androidx.core:core-ktx:1.7.0' implementation 'androidx.appcompat:appcompat:1.4.1' implementation "androidx.compose.foundation:foundation:1.2.0-alpha06"