Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 13, 2023
1 parent 03b707f commit 5a8becd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies {
implementation("com.h2database:h2:2.1.210")
implementation("org.postgresql:postgresql:${Versions.postgresDriver}")
implementation("org.flywaydb:flyway-core:9.11.0")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.4.0-RC")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.4.1")

testImplementation("org.junit.jupiter:junit-jupiter:${Versions.junit}")
testImplementation("org.testcontainers:testcontainers:${Versions.testContainers}")
Expand Down

0 comments on commit 5a8becd

Please sign in to comment.