Update dependency io.github.openfeign:feign-jackson to v12 #1219
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
9.7.0
->12.1
Release Notes
openfeign/feign
v12.1
: OpenFeign 12.1Compare Source
What's Changed
List of PRs that updated libraries versions
* build(deps): bump spring-cloud-dependencies from 2021.0.4 to 2021.0.5 by @dependabot in https://github.com/OpenFeign/feign/pull/1823 * build(deps): bump jackson-databind.version from 2.14.0-rc3 to 2.14.0 by @dependabot in https://github.com/OpenFeign/feign/pull/1824 * build(deps-dev): bump jackson-databind from 2.14.0-rc3 to 2.14.0 by @dependabot in https://github.com/OpenFeign/feign/pull/1825 * build(deps): bump micrometer-core from 1.9.5 to 1.10.0 by @dependabot in https://github.com/OpenFeign/feign/pull/1826 * build(deps): bump kotlin.version from 1.7.20 to 1.7.21 by @dependabot in https://github.com/OpenFeign/feign/pull/1830 * build(deps): bump netty.version from 4.1.84.Final to 4.1.85.Final by @dependabot in https://github.com/OpenFeign/feign/pull/1831 * Issue-1833: Bump Sundr Maven Plugin by @JKomoroski in https://github.com/OpenFeign/feign/pull/1834 * build(deps): bump httpclient5 from 5.1.3 to 5.2 by @dependabot in https://github.com/OpenFeign/feign/pull/1836 * build(deps): bump jmh.version from 1.35 to 1.36 by @dependabot in https://github.com/OpenFeign/feign/pull/1837 * build(deps): bump mockito-core from 4.8.1 to 4.9.0 by @dependabot in https://github.com/OpenFeign/feign/pull/1838 * build(deps): bump micrometer.version from 1.10.0 to 1.10.1 by @dependabot in https://github.com/OpenFeign/feign/pull/1842 * build(deps): bump maven-install-plugin from 3.0.1 to 3.1.0 by @dependabot in https://github.com/OpenFeign/feign/pull/1847 * build(deps): bump slf4j.version from 2.0.3 to 2.0.4 by @dependabot in https://github.com/OpenFeign/feign/pull/1845 * build(deps-dev): bump spring-context from 5.3.23 to 5.3.24 by @dependabot in https://github.com/OpenFeign/feign/pull/1846
New Contributors
Full Changelog: OpenFeign/feign@12.0...12.1
v12.0
: OpenFeign 12.0Compare Source
What's Changed
List of PRs that updated libraries versions
2022032
to2022092
by @dependabot in https://github.com/OpenFeign/feign/pull/1768New Contributors
Full Changelog: OpenFeign/feign@11.10...12.0
v11.10
: OpenFeign 11.10Compare Source
What's Changed
List of PRs that updated libraries versions
New Contributors
Full Changelog: OpenFeign/feign@11.9.1...11.10
v11.9.1
: OpenFeign 11.9.1Compare Source
What's Changed
List of PRs that updated libraries versions
2021030
to2022032
by @dependabot in https://github.com/OpenFeign/feign/pull/1677New Contributors
Full Changelog: OpenFeign/feign@11.9...11.9.1
v11.9
Compare Source
OkHttpClient
now implementsAsyncClient
v11.8
: OpenFeign 11.8Compare Source
What's Changed
feign.json.JsonEncoderTest
by @Augustine-C in https://github.com/OpenFeign/feign/pull/1538New Contributors
Full Changelog: OpenFeign/feign@11.7...11.8
v11.7
: OpenFeign 11.7Compare Source
What's new in OpenFeign 11.7
This minor release includes: 🎁
Highlights: ⚡️
Enhancements 🎉
Security Updates 🔐
Contributors
@velo
@kdavisk6
@mikrethor
@martinacat
@Laess3r
@moritzluedtke
@radio-rogal
@doumdoum
@UzimakiNaruto
@Augustine-C
v11.6
: OpenFeign 11.6Compare Source
What's new in OpenFeign 11.6
This minor release includes: 🎁
Bug Fixes 🐞
Contributors
@kdavisk6
@velo
@DarkAtra
v11.5
: OpenFeign 11.5Compare Source
What's new in OpenFeign 11.5
This minor release includes: 🎁
Highlights: ⚡️
Contributors
@velo
@kdavisk6
@fabiocarvalho777
@Kuvaldis
v11.4
: OpenFeign 11.4Compare Source
What's new in OpenFeign 11.4
Security Release 🔐 for deployments. See 11.3 for highlights
v11.3
: OpenFeign 11.3Compare Source
What's new in OpenFeign 11.3
This minor release includes: 🎁
Highlights: ⚡️
Enhancements 🎉
Bug Fixes 🐞
Security Updates 🔐
Contributors
@kdavisk6
@velo
@silkentrance
@BigMichi1
@radio-rogal
@AWinterman
@ashleyfrieze
v11.2
: OpenFeign 11.2Compare Source
What's new in OpenFeign 11.2
This minor release includes: 🎁
Enhancements 🎉
Bug Fixes 🐞
Security Updates 🔐
Contributors
@kdavisk6
@velo
@Budlee
@jaimepineiro
v11.1
: OpenFeign 11.1What's new in OpenFeign 11.1
This minor release includes: 🎁
Highlights: ⚡️
Enhancements 🎉
http_response_code
for successfull and failed requests (#1375)Bug Fixes 🐞
Security Updates 🔐
Contributors
@kdavisk6
@velo
@thanhj
@ashleyfrieze
@Linda-pan
@jdpc86
@jaimepineiro
@youngxinler
v10.12
: OpenFeign 10.12Compare Source
What's new in OpenFeign 10.12
This minor release includes: 🎁
Highlights: ⚡️
Enhancements 🎉
@param
value in default contract to be taken from param names (#1309)feign.Reques
t #1193 (#1262)Bug Fixes 🐞
Security Updates 🔐
Contributors
@meare
@krzyk
@Kuvaldis
@gb-klein
@Nikolas-Charalambidis
@velo
@ChunMengLu
@tommyk-gears
v10.11
Compare Source
v10.10.1
: OpenFeign 10.10.1Compare Source
What's new in OpenFeign 10.10.1
This bug release includes:
Highlights: ⚡️
Bug Fixes 🐞
@RequestParam
empty lists (#1200)Contributors
@darrenfoong
v10.10.0
Compare Source
v10.9.1
Compare Source
v10.9
Compare Source
v10.8
Compare Source
v10.7.4
: OpenFeign 10.7.4Compare Source
What's new in OpenFeign 10.7.4
This patch-release includes fixes for backward compatibility issues:
Bug Fixes 🐞
v10.7.3
: OpenFeign 10.7.3Compare Source
What's new in OpenFeign 10.7.3
❗️ This release contains unintentional backward-incompatible breaking changes, please use 10.7.4 ❗️
This patch-release includes:
Bug Fixes 🐞
Additional Changes
Contributors
@svenhaag
v10.7.2
: OpenFeign 10.7.2Compare Source
What's new in OpenFeign 10.7.2
This patch-release includes:
Highlights: ⚡️
Bug Fixes 🐞
formParams
contract parsing (#1137)Documentation Updates
Contributors
@fpavageau
@dnsbtchr
@switchYello
v10.7.0
Compare Source
What's new in OpenFeign 10.7.0
Highlights: ⚡️
Enhancements 🎉
encoded
and add comment (#1108)Contributors
@ItamarBenjamin
@SimY4
v10.6.0
Compare Source
v10.5.1
Compare Source
v10.5.0
[Compare Source](https
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.