Skip to content

Commit

Permalink
fix(deps): upgrade [backend][frontend] deps
Browse files Browse the repository at this point in the history
  • Loading branch information
guzhongren committed Mar 20, 2024
1 parent 6bb29a4 commit 13b3893
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.5'
implementation("org.springframework.cloud:spring-cloud-starter-openfeign:4.1.0") {
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") {
Expand Down

0 comments on commit 13b3893

Please sign in to comment.