From 946db326ac9c70492a8440849f2cd992d3a5d611 Mon Sep 17 00:00:00 2001 From: "dd-octo-sts[bot]" <200755185+dd-octo-sts[bot]@users.noreply.github.com> Date: Mon, 21 Sep 2026 07:03:56 +0000 Subject: [PATCH] chore(deps): update gradle high security fixes minor-patch --- gradle/libs.versions.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index eb9e35c14..2ab66a5ec 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -6,8 +6,8 @@ kotlin = "1.9.22" spotless = "8.10.2" # Testing -junit = "5.9.3" -junit-platform = "1.9.3" # JUnit Platform version corresponding to JUnit Jupiter 5.9.2 +junit = "5.14.4" +junit-platform = "1.14.4" # JUnit Platform version corresponding to JUnit Jupiter 5.9.2 junit-pioneer = "1.9.1" slf4j = "2.0.19" @@ -16,7 +16,7 @@ jmc = "8.3.1" jol = "0.17" lz4 = "1.11.3" snappy = "1.1.10.8" -zstd = "1.5.7-17" +zstd = "1.5.7-18" # JFR parsing for test verification (replaces JMC's FlightRecordingLoader, which can hang # forever if one of its internal parallel chunk-parsing workers dies from OOM)