Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump kotlinSerializationVersion from 1.3.0 to 1.3.1 #4378

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 12, 2021

Bumps kotlinSerializationVersion from 1.3.0 to 1.3.1.
Updates kotlinx-serialization-json from 1.3.0 to 1.3.1

Release notes

Sourced from kotlinx-serialization-json's releases.

1.3.1

This release mainly contains bugfixes for 1.3.0 and provides new experimental Json.decodeToSequence function.

Improvements

  • Provide decodeToSequence to read multiple objects from stream lazily (#1691)

Bugfixes

  • Correctly handle buffer boundaries while decoding escape sequences from json stream (#1706)
  • Properly skip unknown keys for objects and structures with zero properties (#1720)
  • Fix merging for maplikeSerializer when the map is not empty (by using the actual size * 2). (#1712) (thanks to pdvrieze)
  • Fix lookup of primitive array serializers by Java type token (#1708)
Changelog

Sourced from kotlinx-serialization-json's changelog.

1.3.1 / 2021-11-11

This release mainly contains bugfixes for 1.3.0 and provides new experimental Json.decodeToSequence function.

Improvements

  • Provide decodeToSequence to read multiple objects from stream lazily (#1691)

Bugfixes

  • Correctly handle buffer boundaries while decoding escape sequences from json stream (#1706)
  • Properly skip unknown keys for objects and structures with zero properties (#1720)
  • Fix merging for maplikeSerializer when the map is not empty (by using the actual size * 2). (#1712) (thanks to pdvrieze)
  • Fix lookup of primitive array serializers by Java type token (#1708)
Commits
  • 471f4bb Prepare 1.3.1 release
  • 2a71f31 Merge remote-tracking branch 'origin/master' into dev
  • b211c29 Provide decodeToSequence to read multiple objects from stream lazily (#1691)
  • 3999818 Correctly handle buffer boundaries while decoding escape sequences from json ...
  • e721ebe Add Kover plugin (#1733)
  • f6a3432 Easier to configure ProGuard rules (#1721)
  • b746ba8 docs(polymorphism): fixing a typo (#1731)
  • c06ebb4 Properly skip unknown keys for objects and structures with zero prope… (#1720)
  • 85be8a7 Fix merging for maplikeSerializer when the map is not empty (by using the act...
  • 1814a92 Added android.os.Bundle to community-supported formats (#1722)
  • Additional commits viewable in compare view

Updates kotlinx-serialization-properties from 1.3.0 to 1.3.1

Release notes

Sourced from kotlinx-serialization-properties's releases.

1.3.1

This release mainly contains bugfixes for 1.3.0 and provides new experimental Json.decodeToSequence function.

Improvements

  • Provide decodeToSequence to read multiple objects from stream lazily (#1691)

Bugfixes

  • Correctly handle buffer boundaries while decoding escape sequences from json stream (#1706)
  • Properly skip unknown keys for objects and structures with zero properties (#1720)
  • Fix merging for maplikeSerializer when the map is not empty (by using the actual size * 2). (#1712) (thanks to pdvrieze)
  • Fix lookup of primitive array serializers by Java type token (#1708)
Changelog

Sourced from kotlinx-serialization-properties's changelog.

1.3.1 / 2021-11-11

This release mainly contains bugfixes for 1.3.0 and provides new experimental Json.decodeToSequence function.

Improvements

  • Provide decodeToSequence to read multiple objects from stream lazily (#1691)

Bugfixes

  • Correctly handle buffer boundaries while decoding escape sequences from json stream (#1706)
  • Properly skip unknown keys for objects and structures with zero properties (#1720)
  • Fix merging for maplikeSerializer when the map is not empty (by using the actual size * 2). (#1712) (thanks to pdvrieze)
  • Fix lookup of primitive array serializers by Java type token (#1708)
Commits
  • 471f4bb Prepare 1.3.1 release
  • 2a71f31 Merge remote-tracking branch 'origin/master' into dev
  • b211c29 Provide decodeToSequence to read multiple objects from stream lazily (#1691)
  • 3999818 Correctly handle buffer boundaries while decoding escape sequences from json ...
  • e721ebe Add Kover plugin (#1733)
  • f6a3432 Easier to configure ProGuard rules (#1721)
  • b746ba8 docs(polymorphism): fixing a typo (#1731)
  • c06ebb4 Properly skip unknown keys for objects and structures with zero prope… (#1720)
  • 85be8a7 Fix merging for maplikeSerializer when the map is not empty (by using the act...
  • 1814a92 Added android.os.Bundle to community-supported formats (#1722)
  • Additional commits viewable in compare view

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 commands and options

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)

Bumps `kotlinSerializationVersion` from 1.3.0 to 1.3.1.

Updates `kotlinx-serialization-json` from 1.3.0 to 1.3.1
- [Release notes](https://github.com/Kotlin/kotlinx.serialization/releases)
- [Changelog](https://github.com/Kotlin/kotlinx.serialization/blob/master/CHANGELOG.md)
- [Commits](Kotlin/kotlinx.serialization@v1.3.0...v1.3.1)

Updates `kotlinx-serialization-properties` from 1.3.0 to 1.3.1
- [Release notes](https://github.com/Kotlin/kotlinx.serialization/releases)
- [Changelog](https://github.com/Kotlin/kotlinx.serialization/blob/master/CHANGELOG.md)
- [Commits](Kotlin/kotlinx.serialization@v1.3.0...v1.3.1)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlinx:kotlinx-serialization-json
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jetbrains.kotlinx:kotlinx-serialization-properties
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 12, 2021
@brnunes-stripe brnunes-stripe merged commit 5a772a3 into master Nov 15, 2021
@brnunes-stripe brnunes-stripe deleted the dependabot/gradle/kotlinSerializationVersion-1.3.1 branch November 15, 2021 15:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant