Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Commit

Permalink
Bump feign.version from 12.1 to 12.2 (#627)
Browse files Browse the repository at this point in the history
Bumps `feign.version` from 12.1 to 12.2.

Updates `feign-httpclient` from 12.1 to 12.2
- [Release notes](https://github.com/openfeign/feign/releases)
- [Changelog](https://github.com/OpenFeign/feign/blob/master/CHANGELOG.md)
- [Commits](OpenFeign/feign@12.1...12.2)

Updates `feign-core` from 12.1 to 12.2
- [Release notes](https://github.com/openfeign/feign/releases)
- [Changelog](https://github.com/OpenFeign/feign/blob/master/CHANGELOG.md)
- [Commits](OpenFeign/feign@12.1...12.2)

Updates `feign-jackson` from 12.1 to 12.2
- [Release notes](https://github.com/openfeign/feign/releases)
- [Changelog](https://github.com/OpenFeign/feign/blob/master/CHANGELOG.md)
- [Commits](OpenFeign/feign@12.1...12.2)

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

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 Feb 28, 2023
1 parent fab5275 commit 16d816a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<json-simple.version>1.1.1</json-simple.version>
<jackson.version>2.14.2</jackson.version>
<log4j.version>2.20.0</log4j.version>
<feign.version>12.1</feign.version>
<feign.version>12.2</feign.version>
<bouncycastle.version>1.72</bouncycastle.version>
<test-containers.version>1.17.6</test-containers.version>
<postgresql.version>42.5.4</postgresql.version>
Expand Down

0 comments on commit 16d816a

Please sign in to comment.