Skip to content

Commit

Permalink
Update dependency io.rest-assured:json-path to v5.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 16, 2023
1 parent 8c6019b commit 624f736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 2repository/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ subprojects {

dependencies {
integrationTestImplementation group: 'io.rest-assured', name: 'rest-assured', version: '5.3.2'
integrationTestImplementation group: 'io.rest-assured', name: 'json-path', version: '5.3.1'
integrationTestImplementation group: 'io.rest-assured', name: 'json-path', version: '5.3.2'
integrationTestImplementation group: 'io.rest-assured', name: 'rest-assured-common', version: '5.3.1'
integrationTestImplementation group: 'junit', name: 'junit', version: '4.13.2'
integrationTestImplementation group: 'org.hamcrest', name: 'hamcrest-all', version: '1.3'
Expand Down

0 comments on commit 624f736

Please sign in to comment.