Skip to content

Commit f43c5be

Browse files
fix(deps): update dependency com.jayway.jsonpath:json-path to v2.9.0
1 parent 89032c3 commit f43c5be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphql-webclient/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dependencies {
22
api "org.springframework.boot:spring-boot-starter-webflux"
3-
implementation "com.jayway.jsonpath:json-path:2.8.0"
3+
implementation "com.jayway.jsonpath:json-path:2.9.0"
44

55
testImplementation "org.springframework.boot:spring-boot-starter-webflux"
66
testImplementation "org.springframework.boot:spring-boot-starter-test"

0 commit comments

Comments
 (0)