Skip to content

Commit

Permalink
Snyk: api-gateway: update spring-boot-autoconfigure to 3.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
yoomlam committed May 22, 2023
1 parent 74c9d5a commit a7a1336
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions api-gateway/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,9 @@ dependencies {

// Swagger UI for WebFlux
implementation 'org.springdoc:springdoc-openapi-starter-webflux-ui:2.1.0'

constraints {
// To address Snyk alert on DoS vulnerability
implementation 'org.springframework.boot:spring-boot-autoconfigure:3.0.7'
}
}

0 comments on commit a7a1336

Please sign in to comment.