Skip to content

Commit

Permalink
Update protobuf-java to 3.24.4 (#3238)
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.3` to `3.24.4`

πŸ“œ [GitHub Release
Notes](https://github.com/protocolbuffers/protobuf/releases/tag/v3.24.4)
- [Version
Diff](protocolbuffers/protobuf@v3.24.3...v3.24.4)

## 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>πŸ” Files still referring to the old version number</summary>

The following files still refer to the old version number (3.24.3).
You might want to review and update them manually.
```
website/static/img/undraw_note_list.svg
website/static/img/undraw_react.svg
```
</details>
<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 authored Oct 4, 2023
1 parent b39b959 commit 1ffc15c
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.3",
"com.google.protobuf" % "protobuf-java" % "3.24.4",
("com.chatwork" %% "scala-ulid" % "1.0.24").cross(CrossVersion.for3Use2_13)
)
// Compile / PB.targets := Seq(
Expand Down

0 comments on commit 1ffc15c

Please sign in to comment.