Skip to content

Commit

Permalink
build(deps): Bump com.jayway.jsonpath:json-path
Browse files Browse the repository at this point in the history
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](json-path/JsonPath@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 12, 2024
1 parent 7d1f54f commit fe71a33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion promotion-notifier-backend/pn-user-service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
}

Expand Down

0 comments on commit fe71a33

Please sign in to comment.