Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump io.github.openfeign:feign-core from 13.0 to 13.1 #12099

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump io.github.openfeign:feign-core from 13.0 to 13.1
Bumps [io.github.openfeign:feign-core](https://github.com/openfeign/feign) from 13.0 to 13.1.
- [Release notes](https://github.com/openfeign/feign/releases)
- [Changelog](https://github.com/OpenFeign/feign/blob/master/CHANGELOG.md)
- [Commits](OpenFeign/feign@13.0...13.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 15, 2023
commit 2eaa0c4ac82cf686603b27f2354addc269f6d1c7
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ subprojects {
dropwizardVersion = '2.1.0'
dropwizardWebsocketsVersion = '1.3.14'
equalsVerifierVersion = '3.15.3'
feignCoreVersion = '13.0'
feignCoreVersion = '13.1'
feignGsonVersion = '13.1'
javaWebSocketVersion = '1.5.3'
gsonVersion = '2.10.1'
Expand Down