From 6d0bd1d452373a74dc7f42dbca3bcf34dd22d5a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 13:39:43 +0000 Subject: [PATCH] Bump com.jayway.jsonpath:json-path from 2.7.0 to 2.8.0 Bumps [com.jayway.jsonpath:json-path](https://github.com/jayway/JsonPath) from 2.7.0 to 2.8.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.7.0...json-path-2.8.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] --- router-protobuf/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/router-protobuf/build.gradle.kts b/router-protobuf/build.gradle.kts index 3c68060a..e5302899 100644 --- a/router-protobuf/build.gradle.kts +++ b/router-protobuf/build.gradle.kts @@ -24,7 +24,7 @@ dependencies { testImplementation("org.assertj:assertj-core:3.23.1") testImplementation("io.mockk:mockk:1.13.3") testImplementation("org.slf4j:slf4j-simple:2.0.9") - testImplementation("com.jayway.jsonpath:json-path:2.7.0") + testImplementation("com.jayway.jsonpath:json-path:2.8.0") }