Skip to content

Commit c1b2048

Browse files
fix(deps): update dependency org.jetbrains.kotlinx:kotlinx-serialization-json to v1.6.1
1 parent 1656786 commit c1b2048

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ kotlin {
7575
dependencies {
7676
implementation(kotlin("reflect"))
7777

78-
api("org.jetbrains.kotlinx:kotlinx-serialization-json:1.5.1")
78+
api("org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.1")
7979
api("io.github.microutils:kotlin-logging:2.1.23")
8080
}
8181
}

0 commit comments

Comments
 (0)