Skip to content

Commit

Permalink
build(deps): bump kotlin from 1.9.10 to 1.9.20 (#1314)
Browse files Browse the repository at this point in the history
Bumps `kotlin` from 1.9.10 to 1.9.20.
Updates `org.jetbrains.kotlin:kotlin-stdlib` from 1.9.10 to 1.9.20
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/JetBrains/kotlin/releases">org.jetbrains.kotlin:kotlin-stdlib's
releases</a>.</em></p>
<blockquote>
<h2>Kotlin 1.9.20-RC2</h2>
<h2>Changelog</h2>
<h3>Compiler</h3>
<ul>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-62747"><code>KT-62747</code></a>
Wrong warning message when overriding vararg with Array during
actualization</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-62655"><code>KT-62655</code></a>
Don't report a warning when new members and new supertypes are added to
open expect actualization</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-62313"><code>KT-62313</code></a>
Kotlin/Native Compiler crash: ClassCastException in
IntrinsicGenerator</li>
</ul>
<h3>JavaScript</h3>
<ul>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-62790"><code>KT-62790</code></a>
java.lang.ClassCastException in compiler when ::class is used</li>
</ul>
<h3>Libraries</h3>
<ul>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-62656"><code>KT-62656</code></a>
Drop <code>@AllowDifferentMembersInActual</code> from stdlib</li>
</ul>
<h3>Reflection</h3>
<ul>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-47973"><code>KT-47973</code></a>
Reflection: &quot;IllegalArgumentException: argument type mismatch&quot;
when using callSuspend to call a function returning value class over
primitive</li>
</ul>
<h3>Tools. Gradle</h3>
<ul>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-61359"><code>KT-61359</code></a>
&quot;Unresolved reference: platform&quot; when enabling Gradle
configuration cache</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-62496"><code>KT-62496</code></a>
Configuration time regression with KGP 1.9.20-Beta caused by loading of
properties</li>
</ul>
<h2>Checksums</h2>
<table>
<thead>
<tr>
<th>File</th>
<th>Sha256</th>
</tr>
</thead>
<tbody>
<tr>
<td>kotlin-compiler-1.9.20-RC2.zip</td>

<td>e7ecbb754203a427adcdfa97f609472e0840ef7c6722c04daaf218900b669728</td>
</tr>
<tr>
<td>kotlin-native-linux-x86_64-1.9.20-RC2.tar.gz</td>

<td>5faf5f8b1f20c8214767f23a1c9918ab97191abbb93d39aae9fd529b1a93b463</td>
</tr>
<tr>
<td>kotlin-native-macos-x86_64-1.9.20-RC2.tar.gz</td>

<td>64d40e0d3398a6fecc948391d1ccd02c30371a56da3710ee6491b5b7b98f7a24</td>
</tr>
<tr>
<td>kotlin-native-macos-aarch64-1.9.20-RC2.tar.gz</td>

<td>41be3a0f63a6f726118024c5a9960e480390267a96a30a45211d2bcf49104c33</td>
</tr>
<tr>
<td>kotlin-native-windows-x86_64-1.9.20-RC2.zip</td>

<td>a5305b21517756b108c748ade77780af564589b1f64feb810ce211fb72b2da2b</td>
</tr>
</tbody>
</table>
<h2>Kotlin 1.9.20-RC</h2>
<h2>Changelog</h2>
<h3>Compiler</h3>
<ul>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-62127"><code>KT-62127</code></a>
&quot;NoSuchFieldError: TRUE$delegate&quot; on referencing companion's
variable in submodule</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-62335"><code>KT-62335</code></a>
Improve debuggability of code generator crashes</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-62263"><code>KT-62263</code></a>
Turn &quot;different expect/actual members&quot; error into a
warning</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-61933"><code>KT-61933</code></a>
K2: &quot;<code>Argument type mismatch: actual type is
'Foo&lt;kotlin/Function0&lt;kotlin/Unit&gt;&gt;' but
'Foo&lt;kotlin/coroutines/SuspendFunction0&lt;kotlin/Unit&gt;&gt;' was
expected</code>&quot;</li>
</ul>
<h3>IDE. Multiplatform</h3>
<ul>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-61686"><code>KT-61686</code></a>
Check and update places in compiler and IDE where we are saying that MPP
is experimental/Beta/Alpha</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/JetBrains/kotlin/commits">compare view</a></li>
</ul>
</details>
<br />

Updates `org.jetbrains.kotlin.android` from 1.9.10 to 1.9.20


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)

---

<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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 30, 2023
1 parent ae5b4f5 commit 2ef368b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
protobuf = "3.24.4"
coroutine = "1.7.3"
kotlin = "1.9.10"
kotlin = "1.9.20"

[plugins]
kotlin = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
Expand Down

0 comments on commit 2ef368b

Please sign in to comment.