Skip to content

Commit

Permalink
Revert "fix(deps): [backend]update dependency org.springframework.clo…
Browse files Browse the repository at this point in the history
…ud:sprin…" (#1392)

This reverts commit aebbd87.

Co-authored-by: neomgb <123063936+neomgb@users.noreply.github.com>
  • Loading branch information
guzhongren and neomgb authored Apr 18, 2024
1 parent de335b1 commit 935faf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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.5.0") {
Expand Down

0 comments on commit 935faf2

Please sign in to comment.