Skip to content

Commit

Permalink
Update protobuf-java to 3.23.2 (#2987)
Browse files Browse the repository at this point in the history
Updates
[com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf)
from 3.23.1 to 3.23.2.
[GitHub Release
Notes](https://github.com/protocolbuffers/protobuf/releases/tag/v3.23.2)
- [Version
Diff](protocolbuffers/protobuf@v3.23.1...v3.23.2)


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/070634501628558e00a7cd623c97bff1995e59e3/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 = "com.google.protobuf", artifactId = "protobuf-java" } ]
```
Or, add this to slow down future updates of this dependency:
```
dependencyOverrides = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "com.google.protobuf", artifactId = "protobuf-java" }
}]
```
</details>

labels: library-update
  • Loading branch information
xerial-bot authored May 27, 2023
1 parent 2d52389 commit 1f03e8e
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 @@ -827,7 +827,7 @@ lazy val benchmark =
// "com.thesamet.scalapb" %% "scalapb-runtime-grpc" % scalapb.compiler.Version.scalapbVersion
// For grpc-java
"io.grpc" % "grpc-protobuf" % GRPC_VERSION,
"com.google.protobuf" % "protobuf-java" % "3.23.1",
"com.google.protobuf" % "protobuf-java" % "3.23.2",
("com.chatwork" %% "scala-ulid" % "1.0.24").cross(CrossVersion.for3Use2_13)
)
// Compile / PB.targets := Seq(
Expand Down

0 comments on commit 1f03e8e

Please sign in to comment.