Skip to content

Commit

Permalink
chore(deps): update plugin org.jetbrains.kotlin.jvm to v1.9.24 (main) (
Browse files Browse the repository at this point in the history
…#1760)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [org.jetbrains.kotlin.jvm](https://kotlinlang.org/)
([source](https://togithub.com/JetBrains/kotlin)) | `1.9.23` -> `1.9.24`
|
[![age](https://developer.mend.io/api/mc/badges/age/maven/org.jetbrains.kotlin.jvm/1.9.24?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.jetbrains.kotlin.jvm/1.9.24?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/org.jetbrains.kotlin.jvm/1.9.23/1.9.24?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.jetbrains.kotlin.jvm/1.9.23/1.9.24?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>JetBrains/kotlin (org.jetbrains.kotlin.jvm)</summary>

###
[`v1.9.24`](https://togithub.com/JetBrains/kotlin/releases/tag/v1.9.24):
1.9.24

##### Changelog

##### Backend. Wasm

- [`KT-64890`](https://youtrack.jetbrains.com/issue/KT-64890) K/Wasm
compiler crash with external class and Kodein

##### Compiler

- [`KT-65235`](https://youtrack.jetbrains.com/issue/KT-65235) JDK 21
might lead to change in overloads resolution
- [`KT-66768`](https://youtrack.jetbrains.com/issue/KT-66768) K1: False
positive UNRESOLVED_REFERENCE in super.getFirst/getLast call

##### Native

- [`KT-67218`](https://youtrack.jetbrains.com/issue/KT-67218) Native:
nested classes in kx.serialization ProtoBuf produce empty array for
release binary

##### Tools. Gradle

- [`KT-67139`](https://youtrack.jetbrains.com/issue/KT-67139) Build
reports can be overridden
- [`KT-67138`](https://youtrack.jetbrains.com/issue/KT-67138) Json
report is empty for incremental compilation

##### Tools. Gradle. Multiplatform

- [`KT-67127`](https://youtrack.jetbrains.com/issue/KT-67127) KMP: IDE
Dependency Resolver for CInterops reports errors on linux and windows
machines
- [`KT-66514`](https://youtrack.jetbrains.com/issue/KT-66514) Don't get
output file from Cinterop task for IDE Import if host os doesn't support
it

##### Tools. JPS

- [`KT-65043`](https://youtrack.jetbrains.com/issue/KT-65043) JPS dumb
mode should respect maps needed for the compiler

##### Tools. Wasm

- [`KT-67785`](https://youtrack.jetbrains.com/issue/KT-67785)
Kotlin/Wasm: Node.JS 22 does not need experimental-wasm-gc flag anymore
- [`KT-65864`](https://youtrack.jetbrains.com/issue/KT-65864) K/Wasm:
update Node.js to 22.x

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/AmadeusITGroup/otter).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNDAuMTAiLCJ1cGRhdGVkSW5WZXIiOiIzNy4zNDAuMTAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyJdfQ==-->
  • Loading branch information
kpanot committed May 15, 2024
2 parents 62276a6 + 0833f1b commit 27e1674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/intellij-extension/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id("java")
id("org.jetbrains.kotlin.jvm") version "1.9.23"
id("org.jetbrains.kotlin.jvm") version "1.9.24"
id("org.jetbrains.intellij") version "1.17.3"
}

Expand Down

0 comments on commit 27e1674

Please sign in to comment.