Skip to content

Commit

Permalink
fix(deps): update feign monorepo to v13
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 6, 2024
1 parent cc7dc17 commit b260550
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 @@ -283,9 +283,9 @@ dependencies {

implementation group: 'io.rest-assured', name: 'rest-assured'

implementation 'io.github.openfeign:feign-okhttp:10.11'
implementation 'io.github.openfeign:feign-gson:10.11'
implementation 'io.github.openfeign:feign-slf4j:10.11'
implementation 'io.github.openfeign:feign-okhttp:13.2.1'
implementation 'io.github.openfeign:feign-gson:13.2.1'
implementation 'io.github.openfeign:feign-slf4j:13.2.1'
implementation group: 'org.springframework.cloud', name: 'spring-cloud-starter-openfeign', version: '4.1.2'

implementation group: 'com.azure', name: 'azure-identity', version: '1.12.1'
Expand Down

0 comments on commit b260550

Please sign in to comment.