Skip to content

Commit 10a4a26

Browse files
authored
Update grpc-netty-shaded, grpc-protobuf, ... to 1.71.0 (#3856)
## 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.70.0` to `1.71.0` 📜 [GitHub Release Notes](https://github.com/grpc/grpc-java/releases/tag/v1.71.0) - [Version Diff](grpc/grpc-java@v1.70.0...v1.71.0) ## 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/8929fadb6f535472bd63397b1cb55a835fa1b5cb/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> <!-- scala-steward = { "Update" : { "ForGroupId" : { "forArtifactIds" : [ { "ForArtifactId" : { "crossDependency" : [ { "groupId" : "io.grpc", "artifactId" : { "name" : "grpc-netty-shaded", "maybeCrossName" : null }, "version" : "1.70.0", "sbtVersion" : null, "scalaVersion" : null, "configurations" : null } ], "newerVersions" : [ "1.71.0" ], "newerGroupId" : null, "newerArtifactId" : null } }, { "ForArtifactId" : { "crossDependency" : [ { "groupId" : "io.grpc", "artifactId" : { "name" : "grpc-protobuf", "maybeCrossName" : null }, "version" : "1.70.0", "sbtVersion" : null, "scalaVersion" : null, "configurations" : null } ], "newerVersions" : [ "1.71.0" ], "newerGroupId" : null, "newerArtifactId" : null } }, { "ForArtifactId" : { "crossDependency" : [ { "groupId" : "io.grpc", "artifactId" : { "name" : "grpc-stub", "maybeCrossName" : null }, "version" : "1.70.0", "sbtVersion" : null, "scalaVersion" : null, "configurations" : null }, { "groupId" : "io.grpc", "artifactId" : { "name" : "grpc-stub", "maybeCrossName" : null }, "version" : "1.70.0", "sbtVersion" : null, "scalaVersion" : null, "configurations" : "test" } ], "newerVersions" : [ "1.71.0" ], "newerGroupId" : null, "newerArtifactId" : null } } ] } }, "Labels" : [ "library-update" ] } -->
1 parent 1b91005 commit 10a4a26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ val JS_JAVA_TIME_VERSION = "1.0.0"
2121
val SCALAJS_DOM_VERSION = "2.8.0"
2222
val FINAGLE_VERSION = "24.2.0"
2323
val FLUENCY_VERSION = "2.7.3"
24-
val GRPC_VERSION = "1.70.0"
24+
val GRPC_VERSION = "1.71.0"
2525
val JMH_VERSION = "1.37"
2626
val JAVAX_ANNOTATION_API_VERSION = "1.3.2"
2727
val PARQUET_VERSION = "1.15.0"
@@ -974,7 +974,7 @@ lazy val fluentd =
974974
"org.komamitsu" % "fluency-fluentd" % FLUENCY_VERSION,
975975
"org.komamitsu" % "fluency-treasuredata" % FLUENCY_VERSION
976976
// td-client-java -> json-simple happened to include junit 4.10 [CVE-2020-15250]
977-
exclude ("junit", "junit"),
977+
exclude ("junit", "junit"),
978978
// Necessary for td-client-java, which is used in fluency-treasuredata
979979
"com.fasterxml.jackson.datatype" % "jackson-datatype-json-org" % "2.18.3" % Provided,
980980
"com.fasterxml.jackson.datatype" % "jackson-datatype-jdk8" % "2.18.3" % Provided,

0 commit comments

Comments
 (0)