Skip to content

Commit 08bf334

Browse files
authored
Merge pull request #55 from AzisabaNetwork/renovate/org.jetbrains.kotlinx-kotlinx-serialization-json-1.x
fix(deps): update dependency org.jetbrains.kotlinx:kotlinx-serialization-json to v1.10.0
2 parents a93b559 + 707e15a commit 08bf334

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
@@ -63,7 +63,7 @@ dependencies {
6363
testImplementation(libs.bundles.mockk)
6464
testImplementation(libs.spigot)
6565
// Needed for serializer tests
66-
testImplementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.0")
66+
testImplementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.10.0")
6767
}
6868

6969
// Project Settings

0 commit comments

Comments
 (0)