Skip to content
This repository has been archived by the owner on Sep 13, 2024. It is now read-only.

Commit

Permalink
Bump kotlinxSerializationVersion from 1.7.0 to 1.7.1
Browse files Browse the repository at this point in the history
Bumps `kotlinxSerializationVersion` from 1.7.0 to 1.7.1.

Updates `org.jetbrains.kotlinx:kotlinx-serialization-core-jvm` from 1.7.0 to 1.7.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.7.0...v1.7.1)

Updates `org.jetbrains.kotlinx:kotlinx-serialization-json-jvm` from 1.7.0 to 1.7.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.7.0...v1.7.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and github-actions[bot] committed Jun 25, 2024
1 parent a4e74f7 commit 6892617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
val javaVersion = JavaVersion.VERSION_21
val ktorVersion = "2.3.12"
val kotlinxSerializationVersion = "1.7.0"
val kotlinxSerializationVersion = "1.7.1"
val kotlinxCoroutinesVersion = "1.8.1"
val prometheusVersion = "0.16.0"
val testContainersVersion = "1.17.3"
Expand Down

0 comments on commit 6892617

Please sign in to comment.