Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 29, 2024
1 parent 771b408 commit d54c2ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api-client/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repositories {

dependencies {
api(project(":api-model"))
implementation("io.github.openfeign:feign-jackson:12.1")
implementation("io.github.openfeign:feign-jackson:13.5")
implementation("joda-time:joda-time:2.13.0")
implementation(Libraries.ProvenanceProto)
}
Expand Down

0 comments on commit d54c2ca

Please sign in to comment.