Skip to content

Commit

Permalink
Update dependency io.github.openfeign:feign-jackson to v13.5 (#94)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 9, 2024
1 parent c222b98 commit 1d00a2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ ext {
dependencies {
api group: 'org.springframework.cloud', name: 'spring-cloud-starter-openfeign'
api group: 'org.springframework.boot', name: 'spring-boot-starter-actuator'
api group: 'io.github.openfeign', name: 'feign-jackson', version: '13.4'
api group: 'io.github.openfeign', name: 'feign-jackson', version: '13.5'

testImplementation libraries.junit5
testImplementation group: 'org.assertj', name: 'assertj-core', version: '3.26.3'
Expand Down

0 comments on commit 1d00a2e

Please sign in to comment.