Skip to content

Commit

Permalink
Update dependency io.github.openfeign:feign-httpclient to v12.1 (#2733)
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] committed Nov 21, 2022
1 parent 5988e57 commit f33db4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Expand Up @@ -343,10 +343,10 @@ dependencies {
implementation group: 'com.github.hmcts', name: 'idam-java-client', version: '2.1.1'
implementation group: 'com.github.hmcts', name: 'ccd-case-document-am-client', version: '1.59'
implementation group: 'org.springframework.cloud', name: 'spring-cloud-starter-bootstrap', version: '3.1.5'
implementation group: 'io.github.openfeign', name: 'feign-httpclient', version: '12.0'
implementation group: 'io.github.openfeign', name: 'feign-httpclient', version: '12.1'

implementation group: 'org.springframework.cloud', name: 'spring-cloud-starter-bootstrap', version: '3.1.5'
implementation group: 'io.github.openfeign', name: 'feign-httpclient', version: '12.0'
implementation group: 'io.github.openfeign', name: 'feign-httpclient', version: '12.1'

implementation group: 'com.fasterxml.jackson.datatype', name: 'jackson-datatype-jsr310', version: '2.14.0'

Expand Down

0 comments on commit f33db4e

Please sign in to comment.