Skip to content

Commit dbfa5af

Browse files
chore(deps): update dependency org.jetbrains.kotlinx:kotlinx-serialization-json to v1.8.1 (#331)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.jetbrains.kotlinx:kotlinx-serialization-json](https://redirect.github.com/Kotlin/kotlinx.serialization) | `1.8.0` -> `1.8.1` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.jetbrains.kotlinx:kotlinx-serialization-json/1.8.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.jetbrains.kotlinx:kotlinx-serialization-json/1.8.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/org.jetbrains.kotlinx:kotlinx-serialization-json/1.8.0/1.8.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.jetbrains.kotlinx:kotlinx-serialization-json/1.8.0/1.8.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>Kotlin/kotlinx.serialization (org.jetbrains.kotlinx:kotlinx-serialization-json)</summary> ### [`v1.8.1`](https://redirect.github.com/Kotlin/kotlinx.serialization/blob/HEAD/CHANGELOG.md#181--2025-03-31) \================== This release updates Kotlin version to 2.1.20, while also providing several important improvements and bugfixes. #### Improvements - Implemented encoding null in key and value of a map in Protobuf ([#&#8203;2910](https://redirect.github.com/Kotlin/kotlinx.serialization/issues/2910)) - Make type argument in JsonTransformingSerializer nullable ([#&#8203;2911](https://redirect.github.com/Kotlin/kotlinx.serialization/issues/2911)) - Use SPDX identifier in POMs ([#&#8203;2936](https://redirect.github.com/Kotlin/kotlinx.serialization/issues/2936)) (thanks to [Leon Linhart](https://redirect.github.com/TheMrMilchmann)) - Add watchosDeviceArm64 to Okio integration module ([#&#8203;2920](https://redirect.github.com/Kotlin/kotlinx.serialization/issues/2920)) (thanks to [Daniel Santiago](https://redirect.github.com/danysantiago)) - Update kotlinx-io version to 0.6.0 ([#&#8203;2933](https://redirect.github.com/Kotlin/kotlinx.serialization/issues/2933)) (thanks to [Piotr Krzemiński](https://redirect.github.com/krzema12)) #### Bugfixes - Fix incorrect enum coercion during deserialization from JsonElement ([#&#8203;2962](https://redirect.github.com/Kotlin/kotlinx.serialization/issues/2962)) - Supply proper equals(), hashCode(), and toString() for SerialDescriptor() wrapper ([#&#8203;2942](https://redirect.github.com/Kotlin/kotlinx.serialization/issues/2942)) - Do not encode empty packed collections in protobuf ([#&#8203;2907](https://redirect.github.com/Kotlin/kotlinx.serialization/issues/2907)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "every 1 week on saturday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/typesafegithub/github-actions-typing). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMjcuMyIsInVwZGF0ZWRJblZlciI6IjM5LjIyNy4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b59f2f7 commit dbfa5af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.main.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env kotlin
22
@file:Repository("https://repo1.maven.org/maven2/")
33
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.3.0")
4-
@file:DependsOn("org.jetbrains.kotlinx:kotlinx-serialization-json:1.8.0")
4+
@file:DependsOn("org.jetbrains.kotlinx:kotlinx-serialization-json:1.8.1")
55

66
@file:Repository("https://bindings.krzeminski.it")
77
@file:DependsOn("actions:checkout:v4")

0 commit comments

Comments
 (0)