Skip to content

Commit

Permalink
Update dependency io.github.openfeign:feign-okhttp to v13
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 13, 2023
1 parent 1b32659 commit 0c2b012
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 @@ -317,7 +317,7 @@ 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: 'io.github.openfeign', name: 'feign-okhttp', version: '13.1'

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 +331,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 0c2b012

Please sign in to comment.