From d5a21297a238fd3dda226009c53fcfe2c644d879 Mon Sep 17 00:00:00 2001 From: Ross Anderson Date: Tue, 1 Sep 2026 11:19:14 +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 db64581..df00768 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -8,7 +8,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"