From 446bb709348290d8646c997e5d9cf12eceb83bf7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 May 2022 18:04:18 +0000 Subject: [PATCH] chore(deps): bump kotlin_version from 1.6.10 to 1.6.21 in /ApiDemos/kotlin (#931) Bumps `kotlin_version` from 1.6.10 to 1.6.21. Updates `kotlin-gradle-plugin` from 1.6.10 to 1.6.21
Release notes

Sourced from kotlin-gradle-plugin'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-gradle-plugin's changelog.

1.6.21

Compiler

IDE. Native

JavaScript

Tools. Gradle

Tools. Gradle. Multiplatform

1.6.20

Compiler

New Features

Performance Improvements

... (truncated)

Commits

Updates `kotlin-stdlib-jdk7` from 1.6.10 to 1.6.21
Release notes

Sourced from kotlin-stdlib-jdk7'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-jdk7'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 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)
--- ApiDemos/kotlin/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ApiDemos/kotlin/build.gradle b/ApiDemos/kotlin/build.gradle index a4f0396a..413f6829 100644 --- a/ApiDemos/kotlin/build.gradle +++ b/ApiDemos/kotlin/build.gradle @@ -1,7 +1,7 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { - ext.kotlin_version = '1.6.10' + ext.kotlin_version = '1.6.21' repositories { google() mavenCentral()