Skip to content

Commit

Permalink
Bump json-path from 2.6.0 to 2.7.0
Browse files Browse the repository at this point in the history
Bumps [json-path](https://github.com/jayway/JsonPath) from 2.6.0 to 2.7.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.6.0...json-path-2.7.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>
  • Loading branch information
dependabot[bot] authored Mar 11, 2023
1 parent 930c21a commit bbd3301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ dependencies {
implementation group: 'org.graalvm.js', name: 'js', version: '21.2.0'
implementation group: 'org.graalvm.js', name: 'js-scriptengine', version: '21.1.0'

implementation 'com.jayway.jsonpath:json-path:2.6.0'
implementation 'com.jayway.jsonpath:json-path:2.7.0'

// For PDF image extraction
implementation 'org.apache.pdfbox:pdfbox:2.0.25'
Expand Down

0 comments on commit bbd3301

Please sign in to comment.