Skip to content

Commit 4725c92

Browse files
authored
Update swagger-parser to 2.1.22 (#3475)
## About this PR 📦 Updates [io.swagger.parser.v3:swagger-parser](https://github.com/swagger-api/swagger-parser) from `2.1.21` to `2.1.22` 📜 [GitHub Release Notes](https://github.com/swagger-api/swagger-parser/releases/tag/v2.1.22) - [Version Diff](swagger-api/swagger-parser@v2.1.21...v2.1.22) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd like to skip this version, you can just close this PR. If you have any feedback, just mention me in the comments below. Configure Scala Steward for your repository with a [`.scala-steward.conf`](https://github.com/scala-steward-org/scala-steward/blob/7ec418cd5441d449f037bca6d34326534c07a5dd/docs/repo-specific-configuration.md) file. _Have a fantastic day writing Scala!_ <details> <summary>⚙ Adjust future updates</summary> Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "io.swagger.parser.v3", artifactId = "swagger-parser" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "io.swagger.parser.v3", artifactId = "swagger-parser" } }] ``` </details> <sup> labels: test-library-update </sup>
1 parent dfffed2 commit 4725c92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -721,7 +721,7 @@ lazy val httpCodeGen =
721721
packExcludeLibJars := Seq("airspec_2.12", "airspec_2.13", "airspec_3"),
722722
libraryDependencies ++= Seq(
723723
// Use swagger-parser only for validating YAML format in tests
724-
"io.swagger.parser.v3" % "swagger-parser" % "2.1.21" % Test,
724+
"io.swagger.parser.v3" % "swagger-parser" % "2.1.22" % Test,
725725
// Swagger includes dependency to SLF4J, so redirect slf4j logs to airframe-log
726726
"org.slf4j" % "slf4j-jdk14" % SLF4J_VERSION % Test,
727727
// For gRPC route scanner test

0 commit comments

Comments
 (0)