Skip to content

Commit 406ac2e

Browse files
Update dependency com.jayway.jsonpath:json-path to v2.10.0
1 parent ff87972 commit 406ac2e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ dependencies {
110110

111111
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.3'
112112
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.3'
113-
testImplementation "com.jayway.jsonpath:json-path:2.9.0"
113+
testImplementation "com.jayway.jsonpath:json-path:2.10.0"
114114
}
115115

116116
test {

0 commit comments

Comments
 (0)