From fc0a9a9c56a8c8a6475f2808aa923df193f33dba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 24 Jan 2026 02:40:26 +0000 Subject: [PATCH] chore(deps): update dependency org.jetbrains.kotlinx:kotlinx-serialization-json to v1.10.0 --- .github/workflows/release.main.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.main.kts b/.github/workflows/release.main.kts index 2420a36..8b7b6d9 100755 --- a/.github/workflows/release.main.kts +++ b/.github/workflows/release.main.kts @@ -1,7 +1,7 @@ #!/usr/bin/env kotlin @file:Repository("https://repo1.maven.org/maven2/") @file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.7.0") -@file:DependsOn("org.jetbrains.kotlinx:kotlinx-serialization-json:1.9.0") +@file:DependsOn("org.jetbrains.kotlinx:kotlinx-serialization-json:1.10.0") @file:Repository("https://bindings.krzeminski.it") @file:DependsOn("actions:checkout:v6")