Skip to content

Commit

Permalink
Update grpc-netty-shaded, grpc-protobuf, ... to 1.71.0 (#3856)
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.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"
  ]
} -->
  • Loading branch information
xerial-bot authored Mar 5, 2025
1 parent 1b91005 commit 10a4a26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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.3"
val GRPC_VERSION = "1.70.0"
val GRPC_VERSION = "1.71.0"
val JMH_VERSION = "1.37"
val JAVAX_ANNOTATION_API_VERSION = "1.3.2"
val PARQUET_VERSION = "1.15.0"
Expand Down Expand Up @@ -974,7 +974,7 @@ lazy val fluentd =
"org.komamitsu" % "fluency-fluentd" % FLUENCY_VERSION,
"org.komamitsu" % "fluency-treasuredata" % FLUENCY_VERSION
// td-client-java -> json-simple happened to include junit 4.10 [CVE-2020-15250]
exclude ("junit", "junit"),
exclude ("junit", "junit"),
// Necessary for td-client-java, which is used in fluency-treasuredata
"com.fasterxml.jackson.datatype" % "jackson-datatype-json-org" % "2.18.3" % Provided,
"com.fasterxml.jackson.datatype" % "jackson-datatype-jdk8" % "2.18.3" % Provided,
Expand Down

0 comments on commit 10a4a26

Please # to comment.