From 4d03537e46b64626727f2b87da58e6dbf4f3e76e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 07:54:55 +0100 Subject: [PATCH] chore(deps): Bump com.jayway.jsonpath:json-path from 2.8.0 to 2.9.0 (#1088) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- subscription-service/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subscription-service/build.gradle.kts b/subscription-service/build.gradle.kts index 6052bf089..62f4478b7 100644 --- a/subscription-service/build.gradle.kts +++ b/subscription-service/build.gradle.kts @@ -18,7 +18,7 @@ dependencies { implementation("org.springframework:spring-jdbc") implementation("org.flywaydb:flyway-core") implementation("org.postgresql:r2dbc-postgresql") - implementation("com.jayway.jsonpath:json-path:2.8.0") + implementation("com.jayway.jsonpath:json-path:2.9.0") implementation(project(":shared")) detektPlugins("io.gitlab.arturbosch.detekt:detekt-formatting:1.23.4")