ing-bank / baker

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

Update http4s-prometheus-metrics to 0.24.7 #1680

Closed scala-steward closed 1 week ago

scala-steward commented 3 months ago

About this PR

📦 Updates org.http4s:http4s-prometheus-metrics from 0.21.34 to 0.24.7

📜 GitHub Release Notes

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!

💡 Applied Scalafix Migrations * org.http4s:http4s-.*:0.22.0 (created no change) * github:http4s/http4s/v0_22?sha=series/0.22
âš™ Adjust future updates Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "org.http4s", artifactId = "http4s-prometheus-metrics" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.http4s", artifactId = "http4s-prometheus-metrics" } }] ```

labels: library-update, early-semver-major, semver-spec-minor, version-scheme:early-semver, scalafix-migrations, commit-count:1