File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ dependencies {
137
137
// Test Fixtures is used to extract helpers into a separate jar and publish locally to use in other test projects
138
138
// like JMH Benchmark
139
139
// Protobuf dependencies
140
- testFixturesApi(" com.google.protobuf:protobuf-java:3.25.1 " )
140
+ testFixturesApi(" com.google.protobuf:protobuf-java:4.32.0 " )
141
141
testFixturesApi(" io.confluent:kafka-protobuf-serializer:7.9.1" )
142
142
testFixturesApi(" io.confluent:kafka-connect-protobuf-converter:7.9.1" )
143
143
@@ -286,7 +286,7 @@ tasks.register<Zip>("createConfluentArchive") {
286
286
287
287
protobuf {
288
288
protoc {
289
- artifact = " com.google.protobuf:protoc:3.25.1 "
289
+ artifact = " com.google.protobuf:protoc:4.32.0 "
290
290
}
291
291
// generatedFilesBaseDir = "$buildDir/generated/source/proto"
292
292
}
You can’t perform that action at this time.
0 commit comments