akka / akka-grpc

Akka gRPC
https://doc.akka.io/docs/akka-grpc/
Other
432 stars 123 forks source link

bump: proto-google-common-protos 2.45.1 (was 2.43.0) #1983

Open scala-steward opened 1 day ago

scala-steward commented 1 day ago

About this PR

📦 Updates com.google.api.grpc:proto-google-common-protos from 2.43.0 to 2.45.1

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.google.api.grpc", artifactId = "proto-google-common-protos" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.google.api.grpc", artifactId = "proto-google-common-protos" } }] ```

labels: library-update, early-semver-minor, semver-spec-minor, commit-count:1