Skip to content

Commit

Permalink
Merge pull request #43 from hmcts/renovate/major-feign-monorepo
Browse files Browse the repository at this point in the history
Update feign monorepo to v12 (major)
  • Loading branch information
Michael1142 committed Sep 12, 2023
2 parents 9dc041d + 2f6af8d commit 8be22f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Expand Up @@ -129,8 +129,8 @@ dependencies {

implementation group: 'org.springframework.boot', name: 'spring-boot-starter-actuator'
implementation group: 'org.springframework.cloud', name: 'spring-cloud-starter-openfeign'
implementation group: 'io.github.openfeign', name: 'feign-httpclient', version: '11.1'
implementation group: 'io.github.openfeign', name: 'feign-jackson', version: '11.1'
implementation group: 'io.github.openfeign', name: 'feign-httpclient', version: '12.5'
implementation group: 'io.github.openfeign', name: 'feign-jackson', version: '12.5'
implementation group: 'com.fasterxml.jackson.datatype', name: 'jackson-datatype-jsr310', version: '2.15.2'

compileOnly group: 'org.projectlombok', name: 'lombok', version: versions.lombok
Expand Down

0 comments on commit 8be22f2

Please sign in to comment.