Skip to content

Commit

Permalink
Update dependency io.rest-assured:xml-path to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 14, 2024
1 parent 555adf9 commit 075d36f
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 @@ -236,7 +236,7 @@ dependencies {
exclude group: 'org.apache.sling', module: 'org.apache.sling.javax.activation'
}
testImplementation group: 'io.rest-assured', name: 'json-path', version: '4.3.0'
testImplementation(group: 'io.rest-assured', name: 'xml-path', version: '4.3.0') {
testImplementation(group: 'io.rest-assured', name: 'xml-path', version: '5.4.0') {
exclude group: 'org.apache.sling', module: 'org.apache.sling.javax.activation'
}

Expand Down

0 comments on commit 075d36f

Please sign in to comment.