Skip to content

Commit 84226b6

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 62450ce commit 84226b6

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
@@ -127,7 +127,7 @@ dependencies {
127127
testImplementation("com.clickhouse:clickhouse-http-client:${project.extra["clickHouseDriverVersion"]}")
128128

129129
// Protobuf dependencies
130-
testImplementation("com.google.protobuf:protobuf-java:3.25.1")
130+
testImplementation("com.google.protobuf:protobuf-java:4.32.0")
131131
testImplementation("io.confluent:kafka-protobuf-serializer:7.9.1")
132132
testImplementation("io.confluent:kafka-connect-protobuf-converter:7.9.1")
133133

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

270270
protobuf {
271271
protoc {
272-
artifact = "com.google.protobuf:protoc:3.25.1"
272+
artifact = "com.google.protobuf:protoc:4.32.0"
273273
}
274274
// generatedFilesBaseDir = "$buildDir/generated/source/proto"
275275
}

0 commit comments

Comments
 (0)