Skip to content

Commit

Permalink
Upgrade to Kafka 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
philipp94831 committed Jan 16, 2024
1 parent 9261e63 commit eb5c24f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions brute-force-serde/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "Kafka SerDe that deserializes messages of an unknown serializatio

plugins {
id("com.github.davidmc24.gradle.plugin.avro") version "1.9.1"
id("com.google.protobuf") version "0.9.4"
id("com.google.protobuf") version "0.8.18"
}

repositories {
Expand Down Expand Up @@ -47,7 +47,7 @@ dependencies {

protobuf {
protoc {
artifact = "com.google.protobuf:protoc:3.25.2"
artifact = "com.google.protobuf:protoc:3.18.1"
}
}

Expand Down

0 comments on commit eb5c24f

Please sign in to comment.