Skip to content

Commit

Permalink
Update spring cloud to v4.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 27, 2024
1 parent 27a2404 commit 84b3c26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -276,8 +276,8 @@ dependencies {
testCompileOnly group: 'org.projectlombok', name: 'lombok', version: lombokVersion

implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.14.0'
implementation group: 'org.springframework.cloud', name: 'spring-cloud-starter-openfeign', version: '4.1.0'
implementation group: 'org.springframework.cloud', name: 'spring-cloud-openfeign-core', version: '4.1.0'
implementation group: 'org.springframework.cloud', name: 'spring-cloud-starter-openfeign', version: '4.1.4'
implementation group: 'org.springframework.cloud', name: 'spring-cloud-openfeign-core', version: '4.1.4'

implementation group: 'com.github.hmcts', name: 'ccd-client', version: '4.9.2'
implementation group: 'com.github.hmcts', name: 'idam-java-client', version: '3.0.1'
Expand Down

0 comments on commit 84b3c26

Please sign in to comment.