Skip to content

Commit

Permalink
fix(deps): update dependency org.jetbrains.kotlinx:kotlinx-serializat…
Browse files Browse the repository at this point in the history
…ion-json to v1.7.1
  • Loading branch information
renovate[bot] committed Jun 25, 2024
1 parent 38d5737 commit 8ed9745
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion automation/code-generator/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {

dependencies {
implementation("com.squareup:kotlinpoet:1.17.0")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.0")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.1")

implementation(platform("io.ktor:ktor-bom:2.3.12"))
implementation("io.ktor:ktor-client-core")
Expand Down
2 changes: 1 addition & 1 deletion github-workflows-kt/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ version = rootProject.version
dependencies {
implementation("it.krzeminski:snakeyaml-engine-kmp:3.0.0")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-core:1.7.0")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.0")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.1")
implementation(projects.sharedInternal)

testImplementation("dev.zacsweers.kctfork:core:0.5.0")
Expand Down

0 comments on commit 8ed9745

Please sign in to comment.