Skip to content

Commit

Permalink
Update dependency io.rest-assured:rest-assured to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 8, 2023
1 parent 8b495c0 commit 92e4bfc
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 @@ -233,7 +233,7 @@ dependencies {
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: versions.junit

testImplementation group: 'org.springframework.boot', name: 'spring-boot-starter-test'
testImplementation(group: 'io.rest-assured', name: 'rest-assured', version: '4.3.0') {
testImplementation(group: 'io.rest-assured', name: 'rest-assured', version: '5.4.0') {
exclude group: 'org.apache.sling', module: 'org.apache.sling.javax.activation'
}
testImplementation group: 'io.rest-assured', name: 'json-path', version: '4.3.0'
Expand Down

0 comments on commit 92e4bfc

Please sign in to comment.