Bump kotlinx-serialization-json from 1.4.0 to 1.4.1 (#4228)
Summary: Bumps [kotlinx-serialization-json](https://github.com/Kotlin/kotlinx.serialization) from 1.4.0 to 1.4.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Kotlin/kotlinx.serialization/releases">kotlinx-serialization-json's releases</a>.</em></p> <blockquote> <h2>1.4.1</h2> <p>This patch release contains several bug fixes and improvements. Kotlin 1.7.20 is used by default.</p> <h3>Improvements</h3> <ul> <li>Add <a href="https://github.com/MustBeDocumented"><code>@MustBeDocumented</code></a> to certain annotations (<a href="https://github-redirect.dependabot.com/Kotlin/kotlinx.serialization/issues/2059">https://github.com/facebook/flipper/issues/2059</a>)</li> <li>Deprecate .isNullable in SerialDescriptor builder (<a href="https://github-redirect.dependabot.com/Kotlin/kotlinx.serialization/issues/2040">https://github.com/facebook/flipper/issues/2040</a>)</li> <li>Unsigned primitives and unsigned arrays serializers can be retrieved as built-ins (<a href="https://github-redirect.dependabot.com/Kotlin/kotlinx.serialization/issues/1992">https://github.com/facebook/flipper/issues/1992</a>)</li> <li>Serializers are now cached inside reflective lookup, leading to faster serializer retrieval (<a href="https://github-redirect.dependabot.com/Kotlin/kotlinx.serialization/issues/2015">https://github.com/facebook/flipper/issues/2015</a>)</li> <li>Compiler plugin can create enum serializers using static factories for better speed (<a href="https://github-redirect.dependabot.com/Kotlin/kotlinx.serialization/issues/1851">https://github.com/facebook/flipper/issues/1851</a>) (Kotlin 1.7.20 required)</li> <li>Provide a foundation for compiler plugin intrinsics available in Kotlin 1.8.0 (<a href="https://github-redirect.dependabot.com/Kotlin/kotlinx.serialization/issues/2031">https://github.com/facebook/flipper/issues/2031</a>)</li> </ul> <h3>Bugfixes</h3> <ul> <li>Support polymorphism in Properties format (<a href="https://github-redirect.dependabot.com/Kotlin/kotlinx.serialization/issues/2052">https://github.com/facebook/flipper/issues/2052</a>) (thanks to <a href="https://github.com/rodrigovedovato">Rodrigo Vedovato</a>)</li> <li>Added support of UTF-16 surrogate pairs to okio streams (<a href="https://github-redirect.dependabot.com/Kotlin/kotlinx.serialization/issues/2033">https://github.com/facebook/flipper/issues/2033</a>)</li> <li>Fix dependency on core module from HOCON module (<a href="https://github-redirect.dependabot.com/Kotlin/kotlinx.serialization/issues/2020">https://github.com/facebook/flipper/issues/2020</a>) (thanks to <a href="https://github.com/osipxd">Osip Fatkullin</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/Kotlin/kotlinx.serialization/blob/master/CHANGELOG.md">kotlinx-serialization-json's changelog</a>.</em></p> <blockquote> <h1>1.4.1 / 2022-10-14</h1> <p>This is patch release contains several bugfixes and improvements. Kotlin 1.7.20 is used by default.</p> <h3>Improvements</h3> <ul> <li>Add <a href="https://github.com/MustBeDocumented"><code>@MustBeDocumented</code></a> to certain annotations (<a href="https://github-redirect.dependabot.com/Kotlin/kotlinx.serialization/issues/2059">https://github.com/facebook/flipper/issues/2059</a>)</li> <li>Deprecate .isNullable in SerialDescriptor builder (<a href="https://github-redirect.dependabot.com/Kotlin/kotlinx.serialization/issues/2040">https://github.com/facebook/flipper/issues/2040</a>)</li> <li>Unsigned primitives and unsigned arrays serializers can be retrieved as built-ins (<a href="https://github-redirect.dependabot.com/Kotlin/kotlinx.serialization/issues/1992">https://github.com/facebook/flipper/issues/1992</a>)</li> <li>Serializers are now cached inside reflective lookup, leading to faster serializer retrieval (<a href="https://github-redirect.dependabot.com/Kotlin/kotlinx.serialization/issues/2015">https://github.com/facebook/flipper/issues/2015</a>)</li> <li>Compiler plugin can create enum serializers using static factories for better speed (<a href="https://github-redirect.dependabot.com/Kotlin/kotlinx.serialization/issues/1851">https://github.com/facebook/flipper/issues/1851</a>) (Kotlin 1.7.20 required)</li> <li>Provide foundation for compiler plugin intrinsics available in Kotlin 1.8.0 (<a href="https://github-redirect.dependabot.com/Kotlin/kotlinx.serialization/issues/2031">https://github.com/facebook/flipper/issues/2031</a>)</li> </ul> <h3>Bugfixes</h3> <ul> <li>Support polymorphism in Properties format (<a href="https://github-redirect.dependabot.com/Kotlin/kotlinx.serialization/issues/2052">https://github.com/facebook/flipper/issues/2052</a>) (thanks to <a href="https://github.com/rodrigovedovato">Rodrigo Vedovato</a>)</li> <li>Added support of UTF-16 surrogate pairs to okio streams (<a href="https://github-redirect.dependabot.com/Kotlin/kotlinx.serialization/issues/2033">https://github.com/facebook/flipper/issues/2033</a>)</li> <li>Fix dependency on core module from HOCON module (<a href="https://github-redirect.dependabot.com/Kotlin/kotlinx.serialization/issues/2020">https://github.com/facebook/flipper/issues/2020</a>) (thanks to <a href="https://github.com/osipxd">Osip Fatkullin</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="d7e58c2eeb"><code>d7e58c2</code></a> Prepare 1.4.1 release (<a href="https://github-redirect.dependabot.com/Kotlin/kotlinx.serialization/issues/2063">https://github.com/facebook/flipper/issues/2063</a>)</li> <li><a href="de6864af70"><code>de6864a</code></a> Merge remote-tracking branch 'origin/master' into dev</li> <li><a href="0a1b6d856d"><code>0a1b6d8</code></a> Fix minor documentation and comment typos (<a href="https://github-redirect.dependabot.com/Kotlin/kotlinx.serialization/issues/2061">https://github.com/facebook/flipper/issues/2061</a>)</li> <li><a href="0f35682bbc"><code>0f35682</code></a> Fix incorrect behavior while deserializing maps to sealed classes (<a href="https://github-redirect.dependabot.com/Kotlin/kotlinx.serialization/issues/2052">https://github.com/facebook/flipper/issues/2052</a>)</li> <li><a href="dc9983a608"><code>dc9983a</code></a> Update test assertions to use IntelliJ "Click to see difference" format (<a href="https://github-redirect.dependabot.com/Kotlin/kotlinx.serialization/issues/2062">https://github.com/facebook/flipper/issues/2062</a>)</li> <li><a href="cb6bcbb648"><code>cb6bcbb</code></a> Add <a href="https://github.com/MustBeDocumented"><code>@MustBeDocumented</code></a> to certain annotations</li> <li><a href="182c53e3c9"><code>182c53e</code></a> Add documentation on using typealias for means of global configuration</li> <li><a href="98529cd8e2"><code>98529cd</code></a> Remove kotlin.Experimental from opt-ins as it would be removed in 1.8.20</li> <li><a href="687d917b13"><code>687d917</code></a> Updated builtin-classes.md to mention Duration</li> <li><a href="e311eb8f22"><code>e311eb8</code></a> Added support for the unsigned primitives and arrays as built-in</li> <li>Additional commits viewable in <a href="https://github.com/Kotlin/kotlinx.serialization/compare/v1.4.0...v1.4.1">compare view</a></li> </ul> </details> <br /> [](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`. [//]: # (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 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> Pull Request resolved: https://github.com/facebook/flipper/pull/4228 Reviewed By: aigoncharov Differential Revision: D40673607 Pulled By: passy fbshipit-source-id: 72aa080a0919eedf4dc260a41b3179e1cc824d0e
This commit is contained in:
committed by
Facebook GitHub Bot
parent
b2c7d67586
commit
a95de35771
@@ -77,7 +77,7 @@ ext.deps = [
|
|||||||
websocket : 'org.java-websocket:Java-WebSocket:1.5.3',
|
websocket : 'org.java-websocket:Java-WebSocket:1.5.3',
|
||||||
openssl : 'com.android.ndk.thirdparty:openssl:1.1.1l-beta-1',
|
openssl : 'com.android.ndk.thirdparty:openssl:1.1.1l-beta-1',
|
||||||
// Annotations
|
// Annotations
|
||||||
kotlinxSerializationJson : "org.jetbrains.kotlinx:kotlinx-serialization-json:1.4.0",
|
kotlinxSerializationJson : "org.jetbrains.kotlinx:kotlinx-serialization-json:1.4.1",
|
||||||
jsr305 : 'com.google.code.findbugs:jsr305:3.0.2',
|
jsr305 : 'com.google.code.findbugs:jsr305:3.0.2',
|
||||||
inferAnnotations : 'com.facebook.infer.annotation:infer-annotation:0.18.0',
|
inferAnnotations : 'com.facebook.infer.annotation:infer-annotation:0.18.0',
|
||||||
proguardAnnotations: 'com.facebook.yoga:proguard-annotations:1.19.0',
|
proguardAnnotations: 'com.facebook.yoga:proguard-annotations:1.19.0',
|
||||||
|
|||||||
Reference in New Issue
Block a user