Bump org.jetbrains.kotlinx:kotlinx-serialization-core

Bumps [org.jetbrains.kotlinx:kotlinx-serialization-core](https://github.com/Kotlin/kotlinx.serialization) 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-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-10-01 10:58:33 +00:00 committed by GitHub
parent 5307298dae
commit b1ee81864c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,7 +4,7 @@ kotlin = "2.0.20" # Note: Plugin versions must be updated in the settings.gradl
groovy = "3.0.22" groovy = "3.0.22"
jansi = "2.4.1" jansi = "2.4.1"
kx-ser = "1.7.2" kx-ser = "1.7.3"
logback = "1.5.7" logback = "1.5.7"
logback-groovy = "1.14.5" logback-groovy = "1.14.5"
logging = "7.0.0" logging = "7.0.0"