Skip to content

Commit

Permalink
Bump kotlinx-serialization-json from 1.3.3 to 1.4.0 (#604)
Browse files Browse the repository at this point in the history
Bumps [kotlinx-serialization-json](https://github.com/Kotlin/kotlinx.serialization) from 1.3.3 to 1.4.0.
- [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.3...v1.4.0)

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

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 19, 2022
1 parent 2da2ede commit ae09d8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ kotlin {
commonMain {
dependencies {
// Apache 2, https://github.com/Kotlin/kotlinx.serialization/releases/latest
api("org.jetbrains.kotlinx:kotlinx-serialization-json:1.3.3")
api("org.jetbrains.kotlinx:kotlinx-serialization-json:1.4.0")

// Apache 2, https://github.com/Kotlin/kotlinx-datetime/releases
api("org.jetbrains.kotlinx:kotlinx-datetime:0.4.0")
Expand Down

0 comments on commit ae09d8e

Please sign in to comment.