From e52884befb20974994bcea4e6535f94c71b6f7bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 May 2022 18:04:06 +0000 Subject: [PATCH] chore(deps): bump kotlin-stdlib from 1.6.10 to 1.6.21 in /snippets (#928) Bumps [kotlin-stdlib](https://github.com/JetBrains/kotlin) from 1.6.10 to 1.6.21.
Release notes

Sourced from kotlin-stdlib's releases.

Kotlin 1.6.21

Changelog

Compiler

IDE. Native

JavaScript

Tools. Gradle

Tools. Gradle. Multiplatform

Checksums

File Sha256
kotlin-compiler-1.6.21.zip 632166fed89f3f430482f5aa07f2e20b923b72ef688c8f5a7df3aa1502c6d8ba
kotlin-native-linux-x86_64-1.6.21.tar.gz af51f6ae244bb19979fbae6dc3afdca7bae42568d6a33f0fa331edd665a611fa
kotlin-native-macos-x86_64-1.6.21.tar.gz ce74cc3bc874a42e9b912515626c563dee075503d0c3f55c24cd75724986f020
kotlin-native-macos-aarch64-1.6.21.tar.gz 92426f943b4ad18fb37a1b7ef5f2d7d872f67f228e232a34a9890993edf9b4c5
kotlin-native-windows-x86_64-1.6.21.zip ac520bf2f66197fec1ff6c666432cb908bf49e39b9266dd6979fa6e2c0294206

Kotlin 1.6.20

Changelog

Compiler

New Features

... (truncated)

Changelog

Sourced from kotlin-stdlib's changelog.

1.6.21

Compiler

IDE. Native

JavaScript

Tools. Gradle

Tools. Gradle. Multiplatform

1.6.20

Compiler

New Features

Performance Improvements

... (truncated)

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.jetbrains.kotlin:kotlin-stdlib&package-manager=gradle&previous-version=1.6.10&new-version=1.6.21)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
--- 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 fdc88793..4735413d 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"