From 7f9599c8253545d8da7aa7e333736fd1d8cd527b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Mar 2024 17:01:46 +0000 Subject: [PATCH] Bump com.jayway.jsonpath:json-path from 2.8.0 to 2.9.0 Bumps [com.jayway.jsonpath:json-path](https://github.com/jayway/JsonPath) from 2.8.0 to 2.9.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.8.0...json-path-2.9.0) --- updated-dependencies: - dependency-name: com.jayway.jsonpath:json-path dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- core/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build.gradle b/core/build.gradle index c5a4bac..24e948a 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -18,7 +18,7 @@ dependencies { implementation "io.micrometer:micrometer-registry-prometheus" implementation group: 'ch.qos.logback', name: 'logback-classic', version: '1.4.7' - implementation group: 'com.jayway.jsonpath', name: 'json-path', version: '2.8.0' + implementation group: 'com.jayway.jsonpath', name: 'json-path', version: '2.9.0' implementation(platform("io.opentelemetry:opentelemetry-bom:$otelVersion")) implementation "io.opentelemetry:opentelemetry-sdk"