Skip to content

Commit ca4f5dd

Browse files
Update dependency io.github.openfeign:feign-jackson to v13.2 (#70)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 755420b commit ca4f5dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ ext {
184184
dependencies {
185185
api group: 'org.springframework.cloud', name: 'spring-cloud-starter-openfeign'
186186
api group: 'org.springframework.boot', name: 'spring-boot-starter-actuator'
187-
api group: 'io.github.openfeign', name: 'feign-jackson', version: '13.1'
187+
api group: 'io.github.openfeign', name: 'feign-jackson', version: '13.2'
188188

189189
testImplementation libraries.junit5
190190
testImplementation group: 'org.assertj', name: 'assertj-core', version: '3.24.2'

0 commit comments

Comments
 (0)