guardrail-dev / sbt-guardrail

Principled code generation from OpenAPI specifications
https://guardrail.dev
MIT License
26 stars 17 forks source link

Update snakeyaml-engine to 2.4 #196

Closed scala-steward closed 2 years ago

scala-steward commented 2 years ago

Updates org.snakeyaml:snakeyaml-engine from 2.3 to 2.4. Release Notes - Release Notes - Release Notes - Release Notes - Release Notes - Release Notes - Release Notes - Release Notes - Release Notes - Release Notes - Release Notes - Release Notes - Changelog - Changelog - Changelog - Changelog - Changelog - Changelog - Changelog - Changelog - Changelog - Changelog - Changelog - Changelog

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.3). You might want to review and update them manually. ``` src/sbt-test/sbt-guardrail/java-codegen-app/build.sbt src/sbt-test/sbt-guardrail/scala-client-codegen-app/build.sbt ```
Adjust future updates Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "org.snakeyaml", artifactId = "snakeyaml-engine" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "@monthly" }, dependency = { groupId = "org.snakeyaml", artifactId = "snakeyaml-engine" } }] ```

labels: library-update, old-version-remains, commit-count:1