Skip to content

Commit

Permalink
Update dependency io.github.openfeign:feign-httpclient to v13.1 (#1398)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: yogesh-hullatti <53007108+yogesh-hullatti@users.noreply.github.com>
  • Loading branch information
renovate[bot] and yogesh-hullatti authored Nov 16, 2023
1 parent bf1323d commit 329c574
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 @@ -136,7 +136,7 @@ dependencies {
implementation group: 'org.springframework.security', name: 'spring-security-oauth2-core', version: versions.springSecurity
implementation group: 'org.springframework.security', name: 'spring-security-config', version: versions.springSecurity

implementation group: 'io.github.openfeign', name: 'feign-httpclient', version: '13.0'
implementation group: 'io.github.openfeign', name: 'feign-httpclient', version: '13.1'
implementation group: 'uk.gov.service.notify', name: 'notifications-java-client', version: '4.1.0-RELEASE'

annotationProcessor group: 'org.springframework.boot', name: 'spring-boot-configuration-processor', withoutStuff
Expand Down

0 comments on commit 329c574

Please sign in to comment.