summaryrefslogtreecommitdiff
path: root/engine
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2026-01-05 15:05:57 +0000
committerGitHub <noreply@github.com>2026-01-05 15:05:57 +0000
commit9ee129ab3ea574e2b0a4924e8bb5e563c14bc8da (patch)
treed3d015f2966ce129697c6fc02877163b8e8f2dd9 /engine
parentc6b78069644dc2a54537e26b3b100355f82dab5b (diff)
downloadLunaticChat-9ee129ab3ea574e2b0a4924e8bb5e563c14bc8da.tar.gz
LunaticChat-9ee129ab3ea574e2b0a4924e8bb5e563c14bc8da.tar.bz2
LunaticChat-9ee129ab3ea574e2b0a4924e8bb5e563c14bc8da.zip
fix(deps): update dependency org.jetbrains.kotlinx:kotlinx-serialization-json to v1.9.0 (#6)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to 'engine')
-rw-r--r--engine/build.gradle.kts2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/build.gradle.kts b/engine/build.gradle.kts
index 9706c62..e1b7c51 100644
--- a/engine/build.gradle.kts
+++ b/engine/build.gradle.kts
@@ -5,5 +5,5 @@ plugins {
dependencies {
// JSON シリアライゼーション
- implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.3")
+ implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.9.0")
}