Skip to content

Commit

Permalink
Update dependency io.github.openfeign:feign-jackson to v13.3 (#298)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jun 21, 2024
1 parent e4d7aba commit 660077e
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 @@ -148,7 +148,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.1.2'
implementation group: 'io.github.openfeign', name: 'feign-jackson', version: '13.2.1'
implementation group: 'io.github.openfeign', name: 'feign-jackson', version: '13.3'
implementation group: 'com.warrenstrange', name: 'googleauth', version: '1.5.0'
implementation group: 'com.auth0', name: 'java-jwt', version: '4.4.0'
implementation group: 'jakarta.servlet', name: 'jakarta.servlet-api', version: '6.1.0'
Expand Down

0 comments on commit 660077e

Please sign in to comment.