From 75ef346ccd9a8b6b00f38b6e1d7cfaddb0ba896b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Apr 2023 07:00:45 -0700 Subject: [PATCH] Bump kotlin.version from 1.8.20 to 1.8.21 in /value MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps `kotlin.version` from 1.8.20 to 1.8.21. Updates `kotlin-stdlib` from 1.8.20 to 1.8.21
Release notes

Sourced from kotlin-stdlib's releases.

Kotlin 1.8.21

Changelog

Compiler

JavaScript

Tools. Commonizer

Tools. Compiler plugins. Serialization

Tools. Gradle. JS

Tools. Kapt

Tools. Maven

Checksums

File Sha256
kotlin-compiler-1.8.21.zip 6e43c5569ad067492d04d92c28cdf8095673699d81ce460bd7270443297e8fd7
kotlin-native-linux-x86_64-1.8.21.tar.gz 0fc854641dd6d88dce3cc044bb5bc99b9035480474e23541eff03771690c68cf
kotlin-native-macos-x86_64-1.8.21.tar.gz e73bfdac0461ee0c84f25e61063c243bf8d4eb8e0ff5da250456d6a23c677fd6
kotlin-native-macos-aarch64-1.8.21.tar.gz 0a97957921ed55458f3e6cc9117643914ccf3663d8ad7eb161a4a03035a7521b
kotlin-native-windows-x86_64-1.8.21.zip f23d3288a47ee580f82f862d55452a75074fce3d26fe7e7f55e27b6015226d8d
Changelog

Sourced from kotlin-stdlib's changelog.

1.8.21

Compiler

JavaScript

Tools. Compiler plugins. Serialization

Tools. Gradle. JS

Tools. Kapt

Tools. Maven

Commits

Updates `kotlin-maven-plugin` from 1.8.20 to 1.8.21 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)
Fixes #1494 COPYBARA_INTEGRATE_REVIEW=https://github.com/google/auto/pull/1494 from google:dependabot/maven/value/kotlin.version-1.8.21 84d9ba78ede885b3fdf20d1d0cc4dec7b1ac7a50 PiperOrigin-RevId: 527253818 --- value/src/it/functional/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/value/src/it/functional/pom.xml b/value/src/it/functional/pom.xml index 91b7d5258d..83b46f0ac2 100644 --- a/value/src/it/functional/pom.xml +++ b/value/src/it/functional/pom.xml @@ -32,7 +32,7 @@ HEAD-SNAPSHOT Auto-Value Functional Integration Test - 1.8.20 + 1.8.21