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.40.0 (was 2.39.1) #1957

Closed scala-steward closed 3 months ago

scala-steward commented 3 months ago

About this PR

šŸ“¦ Updates com.google.api.grpc:proto-google-common-protos from 2.39.1 to 2.40.0

šŸ“œ 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!

āš™ 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