We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35e031c commit 7b218deCopy full SHA for 7b218de
build.gradle
@@ -31,7 +31,7 @@ dependencies {
31
exclude group: 'org.lz4', module: 'lz4-java'
32
}
33
34
- implementation("io.confluent:kafka-avro-serializer:7.9.5") {
+ implementation("io.confluent:kafka-avro-serializer:8.2.0") {
35
exclude group: "org.lz4", module: "lz4-java"
36
37
implementation("org.apache.avro:avro:1.12.1")
0 commit comments