Skip to content

Commit

Permalink
Update dependency io.github.openfeign:feign-jackson to v12
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 1, 2023
1 parent c32e666 commit b4d5697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
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: '11.10'
api group: 'io.github.openfeign', name: 'feign-jackson', version: '12.5'

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

0 comments on commit b4d5697

Please sign in to comment.