Skip to content

Commit

Permalink
Update dependency io.rest-assured:rest-assured to v5.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 28, 2023
1 parent d2ab26c commit 9912d11
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 @@ -244,7 +244,7 @@ dependencies {
implementation group: 'org.apache.logging.log4j', name: 'log4j-api', version: log4JVersion
implementation group: 'org.apache.logging.log4j', name: 'log4j-to-slf4j', version: log4JVersion

implementation group: 'io.rest-assured', name: 'rest-assured', version: '5.3.0'
implementation group: 'io.rest-assured', name: 'rest-assured', version: '5.3.1'
implementation group: 'commons-fileupload', name: 'commons-fileupload', version: '1.5'
implementation group: 'com.google.guava', name: 'guava', version: '32.0.1-jre'
implementation group: 'org.json', name: 'json', version: '20230227'
Expand Down

0 comments on commit 9912d11

Please sign in to comment.