From 3feb2501b4474a9444420aa86b0fbb7dd6da5c18 Mon Sep 17 00:00:00 2001 From: guzhongren Date: Thu, 18 Apr 2024 09:13:00 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"fix(deps):=20[backend]update=20depend?= =?UTF-8?q?ency=20org.springframework.cloud:sprin=E2=80=A6"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit aebbd8796cb4d4af5c6e56200f200227ac979f05. --- backend/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/build.gradle b/backend/build.gradle index 0a898b6441..3612c0bf11 100644 --- a/backend/build.gradle +++ b/backend/build.gradle @@ -30,7 +30,7 @@ dependencies { implementation 'org.springframework.boot:spring-boot-starter-log4j2' implementation 'org.springframework.boot:spring-boot-starter-validation' implementation 'org.springframework:spring-core:6.1.6' - implementation("org.springframework.cloud:spring-cloud-starter-openfeign:4.1.1") { + implementation("org.springframework.cloud:spring-cloud-starter-openfeign:4.0.2") { exclude group: 'commons-fileupload', module: 'commons-fileupload' } implementation ("org.springdoc:springdoc-openapi-starter-webmvc-ui:2.0.4") {