Skip to content
This repository was archived by the owner on Dec 18, 2025. It is now read-only.

Commit 0791ba1

Browse files
fix(deps): update dependency org.jetbrains.kotlinx:kotlinx-serialization-json to v1.8.1
1 parent 230f1e7 commit 0791ba1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.8.1")
7979
api("io.github.microutils:kotlin-logging:2.1.23")
8080
}
8181
}

0 commit comments

Comments
 (0)