Skip to content

Commit e5f1854

Browse files
Bump com.google.protobuf:protoc in /data-prepper-plugins/kafka-plugins
Bumps [com.google.protobuf:protoc](https://github.com/protocolbuffers/protobuf) from 3.25.0 to 4.30.2. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](protocolbuffers/protobuf@v3.25.0...v4.30.2) --- updated-dependencies: - dependency-name: com.google.protobuf:protoc dependency-version: 4.30.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7fa5ce7 commit e5f1854

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data-prepper-plugins/kafka-plugins/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ dependencies {
101101

102102
protobuf {
103103
protoc {
104-
artifact = 'com.google.protobuf:protoc:3.25.0'
104+
artifact = 'com.google.protobuf:protoc:4.30.2'
105105
}
106106
}
107107

0 commit comments

Comments
 (0)