ing-bank / baker

Orchestrate microservice-based process flows
https://ing-bank.github.io/baker/
MIT License
329 stars 83 forks source link

Update snakeyaml to 2.2 #1652

Closed scala-steward closed 1 week ago

scala-steward commented 5 months ago

About this PR

📦 Updates org.yaml:snakeyaml from 2.0 to 2.2

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 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.0). You might want to review and update them manually. ``` CHANGELOG.md build.sbt core/akka-runtime/src/test/scala/com/ing/baker/AllTypeRecipe.scala core/intermediate-language/src/test/scala/com/ing/baker/il/failurestrategy/RetryWithIncrementalBackoffSpec.scala core/recipe-dsl-kotlin/src/test/kotlin/com/ing/baker/recipe/kotlindsl/KotlinDslTest.kt core/recipe-dsl/src/test/scala/com/ing/baker/recipe/common/InteractionFailureStrategySpec.scala docs/archive/RecipeCompiler-draw.io-ORPrecondition.svg docs/archive/getting-started.md docs/archive/migration-guide.md docs/archive/recipe-dsl.md docs/archive/split-brain-resolver.md docs/images/RecipeCompiler-draw.io-ORPrecondition.svg docs/images/module-dependencies.svg docs/images/web-shop-visual-state.svg docs/images/web-shop-visualization.svg docs/images/webshop-state-1.svg docs/images/webshop.svg docs/sections/versions/baker-2.md docs/sections/versions/baker-3.md examples/docs-code-snippets/src/main/java/examples/java/recipes/RecipeRetryExhaustedEvent.java examples/docs-code-snippets/src/main/java/examples/java/recipes/RecipeRetryWithBackOffUntilDeadline.java examples/docs-code-snippets/src/main/java/examples/java/recipes/RecipeRetryWithBackOffUntilMaxRetries.java examples/docs-code-snippets/src/main/kotlin/examples/kotlin/recipes/RecipeRetryExhaustedEvent.kt examples/docs-code-snippets/src/main/kotlin/examples/kotlin/recipes/RecipeRetryWithBackOffUntilDeadline.kt examples/docs-code-snippets/src/main/kotlin/examples/kotlin/recipes/RecipeRetryWithBackOffUntilMaxRetries.kt examples/docs-code-snippets/src/main/scala/examples/scala/recipes/RecipeRetryExhaustedEvent.scala examples/docs-code-snippets/src/main/scala/examples/scala/recipes/RecipeRetryWithBackOffUntilDeadline.scala examples/docs-code-snippets/src/main/scala/examples/scala/recipes/RecipeRetryWithBackOffUntilMaxRetries.scala http/baker-http-dashboard/README.md http/baker-http-dashboard/src-scala/test/scala/com/ing/baker/http/DashboardAndConfigurationSpec.scala project/Dependencies.scala project/plugins.sbt ```
⚙ Adjust future updates Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "org.yaml", artifactId = "snakeyaml" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.yaml", artifactId = "snakeyaml" } }] ```

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