Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update swagger-parser to 2.1.2 #2367

Merged
merged 1 commit into from Aug 16, 2022
Merged

Update swagger-parser to 2.1.2 #2367

merged 1 commit into from Aug 16, 2022

Conversation

xerial-bot
Copy link
Collaborator

Updates io.swagger.parser.v3:swagger-parser from 2.1.1 to 2.1.2.
GitHub Release Notes - Version Diff

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 file.

Have a fantastic day writing Scala!

Files still referring to the old version number

The following files still refer to the old version number (2.1.1).
You might want to review and update them manually.

build.sbt
docs/release-notes.md
Adjust future updates

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 = "@monthly" },
  dependency = { groupId = "io.swagger.parser.v3", artifactId = "swagger-parser" }
}]

labels: test-library-update, early-semver-patch, semver-spec-patch, old-version-remains, commit-count:1

@codecov
Copy link

codecov bot commented Aug 15, 2022

Codecov Report

Merging #2367 (bd4bf5e) into master (bf28f3b) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #2367   +/-   ##
=======================================
  Coverage   82.71%   82.71%           
=======================================
  Files         342      342           
  Lines       13102    13102           
  Branches      828      828           
=======================================
  Hits        10837    10837           
  Misses       2265     2265           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update bf28f3b...bd4bf5e. Read the comment docs.

@xerial xerial merged commit 7127ac2 into master Aug 16, 2022
@xerial xerial deleted the update/swagger-parser-2.1.2 branch August 16, 2022 17:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants