Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Commit

Permalink
Fix openfeign core (#1597)
Browse files Browse the repository at this point in the history
* Update openfeign core version

* Fix <>

* Change after PR com
  • Loading branch information
AliceBilc authored Nov 3, 2021
1 parent 06c9e00 commit 9d3c83d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,13 @@
<artifactId>feign-core</artifactId>
<version>${feign.version}</version>
</dependency>
<!-- upgraded the openfeign-core version to mitigate WhiteSource issue -->
<!-- delete this when springframework.cloud version will contain this version -->
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-openfeign-core</artifactId>
<version>3.0.5</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-math3</artifactId>
Expand Down

0 comments on commit 9d3c83d

Please sign in to comment.