Update dependency org.jetbrains.kotlinx:kotlinx-serialization-json to v1.4.1 #6

Open
renovate wants to merge 1 commit from renovate/org.jetbrains.kotlinx-kotlinx-serialization-json-1.x into master
Collaborator

This PR contains the following updates:

Package Update Change
org.jetbrains.kotlinx:kotlinx-serialization-json minor 1.3.3 -> 1.4.1

Release Notes

Kotlin/kotlinx.serialization

v1.4.1

==================

This is patch release contains several bugfixes and improvements.
Kotlin 1.7.20 is used by default.

Improvements
  • Add @​MustBeDocumented to certain annotations (#​2059)
  • Deprecate .isNullable in SerialDescriptor builder (#​2040)
  • Unsigned primitives and unsigned arrays serializers can be retrieved as built-ins (#​1992)
  • Serializers are now cached inside reflective lookup, leading to faster serializer retrieval (#​2015)
  • Compiler plugin can create enum serializers using static factories for better speed (#​1851) (Kotlin 1.7.20 required)
  • Provide foundation for compiler plugin intrinsics available in Kotlin 1.8.0 (#​2031)
Bugfixes

v1.4.0

==================

This release contains all features and bugfixes from 1.4.0-RC plus some bugfixes on its own (see below).
Kotlin 1.7.10 is used as a default.

Bugfixes
  • Fixed decoding of huge JSON data for okio streams (#​2006)

Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [org.jetbrains.kotlinx:kotlinx-serialization-json](https://github.com/Kotlin/kotlinx.serialization) | minor | `1.3.3` -> `1.4.1` | --- ### Release Notes <details> <summary>Kotlin/kotlinx.serialization</summary> ### [`v1.4.1`](https://github.com/Kotlin/kotlinx.serialization/blob/HEAD/CHANGELOG.md#&#8203;141--2022-10-14) \================== This is patch release contains several bugfixes and improvements. Kotlin 1.7.20 is used by default. ##### Improvements - Add [@&#8203;MustBeDocumented](https://github.com/MustBeDocumented) to certain annotations ([#&#8203;2059](https://github.com/Kotlin/kotlinx.serialization/issues/2059)) - Deprecate .isNullable in SerialDescriptor builder ([#&#8203;2040](https://github.com/Kotlin/kotlinx.serialization/issues/2040)) - Unsigned primitives and unsigned arrays serializers can be retrieved as built-ins ([#&#8203;1992](https://github.com/Kotlin/kotlinx.serialization/issues/1992)) - Serializers are now cached inside reflective lookup, leading to faster serializer retrieval ([#&#8203;2015](https://github.com/Kotlin/kotlinx.serialization/issues/2015)) - Compiler plugin can create enum serializers using static factories for better speed ([#&#8203;1851](https://github.com/Kotlin/kotlinx.serialization/issues/1851)) (Kotlin 1.7.20 required) - Provide foundation for compiler plugin intrinsics available in Kotlin 1.8.0 ([#&#8203;2031](https://github.com/Kotlin/kotlinx.serialization/issues/2031)) ##### Bugfixes - Support polymorphism in Properties format ([#&#8203;2052](https://github.com/Kotlin/kotlinx.serialization/issues/2052)) (thanks to [Rodrigo Vedovato](https://github.com/rodrigovedovato)) - Added support of UTF-16 surrogate pairs to okio streams ([#&#8203;2033](https://github.com/Kotlin/kotlinx.serialization/issues/2033)) - Fix dependency on core module from HOCON module ([#&#8203;2020](https://github.com/Kotlin/kotlinx.serialization/issues/2020)) (thanks to [Osip Fatkullin](https://github.com/osipxd)) ### [`v1.4.0`](https://github.com/Kotlin/kotlinx.serialization/blob/HEAD/CHANGELOG.md#&#8203;140--2022-08-18) \================== This release contains all features and bugfixes from 1.4.0-RC plus some bugfixes on its own (see below). Kotlin 1.7.10 is used as a default. ##### Bugfixes - Fixed decoding of huge JSON data for okio streams ([#&#8203;2006](https://github.com/Kotlin/kotlinx.serialization/issues/2006)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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, click this checkbox. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
renovate added 1 commit 2022-10-14 17:41:21 +02:00
Update dependency org.jetbrains.kotlinx:kotlinx-serialization-json to v1.4.0
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
3aa300ae7d
renovate changed title from Update dependency org.jetbrains.kotlinx:kotlinx-serialization-json to v1.4.0 to Update dependency org.jetbrains.kotlinx:kotlinx-serialization-json to v1.4.1 2022-10-14 20:37:34 +02:00
renovate force-pushed renovate/org.jetbrains.kotlinx-kotlinx-serialization-json-1.x from 3aa300ae7d to 8791c341e7 2022-10-14 20:37:39 +02:00 Compare
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/org.jetbrains.kotlinx-kotlinx-serialization-json-1.x:renovate/org.jetbrains.kotlinx-kotlinx-serialization-json-1.x
git checkout renovate/org.jetbrains.kotlinx-kotlinx-serialization-json-1.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git checkout master
git merge --no-ff renovate/org.jetbrains.kotlinx-kotlinx-serialization-json-1.x
git checkout renovate/org.jetbrains.kotlinx-kotlinx-serialization-json-1.x
git rebase master
git checkout master
git merge --ff-only renovate/org.jetbrains.kotlinx-kotlinx-serialization-json-1.x
git checkout renovate/org.jetbrains.kotlinx-kotlinx-serialization-json-1.x
git rebase master
git checkout master
git merge --no-ff renovate/org.jetbrains.kotlinx-kotlinx-serialization-json-1.x
git checkout master
git merge --squash renovate/org.jetbrains.kotlinx-kotlinx-serialization-json-1.x
git checkout master
git merge --ff-only renovate/org.jetbrains.kotlinx-kotlinx-serialization-json-1.x
git checkout master
git merge renovate/org.jetbrains.kotlinx-kotlinx-serialization-json-1.x
git push origin master
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: kalle/GitlabRepoStats#6
No description provided.