Skip to content

Commit

Permalink
Bump feign-httpclient from 12.0 to 12.1 (#822)
Browse files Browse the repository at this point in the history
Bumps [feign-httpclient](https://github.com/openfeign/feign) from 12.0 to 12.1.
- [Release notes](https://github.com/openfeign/feign/releases)
- [Changelog](https://github.com/OpenFeign/feign/blob/master/CHANGELOG.md)
- [Commits](OpenFeign/feign@12.0...12.1)

---
updated-dependencies:
- dependency-name: io.github.openfeign:feign-httpclient
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Nov 21, 2022
1 parent 6b951e3 commit 01a2af9
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 @@ -258,7 +258,7 @@ dependencies {
implementation group: 'com.azure', name: 'azure-messaging-servicebus', version: '7.13.0'

implementation group: 'org.springframework.cloud', name: 'spring-cloud-starter-openfeign', version: '3.1.5'
implementation group: 'io.github.openfeign', name: 'feign-httpclient', version: '12.0'
implementation group: 'io.github.openfeign', name: 'feign-httpclient', version: '12.1'
implementation group: 'io.github.openfeign', name: 'feign-jackson', version: '12.0'

testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: versions.junit
Expand Down

0 comments on commit 01a2af9

Please sign in to comment.