From a35f393c1bc59e648a56d869afd23c9f295857d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 12:05:54 +0000 Subject: [PATCH] Bump com.jayway.jsonpath:json-path from 2.10.0 to 3.0.0 Bumps [com.jayway.jsonpath:json-path](https://github.com/jayway/JsonPath) from 2.10.0 to 3.0.0. - [Release notes](https://github.com/jayway/JsonPath/releases) - [Changelog](https://github.com/json-path/JsonPath/blob/master/changelog.md) - [Commits](https://github.com/jayway/JsonPath/compare/json-path-2.10.0...json-path-3.0.0) --- updated-dependencies: - dependency-name: com.jayway.jsonpath:json-path dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- 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 0a9a04a1b..705cfd43f 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -14,7 +14,7 @@ documentfile = "1.1.0" libarchive = "1.1.6" glide = "5.0.5" gson = "2.13.2" -jsonPath = "2.10.0" +jsonPath = "3.0.0" jsoupxpath = "2.5.3" coroutines = "1.10.2" liveeventbus = "1.8.14"