Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update protobuf-java to 3.24.2 (#3166)
## About this PR π¦ Updates [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) from `3.24.1` to `3.24.2` π [GitHub Release Notes](https://github.com/protocolbuffers/protobuf/releases/tag/v3.24.2) - [Version Diff](protocolbuffers/protobuf@v3.24.1...v3.24.2) ## 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