From ed26ed7a006be52e1015da421573e4e5845a0c50 Mon Sep 17 00:00:00 2001 From: Ross Anderson Date: Tue, 1 Sep 2026 11:17:52 +0100 Subject: [PATCH] chore(deps): update fory to v1.7.0 Mostly Scala/Kotlin JSON and streaming features unrelated to this repo's usage, but includes deserialization-path hardening (bounded metadata decompression, tighter disallowed-class list) relevant to StreamLink payload handling. Wire format unchanged; no protocol/API impact here. --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 0e7568e..1115437 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -7,7 +7,7 @@ jmh = "1.37" jmh-plugin = "0.7.3" kotlinpoet = "2.3.0" ktfmt = "0.61" -fory = "1.6.1" +fory = "1.7.0" # Caplin Dependencies datasource = "8.0.12-1871-367ddb14"