From fe71a33445f290c1cb5e3ebb3f8edc0e32a997e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 16:54:56 +0000 Subject: [PATCH] build(deps): Bump com.jayway.jsonpath:json-path 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] --- promotion-notifier-backend/pn-user-service/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/promotion-notifier-backend/pn-user-service/build.gradle b/promotion-notifier-backend/pn-user-service/build.gradle index 1540638b..0782610c 100644 --- a/promotion-notifier-backend/pn-user-service/build.gradle +++ b/promotion-notifier-backend/pn-user-service/build.gradle @@ -58,7 +58,7 @@ dependencies { integTestImplementation "org.testcontainers:postgresql:${testcontainersVersion}" contractTestImplementation 'org.springframework.cloud:spring-cloud-starter-contract-verifier' - contractTestImplementation("com.jayway.jsonpath:json-path:2.8.0") + contractTestImplementation("com.jayway.jsonpath:json-path:2.9.0") contractTestImplementation "com.github.tomakehurst:wiremock-jre8-standalone:${wiremockVersion}" }