Skip to content

Commit

Permalink
chore(deps): Bump com.jayway.jsonpath:json-path from 2.8.0 to 2.9.0
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 Jan 22, 2024
1 parent 7203aee commit 4cadaa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subscription-service/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 4cadaa1

Please sign in to comment.