build(deps): Bump kotlinSerialization from 1.7.2 to 1.7.3 (#596)
Bumps `kotlinSerialization` from 1.7.2 to 1.7.3. Updates `org.jetbrains.kotlinx:kotlinx-serialization-json` from 1.7.2 to 1.7.3 - [Release notes](https://github.com/Kotlin/kotlinx.serialization/releases) - [Changelog](https://github.com/Kotlin/kotlinx.serialization/blob/master/CHANGELOG.md) - [Commits](https://github.com/Kotlin/kotlinx.serialization/compare/v1.7.2...v1.7.3) Updates `org.jetbrains.kotlinx:kotlinx-serialization-cbor` from 1.7.2 to 1.7.3 - [Release notes](https://github.com/Kotlin/kotlinx.serialization/releases) - [Changelog](https://github.com/Kotlin/kotlinx.serialization/blob/master/CHANGELOG.md) - [Commits](https://github.com/Kotlin/kotlinx.serialization/compare/v1.7.2...v1.7.3) Updates `org.jetbrains.kotlinx:kotlinx-serialization-protobuf` from 1.7.2 to 1.7.3 - [Release notes](https://github.com/Kotlin/kotlinx.serialization/releases) - [Changelog](https://github.com/Kotlin/kotlinx.serialization/blob/master/CHANGELOG.md) - [Commits](https://github.com/Kotlin/kotlinx.serialization/compare/v1.7.2...v1.7.3) --- 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-cbor dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlinx:kotlinx-serialization-protobuf dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
bbdf360c81
commit
8b303523f0
|
@ -81,7 +81,7 @@ kotlinCoroutines = "1.9.0"
|
|||
kotlinDatetime = "0.6.1"
|
||||
kotlinDsl = "4.3.0"
|
||||
# https://github.com/Kotlin/kotlinx.serialization
|
||||
kotlinSerialization = "1.7.2"
|
||||
kotlinSerialization = "1.7.3"
|
||||
# https://github.com/google/ksp/releases
|
||||
kspPlugin = "2.0.20-1.0.25"
|
||||
# https://github.com/pinterest/ktlint/releases
|
||||
|
|
Loading…
Reference in New Issue