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 Oct 27, 2023
1 parent 3a6f449 commit 507c536
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 @@ -303,7 +303,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.0'

implementation group: 'org.springdoc', name: 'springdoc-openapi-starter-webmvc-ui', version: '2.2.0'
implementation group: 'org.springframework.cloud', name: 'spring-cloud-starter-openfeign', version: '4.0.4', {
Expand All @@ -315,7 +315,7 @@ dependencies {
implementation group: 'org.apache.logging.log4j', name: 'log4j-api', version: log4JVersion
implementation group: 'org.apache.logging.log4j', name: 'log4j-to-slf4j', version: log4JVersion

implementation group: 'io.github.openfeign', name: 'feign-okhttp', version: '12.5'
implementation group: 'io.github.openfeign', name: 'feign-okhttp', version: '13.0'
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 507c536

Please sign in to comment.