Skip to content

Commit 8aaeb8a

Browse files
Bump com.google.protobuf:protobuf-java from 3.25.1 to 4.32.0
Bumps [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.25.1 to 4.32.0. - [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/commits) --- updated-dependencies: - dependency-name: com.google.protobuf:protobuf-java dependency-version: 4.32.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b9f84a1 commit 8aaeb8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ dependencies {
137137
// Test Fixtures is used to extract helpers into a separate jar and publish locally to use in other test projects
138138
// like JMH Benchmark
139139
// Protobuf dependencies
140-
testFixturesApi("com.google.protobuf:protobuf-java:3.25.1")
140+
testFixturesApi("com.google.protobuf:protobuf-java:4.32.0")
141141
testFixturesApi("io.confluent:kafka-protobuf-serializer:7.9.1")
142142
testFixturesApi("io.confluent:kafka-connect-protobuf-converter:7.9.1")
143143

@@ -286,7 +286,7 @@ tasks.register<Zip>("createConfluentArchive") {
286286

287287
protobuf {
288288
protoc {
289-
artifact = "com.google.protobuf:protoc:3.25.1"
289+
artifact = "com.google.protobuf:protoc:4.32.0"
290290
}
291291
// generatedFilesBaseDir = "$buildDir/generated/source/proto"
292292
}

0 commit comments

Comments
 (0)