Skip to content

Commit

Permalink
Bump org.jetbrains.kotlinx:kotlinx-serialization-core (#339)
Browse files Browse the repository at this point in the history
Bumps [org.jetbrains.kotlinx:kotlinx-serialization-core](https://github.com/Kotlin/kotlinx.serialization) from 1.7.1 to 1.7.2.
- [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.7.1...v1.7.2)

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

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 Sep 10, 2024
1 parent 2a98de3 commit b1739de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oslonokkelen-keychain-push-cli/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies {
implementation("io.ktor:ktor-client-cio:2.3.12")

implementation("com.charleskorn.kaml:kaml:0.61.0")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-core:1.7.1")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-core:1.7.2")

testImplementation("org.slf4j:slf4j-simple:$slf4jVersion")
testImplementation("org.assertj:assertj-core:3.26.3")
Expand Down

0 comments on commit b1739de

Please sign in to comment.