From 71b3df6c7f962ac79b7e9073588542294a3580c9 Mon Sep 17 00:00:00 2001 From: "scala-steward-wvlet[bot]" <179274586+scala-steward-wvlet[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 22:39:14 -0700 Subject: [PATCH] Update grpc-netty-shaded, grpc-protobuf, ... to 1.52.1 (#3659) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## 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](https://github.com/grpc/grpc-java/compare/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!_
âš™ Adjust future updates 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" } }] ```
labels: library-update Co-authored-by: scala-steward --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 6de86fc94..54475cc36 100644 --- a/build.sbt +++ b/build.sbt @@ -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"