Skip to content

Commit

Permalink
Update dependency io.github.openfeign:feign-jackson to v13.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 8, 2024
1 parent dcbdf3a commit 3d8141d
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 @@ -172,7 +172,7 @@ dependencies {
implementation group: 'com.launchdarkly', name: 'launchdarkly-java-server-sdk', version: '7.5.0'
implementation group: 'org.json', name: 'json', version: '20240303'

implementation group: 'io.github.openfeign', name: 'feign-jackson', version: '13.2.1'
implementation group: 'io.github.openfeign', name: 'feign-jackson', version: '13.5'
testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.12.0'
testImplementation group: 'org.mockito', name: 'mockito-inline', version: '5.2.0'
testImplementation group: 'org.junit-pioneer', name: 'junit-pioneer', version: '2.2.0'
Expand Down

0 comments on commit 3d8141d

Please sign in to comment.