Skip to content
This repository has been archived by the owner on Feb 14, 2023. It is now read-only.

Update dependency io.github.openfeign:feign-httpclient to v12.1 - autoclosed #317

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -251,7 +251,7 @@ dependencies {

implementation group: 'org.springframework.boot', name: 'spring-boot-starter'
implementation group: 'org.springframework.boot', name: 'spring-boot-starter-validation'
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.github.hmcts.java-logging', name: 'logging', version: versions.reformLogging
implementation group: 'com.github.hmcts.java-logging', name: 'logging-appinsights', version: versions.reformLogging

Expand Down