monix-connect icon indicating copy to clipboard operation
monix-connect copied to clipboard

Update mongodb-driver-reactivestreams to 4.11.5

Open scala-steward opened this issue 1 year ago • 0 comments

About this PR

📦 Updates org.mongodb:mongodb-driver-reactivestreams from 4.6.1 to 4.11.5

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 = "org.mongodb", artifactId = "mongodb-driver-reactivestreams" } ]

Or, add this to slow down future updates of this dependency:

dependencyOverrides = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "org.mongodb", artifactId = "mongodb-driver-reactivestreams" }
}]
labels: library-update, early-semver-minor, semver-spec-minor, commit-count:1

scala-steward avatar Nov 09 '24 18:11 scala-steward