Skip to content

Commit

Permalink
Update dependency io.github.openfeign:feign-okhttp to v13 (#152)
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: Jack Maloney <jack.maloney1@hmcts.net>
  • Loading branch information
renovate[bot] and jackmaloney authored Dec 14, 2023
1 parent 304912c commit 71c4d83
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,6 @@ dependencies {

// https://mvnrepository.com/artifact/io.github.openfeign/feign-jackson
implementation 'com.fasterxml.jackson.core:jackson-databind'
implementation group: 'io.github.openfeign', name: 'feign-okhttp', version: '12.5'

implementation group: 'org.springdoc', name: 'springdoc-openapi-starter-webmvc-ui', version: '2.3.0'
implementation group: 'org.springframework.cloud', name: 'spring-cloud-starter-openfeign', version: '4.0.4', {
Expand All @@ -331,7 +330,7 @@ dependencies {
implementation group: 'ch.qos.logback', name: 'logback-classic', version: '1.4.14'
implementation group: 'ch.qos.logback', name: 'logback-core', version: '1.4.14'

implementation group: 'io.github.openfeign', name: 'feign-okhttp', version: '12.5'
implementation group: 'io.github.openfeign', name: 'feign-okhttp', version: '13.1'
constraints {
implementation('com.squareup.okio:okio:3.6.0') {
because 'version 3.0.0 has vulnerability CVE-2023-3635'
Expand Down

0 comments on commit 71c4d83

Please sign in to comment.