Skip to content

Commit

Permalink
chore(deps): Bump com.google.protobuf:protoc from 3.25.2 to 3.25.3 (#604
Browse files Browse the repository at this point in the history
)

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 20, 2024
1 parent b6dba5e commit df870c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion springwolf-examples/springwolf-kafka-example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ openApi {

protobuf {
protoc {
artifact = 'com.google.protobuf:protoc:3.25.2'
artifact = 'com.google.protobuf:protoc:3.25.3'
}
}

Expand Down

0 comments on commit df870c6

Please sign in to comment.