Skip to content

Commit

Permalink
Update swagger-parser to 2.0.25 (#1578)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Apr 6, 2021
1 parent dfa27cb commit 0a5b080
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -679,7 +679,7 @@ lazy val httpJVM = http.jvm
publishPackArchiveTgz,
libraryDependencies ++= Seq(
// Use swagger-parser only for validating YAML format in tests
"io.swagger.parser.v3" % "swagger-parser" % "2.0.24" % Test,
"io.swagger.parser.v3" % "swagger-parser" % "2.0.25" % Test,
// Swagger includes dependency to SLF4J, so redirect slf4j logs to airframe-log
"org.slf4j" % "slf4j-jdk14" % SLF4J_VERSION % Test
)
Expand Down

0 comments on commit 0a5b080

Please sign in to comment.