ing-bank / baker

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

Update fs2-kafka to 3.5.1 #1730

Closed scala-steward closed 2 weeks ago

scala-steward commented 2 weeks ago

About this PR

📦 Updates com.github.fd4s:fs2-kafka from 1.11.0 to 3.5.1

📜 GitHub Release Notes - Version Diff

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!

⚙ Adjust future updates Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "com.github.fd4s", artifactId = "fs2-kafka" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.github.fd4s", artifactId = "fs2-kafka" } }] ```
❗ Note that the Scala Steward config file `.scala-steward.conf` wasn't parsed correctly ``` String: 10: Expecting close brace } or a comma, got '=' (if you intended '=' to be part of a key or string value, try enclosing the key or value in double quotes, or you may be able to rename the file .properties rather than .conf) ```

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