From c249d25927f129a9889c8ad53427016403b2d07e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Nov 2025 02:01:57 +0000 Subject: [PATCH] Bump com.jayway.jsonpath:json-path from 2.9.0 to 2.10.0 Bumps [com.jayway.jsonpath:json-path](https://github.com/jayway/JsonPath) from 2.9.0 to 2.10.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.9.0...json-path-2.10.0) --- updated-dependencies: - dependency-name: com.jayway.jsonpath:json-path dependency-version: 2.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 0f3a5b3e..eb709f72 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -26,7 +26,7 @@ jackson-yaml = { module = "com.fasterxml.jackson.dataformat:jackson-dataformat-y jackson-kotlin = { module = "com.fasterxml.jackson.module:jackson-module-kotlin" } snakeyaml = "org.yaml:snakeyaml:2.5" -jsonpath = "com.jayway.jsonpath:json-path:2.9.0" +jsonpath = "com.jayway.jsonpath:json-path:2.10.0" kotest-bom = "io.kotest:kotest-bom:6.0.4" kotest-runner = { module = "io.kotest:kotest-runner-junit5" }