Skip to content

Commit

Permalink
Bump org.springframework.cloud:spring-cloud-starter-openfeign from 4.…
Browse files Browse the repository at this point in the history
…0.0 to 4.0.3 (#179)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 1, 2023
1 parent ab6b96e commit 40a2d34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ publishing {

dependencies {
implementation group: 'org.springframework.boot', name: 'spring-boot-starter-actuator'
implementation group: 'org.springframework.cloud', name: 'spring-cloud-starter-openfeign', version: '4.0.0'
implementation group: 'org.springframework.cloud', name: 'spring-cloud-starter-openfeign', version: '4.0.3'
implementation group: 'io.github.openfeign', name: 'feign-jackson', version: '12.1'
implementation group: 'com.warrenstrange', name: 'googleauth', version: '1.5.0'
implementation group: 'com.auth0', name: 'java-jwt', version: '4.4.0'
Expand Down

0 comments on commit 40a2d34

Please sign in to comment.