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 openFeignVersion from 13.3 to 13.4 #36

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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 openFeignVersion from 13.3 to 13.4
Bumps `openFeignVersion` from 13.3 to 13.4.

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

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

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

Signed-off-by: dependabot[bot] <[email protected]>
dependabot[bot] authored Sep 17, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit f3b01f474e9c076e92e79819ab3453cd46fb9d02
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -141,7 +141,7 @@ ext {
junitJupiterVersion = "5.10.2"
junitPlatformLauncherVersion = "1.10.2"
mockitoVersion = "5.11.0"
openFeignVersion = "13.3"
openFeignVersion = "13.4"
postgresqlVersion = "42.7.3"
tripleaClient = "2.7.14846"
wireMockJunit5Version = "1.3.1"