Skip to content

Commit

Permalink
Merge pull request #69 from fraktalio/renovate/kotlinxserializationjson
Browse files Browse the repository at this point in the history
Update dependency org.jetbrains.kotlinx:kotlinx-serialization-json to v1.6.3
  • Loading branch information
idugalic authored Apr 6, 2024
2 parents 2d78467 + ab718cb commit df4bf9c
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
Expand Up @@ -28,7 +28,7 @@ repositories {

extra["testcontainersVersion"] = "1.19.7"
extra["fmodelVersion"] = "3.5.0"
extra["kotlinxSerializationJson"] = "1.6.2"
extra["kotlinxSerializationJson"] = "1.6.3"
extra["kotlinxCollectionsImmutable"] = "0.3.7"
extra["kotlinLogging"] = "3.0.5"
extra["kotlinxCoroutinesTest"] = "1.8.0"
Expand Down

0 comments on commit df4bf9c

Please sign in to comment.