Skip to content

Commit

Permalink
fix(deps): [backend]update dependency org.springframework.cloud:sprin…
Browse files Browse the repository at this point in the history
…g-cloud-starter-openfeign to v4.1.1 (#1390)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Apr 18, 2024
1 parent f8c0323 commit aebbd87
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.0.2") {
implementation("org.springframework.cloud:spring-cloud-starter-openfeign:4.1.1") {
exclude group: 'commons-fileupload', module: 'commons-fileupload'
}
implementation ("org.springdoc:springdoc-openapi-starter-webmvc-ui:2.0.4") {
Expand Down

0 comments on commit aebbd87

Please sign in to comment.