Bump com.jayway.jsonpath:json-path from 2.8.0 to 2.9.0

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] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-02-26 04:32:02 +00:00 committed by GitHub
parent f82f54bcb7
commit 7f74a9bdea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -204,7 +204,7 @@ dependencies {
//
implementation('org.jsoup:jsoup:1.16.2')
implementation('com.jayway.jsonpath:json-path:2.8.0')
implementation('com.jayway.jsonpath:json-path:2.9.0')
implementation('cn.wanghaomiao:JsoupXpath:2.5.3')
implementation(project(path: ':modules:book'))