akka / akka-grpc

A platform to build and run apps that are elastic, agile, and resilient. SDK, libraries, and hosted environments.
https://doc.akka.io/libraries/akka-grpc/current/
Other
431 stars 124 forks source link

bump: proto-google-common-protos 2.37.1 (was 2.34.0) #1915

Closed scala-steward closed 8 months ago

scala-steward commented 8 months ago

About this PR

📦 Updates com.google.api.grpc:proto-google-common-protos from 2.34.0 to 2.37.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