Skip to content

Commit

Permalink
Update grpc-netty-shaded, grpc-protobuf, ... to 1.52.1 (#3659)
Browse files Browse the repository at this point in the history
## About this PR
πŸ“¦ Updates 
* [io.grpc:grpc-netty-shaded](https://github.com/grpc/grpc-java)
* [io.grpc:grpc-protobuf](https://github.com/grpc/grpc-java)
* [io.grpc:grpc-stub](https://github.com/grpc/grpc-java)

 from `1.52.0` to `1.52.1`

πŸ“œ [GitHub Release
Notes](https://github.com/grpc/grpc-java/releases/tag/v1.52.1) -
[Version
Diff](grpc/grpc-java@v1.52.0...v1.52.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`](https://github.com/scala-steward-org/scala-steward/blob/767fcfecbfd53c507152f6cf15c846176bae561d/docs/repo-specific-configuration.md)
file.

_Have a fantastic day writing Scala!_

<details>
<summary>βš™ Adjust future updates</summary>

Add this to your `.scala-steward.conf` file to ignore future updates of
this dependency:
```
updates.ignore = [ { groupId = "io.grpc" } ]
```
Or, add this to slow down future updates of this dependency:
```
dependencyOverrides = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "io.grpc" }
}]
```
</details>

<sup>
labels: library-update
</sup>

Co-authored-by: scala-steward <[email protected]>
  • Loading branch information
scala-steward-wvlet[bot] and xerial-bot authored Sep 28, 2024
1 parent 7fb2e7a commit 71b3df6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ val JS_JAVA_TIME_VERSION = "1.0.0"
val SCALAJS_DOM_VERSION = "2.8.0"
val FINAGLE_VERSION = "24.2.0"
val FLUENCY_VERSION = "2.7.2"
val GRPC_VERSION = "1.52.0"
val GRPC_VERSION = "1.52.1"
val JMH_VERSION = "1.37"
val JAVAX_ANNOTATION_API_VERSION = "1.3.2"
val PARQUET_VERSION = "1.14.2"
Expand Down

0 comments on commit 71b3df6

Please sign in to comment.