From 4fd2d14c687bb4aba3450666a5aa3d276ef05e30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Jan 2023 04:05:33 +0000 Subject: [PATCH] Bump spring-cloud-starter-openfeign from 3.0.5 to 4.0.1 Bumps [spring-cloud-starter-openfeign](https://github.com/spring-cloud/spring-cloud-openfeign) from 3.0.5 to 4.0.1. - [Release notes](https://github.com/spring-cloud/spring-cloud-openfeign/releases) - [Commits](https://github.com/spring-cloud/spring-cloud-openfeign/compare/v3.0.5...v4.0.1) --- updated-dependencies: - dependency-name: org.springframework.cloud:spring-cloud-starter-openfeign dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 7aa4363..2a098c6 100644 --- a/build.gradle +++ b/build.gradle @@ -15,7 +15,7 @@ repositories { dependencies { implementation 'io.swagger:swagger-annotations:1.6.3' implementation 'com.google.code.findbugs:jsr305:3.0.2' - api 'org.springframework.cloud:spring-cloud-starter-openfeign:3.0.5' + api 'org.springframework.cloud:spring-cloud-starter-openfeign:4.0.1' api 'org.springframework.cloud:spring-cloud-starter-oauth2:2.2.5.RELEASE' api 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.13.0' api 'org.openapitools:jackson-databind-nullable:0.2.1'