From b4803e3d0cd9be082223dd9fcb0fd2ee190c1314 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 22 Feb 2026 21:49:33 +0000 Subject: [PATCH] Update dependency com.jayway.jsonpath:json-path to v3 --- 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 17ab43f..b60b158 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -6,7 +6,7 @@ commons-math3 = "3.6.1" guava = "33.4.8-jre" testng = "7.11.0" jackson = "2.19.2" -json-path = "2.9.0" +json-path = "3.0.0" [libraries] commons-math3 = { module = "org.apache.commons:commons-math3", version.ref = "commons-math3" }