From 0791010360f0499baf5e57c503456c59aa40969a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 18:19:03 +0000 Subject: [PATCH] build(deps): 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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index ceabb17a..deb9e6a3 100644 --- a/build.gradle +++ b/build.gradle @@ -94,7 +94,7 @@ dependencies { implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310' // https://github.com/mbknor/mbknor-jackson-jsonSchema implementation 'com.kjetland:mbknor-jackson-jsonschema_2.13:1.0.39' - implementation 'com.jayway.jsonpath:json-path:2.9.0' + implementation 'com.jayway.jsonpath:json-path:2.10.0' implementation 'org.apache.httpcomponents.client5:httpclient5:5.5.1' implementation 'io.projectreactor.netty:reactor-netty-http:1.2.11' implementation 'org.apache.maven:maven-artifact:3.9.11'