From 34a63294eaac5bb36a20f00ac55f41d4222f2371 Mon Sep 17 00:00:00 2001 From: "dd-octo-sts[bot]" <200755185+dd-octo-sts[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 10:10:21 +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 1f8c21b5d..519a94373 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -6,8 +6,8 @@ kotlin = "1.9.22" spotless = "8.10.1" # 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.18" @@ -16,7 +16,7 @@ jmc = "8.3.1" jol = "0.17" lz4 = "1.11.2" snappy = "1.1.10.8" -zstd = "1.5.7-15" +zstd = "1.5.7-16" # 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)