Skip to content

Commit

Permalink
Update dependency io.github.openfeign:feign-httpclient to v12
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 6, 2023
1 parent d743a20 commit 7218414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -147,7 +147,7 @@ dependencies {

implementation group: 'org.springframework.cloud', name: 'spring-cloud-starter-openfeign', version: '3.1.6'
implementation group: 'org.springframework.cloud', name: 'spring-cloud-openfeign-core', version: '3.1.6'
implementation group: 'io.github.openfeign', name: 'feign-httpclient', version: '11.10'
implementation group: 'io.github.openfeign', name: 'feign-httpclient', version: '12.3'

implementation group: 'org.springframework.retry', name: 'spring-retry'
implementation group: 'com.sendgrid', name: 'sendgrid-java', version: '4.9.3'
Expand Down

0 comments on commit 7218414

Please sign in to comment.