Skip to content

Commit

Permalink
Update Networking to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 27, 2024
1 parent 947e442 commit bffa3e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -217,9 +217,9 @@ dependencies {
implementation group: 'org.springframework.retry', name: 'spring-retry', version: '2.0.9'

implementation group: 'me.xdrop', name: 'fuzzywuzzy', version: '1.4.0'
implementation group: 'io.rest-assured', name: 'rest-assured', version: '4.5.1'
implementation group: 'io.rest-assured', name: 'json-path', version: '4.5.1'
implementation group: 'io.rest-assured', name: 'xml-path', version: '4.5.1'
implementation group: 'io.rest-assured', name: 'rest-assured', version: '5.5.0'
implementation group: 'io.rest-assured', name: 'json-path', version: '5.5.0'
implementation group: 'io.rest-assured', name: 'xml-path', version: '5.5.0'
implementation group: 'io.github.openfeign', name: 'feign-jackson', version: '13.3'
implementation group: 'com.github.everit-org.json-schema', name: 'org.everit.json.schema', version: '1.14.4'
implementation group: 'javax.validation', name: 'validation-api', version: '2.0.1.Final'
Expand Down

0 comments on commit bffa3e2

Please sign in to comment.