Skip to content

Commit 64e21eb

Browse files
build(deps): bump com.jayway.jsonpath:json-path from 2.9.0 to 2.10.0 (#663)
Bumps [com.jayway.jsonpath:json-path](https://github.com/jayway/JsonPath) from 2.9.0 to 2.10.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.9.0...json-path-2.10.0) --- updated-dependencies: - dependency-name: com.jayway.jsonpath:json-path dependency-version: 2.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 06e6bab commit 64e21eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ dependencies {
9494
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310'
9595
// https://github.com/mbknor/mbknor-jackson-jsonSchema
9696
implementation 'com.kjetland:mbknor-jackson-jsonschema_2.13:1.0.39'
97-
implementation 'com.jayway.jsonpath:json-path:2.9.0'
97+
implementation 'com.jayway.jsonpath:json-path:2.10.0'
9898
implementation 'org.apache.httpcomponents.client5:httpclient5:5.5.1'
9999
implementation 'io.projectreactor.netty:reactor-netty-http:1.2.11'
100100
implementation 'org.apache.maven:maven-artifact:3.9.11'

0 commit comments

Comments
 (0)