Skip to content

Commit

Permalink
Update dependency io.github.openfeign:feign-jackson to v13.2.1 (#768)
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 Mar 5, 2024
1 parent 7955abc commit ce4564a
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 @@ -177,7 +177,7 @@ dependencies {
implementation group: 'com.github.hmcts.java-logging', name: 'logging', version: '6.1.4'
implementation group: 'com.github.hmcts', name: 'service-auth-provider-java-client', version: '5.1.2'
implementation group: 'org.springframework.cloud', name: 'spring-cloud-starter-openfeign', version: '4.1.0'
implementation group: 'io.github.openfeign', name: 'feign-jackson', version: '13.1'
implementation group: 'io.github.openfeign', name: 'feign-jackson', version: '13.2.1'
implementation group: 'org.apache.httpcomponents', name: 'httpclient', version: '4.5.14'

testImplementation 'org.springframework.boot:spring-boot-starter-test'
Expand Down

0 comments on commit ce4564a

Please sign in to comment.