From 2ca1832565eae1f16a4fc2abd7483eb4dcd0b758 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 00:29:55 +0000 Subject: [PATCH] fix(deps): update dependency com.thoughtworks.xstream:xstream to v1.4.21 [security] --- 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 45c078a2c..614356cb8 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -213,7 +213,7 @@ velocity-engine-core = { module = "org.apache.velocity:velocity-engine-core", ve velocity-tools-generic = { module = "org.apache.velocity.tools:velocity-tools-generic", version = "3.1" } xmpbox = { module = "org.apache.pdfbox:xmpbox", version = "2.0.24" } xpp3 = { module = "xpp3:xpp3", version = "1.1.4c" } -xstream = { module = "com.thoughtworks.xstream:xstream", version = "1.4.20" } +xstream = { module = "com.thoughtworks.xstream:xstream", version = "1.4.21" } jsch = { module = "com.github.mwiede:jsch", version = "2.27.7" } postgresql = { module = "org.postgresql:postgresql", version = "42.7.12" } snakeyaml = { module = "org.yaml:snakeyaml", version = "2.5" }