Skip to content

Commit fd7be26

Browse files
Update feign monorepo to v13.1 (#434)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 82af326 commit fd7be26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,8 @@ ext {
164164
dependencies {
165165
api group: 'org.springframework.cloud', name: 'spring-cloud-starter-openfeign', version: '4.0.4'
166166
api group: 'org.springframework.boot', name: 'spring-boot-starter-actuator'
167-
api group: 'io.github.openfeign', name: 'feign-jackson', version: '13.0'
168-
api group: 'io.github.openfeign', name: 'feign-httpclient', version: '13.0'
167+
api group: 'io.github.openfeign', name: 'feign-jackson', version: '13.1'
168+
api group: 'io.github.openfeign', name: 'feign-httpclient', version: '13.1'
169169

170170
compileOnly group: 'org.projectlombok', name: 'lombok', version: lombokVersion
171171
annotationProcessor group: 'org.projectlombok', name: 'lombok', version: lombokVersion

0 commit comments

Comments
 (0)