Skip to content

Commit b12d08a

Browse files
Update feign monorepo to v12.1 (#1757)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c87436b commit b12d08a

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
@@ -275,8 +275,8 @@ dependencies {
275275
implementation group: 'org.springframework.cloud', name: 'spring-cloud-starter-bootstrap', version: '3.1.5'
276276
// region: feign clients
277277
implementation group: 'org.springframework.cloud', name: 'spring-cloud-starter-openfeign', version: '3.1.5'
278-
implementation group: 'io.github.openfeign', name: 'feign-httpclient', version: '12.0'
279-
implementation group: 'io.github.openfeign', name: 'feign-jackson', version: '12.0'
278+
implementation group: 'io.github.openfeign', name: 'feign-httpclient', version: '12.1'
279+
implementation group: 'io.github.openfeign', name: 'feign-jackson', version: '12.1'
280280
// end region
281281

282282
implementation group: 'org.springdoc', name: 'springdoc-openapi-ui', version: '1.6.12'

0 commit comments

Comments
 (0)