Skip to content

Commit

Permalink
DT-737: update swagger-ui dependency (#178)
Browse files Browse the repository at this point in the history
Address security finding by updating swagger-ui dependency to latest
version
  • Loading branch information
pshapiro4broad authored Oct 25, 2024
1 parent cdb950c commit 652fbf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/generators.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies {
implementation 'io.swagger.core.v3:swagger-annotations'
runtimeOnly 'org.webjars.npm:swagger-ui-dist:4.9.0'
runtimeOnly 'org.webjars.npm:swagger-ui-dist:5.17.14'
swaggerCodegen 'io.swagger.codegen.v3:swagger-codegen-cli'

// Versioned by Spring:
Expand Down

0 comments on commit 652fbf0

Please sign in to comment.