diff --git a/build.gradle.kts b/build.gradle.kts index 363992b6..d1d2a262 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -137,7 +137,7 @@ dependencies { // Test Fixtures is used to extract helpers into a separate jar and publish locally to use in other test projects // like JMH Benchmark // Protobuf dependencies - testFixturesApi("com.google.protobuf:protobuf-java:3.25.1") + testFixturesApi("com.google.protobuf:protobuf-java:4.32.0") testFixturesApi("io.confluent:kafka-protobuf-serializer:7.9.1") testFixturesApi("io.confluent:kafka-connect-protobuf-converter:7.9.1") @@ -286,7 +286,7 @@ tasks.register("createConfluentArchive") { protobuf { protoc { - artifact = "com.google.protobuf:protoc:3.25.1" + artifact = "com.google.protobuf:protoc:4.32.0" } // generatedFilesBaseDir = "$buildDir/generated/source/proto" }