Skip to content

Commit

Permalink
chore(deps): bump feign-okhttp from 11.0 to 11.1 (#296)
Browse files Browse the repository at this point in the history
Bumps [feign-okhttp](https://github.com/openfeign/feign) from 11.0 to 11.1.
- [Release notes](https://github.com/openfeign/feign/releases)
- [Changelog](https://github.com/OpenFeign/feign/blob/master/CHANGELOG.md)
- [Commits](https://github.com/openfeign/feign/commits/11.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
  • Loading branch information
dependabot-preview[bot] committed Mar 20, 2021
1 parent 4d56cbd commit 8b3afcd
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 @@ -80,7 +80,7 @@ subprojects {
api group: 'com.github.ben-manes.caffeine', name: 'caffeine', version: '2.8.6'

// Http Client
api group: 'io.github.openfeign', name: 'feign-okhttp', version: '11.0'
api group: 'io.github.openfeign', name: 'feign-okhttp', version: '11.1'
api group: 'io.github.openfeign', name: 'feign-jackson', version: '11.0'
api group: 'io.github.openfeign', name: 'feign-slf4j', version: '11.0'
api group: 'io.github.openfeign', name: 'feign-hystrix', version: '11.0'
Expand Down

0 comments on commit 8b3afcd

Please sign in to comment.