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 @@ -127,7 +127,7 @@ dependencies {
127
127
testImplementation(" com.clickhouse:clickhouse-http-client:${project.extra[" clickHouseDriverVersion" ]} " )
128
128
129
129
// Protobuf dependencies
130
- testImplementation(" com.google.protobuf:protobuf-java:3.25.1 " )
130
+ testImplementation(" com.google.protobuf:protobuf-java:4.32.0 " )
131
131
testImplementation(" io.confluent:kafka-protobuf-serializer:7.9.1" )
132
132
testImplementation(" io.confluent:kafka-connect-protobuf-converter:7.9.1" )
133
133
@@ -269,7 +269,7 @@ tasks.register<Zip>("createConfluentArchive") {
269
269
270
270
protobuf {
271
271
protoc {
272
- artifact = " com.google.protobuf:protoc:3.25.1 "
272
+ artifact = " com.google.protobuf:protoc:4.32.0 "
273
273
}
274
274
// generatedFilesBaseDir = "$buildDir/generated/source/proto"
275
275
}
You can’t perform that action at this time.
0 commit comments