[pigeon]: Bump org.jetbrains.kotlin:kotlin-gradle-plugin from 1.8.21 to 1.8.22 in /packages/pigeon/platform_tests/test_plugin/android (#4189)

Bumps [org.jetbrains.kotlin:kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.8.21 to 1.8.22.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/JetBrains/kotlin/releases">org.jetbrains.kotlin:kotlin-gradle-plugin's releases</a>.</em></p>
<blockquote>
<h2>Kotlin 1.8.22</h2>
<h2>Changelog</h2>
<h3>Tools. Gradle</h3>
<ul>
<li><a href="https://youtrack.jetbrains.com/issue/KT-58280"><code>KT-58280</code></a> org.jetbrains.kotlin.jvm Gradle plugin contributes build directories to the test compile classpath</li>
</ul>
<h2>Checksums</h2>
<table>
<thead>
<tr>
<th>File</th>
<th>Sha256</th>
</tr>
</thead>
<tbody>
<tr>
<td>kotlin-compiler-1.8.22.zip</td>
<td>91f50fe25c9edfb1e79ae1fe2ede85fa4728f7f4b0587644a4eee40252cdfaa6</td>
</tr>
<tr>
<td>kotlin-native-linux-x86_64-1.8.22.tar.gz</td>
<td>a1fb41fc010b347d5d9a5449ebb48ad200c59ec2a9121b01db5165db6697e58b</td>
</tr>
<tr>
<td>kotlin-native-macos-x86_64-1.8.22.tar.gz</td>
<td>0d6e6b12569a4b8ff2f301f827192dd715a29962cc01eed05557aa8e6eb7c20d</td>
</tr>
<tr>
<td>kotlin-native-macos-aarch64-1.8.22.tar.gz</td>
<td>29805af3220eab3c163ac54f02a6097436d4ddfa83eca7815eb053517093e417</td>
</tr>
<tr>
<td>kotlin-native-windows-x86_64-1.8.22.zip</td>
<td>91b04aa9f3dc3d5968c75d8e7f163e542458867915777e995162864cc805b2e5</td>
</tr>
</tbody>
</table>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/JetBrains/kotlin/blob/v1.8.22/ChangeLog.md">org.jetbrains.kotlin:kotlin-gradle-plugin's changelog</a>.</em></p>
<blockquote>
<h2>1.8.22</h2>
<h3>Tools. Gradle</h3>
<ul>
<li><a href="https://youtrack.jetbrains.com/issue/KT-58280"><code>KT-58280</code></a> org.jetbrains.kotlin.jvm Gradle plugin contributes build directories to the test compile classpath</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="fe0156151d"><code>fe01561</code></a> Add changelog for 1.8.22</li>
<li><a href="918a74f88a"><code>918a74f</code></a> [Gradle] KotlinCompilationAssociator: Restore 1.8.10 behaviour for KotlinWith...</li>
<li><a href="90a9bf9dbe"><code>90a9bf9</code></a> [Gradle] Implement KT58280JvmWithJavaTestCompileClasspath to cover KT-58280</li>
<li><a href="0043ae4390"><code>0043ae4</code></a> Update Dokka to 1.8.20-dev-213</li>
<li><a href="0389c35262"><code>0389c35</code></a> docs build: allow to specify custom dokka repository</li>
<li><a href="d57f33517b"><code>d57f335</code></a> docs build: move parameter initialization to the parent project</li>
<li><a href="596ff23d43"><code>596ff23</code></a> docs: cleanup remaining previous version specializations</li>
<li><a href="2da94ed855"><code>2da94ed</code></a> Fix missing native-wasm source set in legacy docs build</li>
<li><a href="51d55cdae0"><code>51d55cd</code></a> docs: specialize build for latest version</li>
<li><a href="5e1e4ec8cd"><code>5e1e4ec</code></a> Render kotlin-reflect library documentation in a separate module</li>
<li>Additional commits viewable in <a href="https://github.com/JetBrains/kotlin/compare/v1.8.21...v1.8.22">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.jetbrains.kotlin:kotlin-gradle-plugin&package-manager=gradle&previous-version=1.8.21&new-version=1.8.22)](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`.

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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)

</details>
This commit is contained in:
dependabot[bot]
2023-06-29 18:54:08 +00:00
committed by GitHub
parent d61537115c
commit 71997a4d3b

View File

@ -2,7 +2,7 @@ group 'com.example.test_plugin'
version '1.0-SNAPSHOT' version '1.0-SNAPSHOT'
buildscript { buildscript {
ext.kotlin_version = '1.8.21' ext.kotlin_version = '1.8.22'
repositories { repositories {
google() google()
mavenCentral() mavenCentral()