Skip to content

Commit

Permalink
Update swagger-parser to 2.1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Oct 18, 2023
1 parent d0989bc commit 94ec6ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ object Deps {
ivy"org.slf4j:slf4j-nop:2.0.9" // needed since swagger-parser relies on slf4j-api
object swagger {
val parser = Agg(
ivy"io.swagger.parser.v3:swagger-parser:2.1.16",
ivy"io.swagger.parser.v3:swagger-parser:2.1.18",
// included to override the version brought in by swagger-parser which has a vulnerability
ivy"org.mozilla:rhino:1.7.14"
)
Expand Down

0 comments on commit 94ec6ec

Please sign in to comment.