Skip to content

Commit

Permalink
Update protobuf-java to 3.25.0 (#3260)
Browse files Browse the repository at this point in the history
## About this PR
πŸ“¦ Updates
[com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf)
from `3.24.4` to `3.25.0`

πŸ“œ [GitHub Release
Notes](https://github.com/protocolbuffers/protobuf/releases/tag/v3.25.0)
- [Version
Diff](protocolbuffers/protobuf@v3.24.4...v3.25.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/b83aae55d9dd000548c3b3c9b63d79636e7b3c8b/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>

<sup>
labels: library-update
</sup>
  • Loading branch information
xerial-bot committed Nov 2, 2023
1 parent 4be3cc7 commit 69f80a0
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 @@ -846,7 +846,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.24.4",
"com.google.protobuf" % "protobuf-java" % "3.25.0",
("com.chatwork" %% "scala-ulid" % "1.0.24").cross(CrossVersion.for3Use2_13)
)
// Compile / PB.targets := Seq(
Expand Down

0 comments on commit 69f80a0

Please sign in to comment.