Bump com.google.protobuf:protoc from 3.23.4 to 3.25.2 (#193)

Bumps [com.google.protobuf:protoc](https://github.com/protocolbuffers/protobuf) from 3.23.4 to 3.25.2.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.23.4...v3.25.2)

---
updated-dependencies:
- dependency-name: com.google.protobuf:protoc
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Max Lambrecht <maxlambrecht@gmail.com>
This commit is contained in:
dependabot[bot] 2024-01-24 09:31:04 -06:00 committed by GitHub
parent 9762799dcf
commit c59c5d2c77
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ task integrationTest(type: Test) {
protobuf {
protoc {
artifact = 'com.google.protobuf:protoc:3.23.4'
artifact = 'com.google.protobuf:protoc:3.25.2'
}
plugins {
grpc {