Skip to content

Commit

Permalink
Update dependency io.rest-assured:rest-assured-common to v3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 13, 2023
1 parent 5307cc4 commit b9c320c
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 @@ -107,7 +107,7 @@ subprojects {
dependencies {
integrationTestCompile group: 'io.rest-assured', name: 'rest-assured', version: '3.0.1'
integrationTestCompile group: 'io.rest-assured', name: 'json-path', version: '3.0.1'
integrationTestCompile group: 'io.rest-assured', name: 'rest-assured-common', version: '3.0.1'
integrationTestCompile group: 'io.rest-assured', name: 'rest-assured-common', version: '3.3.0'
integrationTestCompile group: 'junit', name: 'junit', version: '4.11'

integrationTestRuntime group: 'org.glassfish.jaxb', name: 'jaxb-runtime', version: '2.3.2'
Expand Down

0 comments on commit b9c320c

Please sign in to comment.