Skip to content

Commit 106b204

Browse files
committed
fix(deps): update dependency org.jetbrains.kotlinx:kotlinx-serialization-json to v1.6.3
1 parent ffc39af commit 106b204

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

automation/code-generator/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88

99
dependencies {
1010
implementation("com.squareup:kotlinpoet:1.16.0")
11-
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.2")
11+
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.3")
1212

1313
implementation(platform("io.ktor:ktor-bom:2.3.8"))
1414
implementation("io.ktor:ktor-client-core")

github-workflows-kt/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies {
2323
implementation("org.jetbrains.kotlinx:kotlinx-serialization-core:1.6.3")
2424
implementation(projects.sharedInternal)
2525

26-
testImplementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.2")
26+
testImplementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.3")
2727
testImplementation("dev.zacsweers.kctfork:core:0.4.0")
2828
testImplementation("com.lemonappdev:konsist:0.13.0")
2929
// Needed to use the right version of the compiler for the libraries that depend on it.

0 commit comments

Comments
 (0)