We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 919cc6e commit ef61b30Copy full SHA for ef61b30
build.gradle
@@ -34,7 +34,7 @@ dependencies {
34
implementation 'org.springframework.boot:spring-boot-starter-actuator'
35
implementation 'org.springframework.kafka:spring-kafka:3.3.11'
36
37
- implementation("io.confluent:kafka-avro-serializer:7.9.5")
+ implementation("io.confluent:kafka-avro-serializer:8.1.1")
38
implementation("org.apache.avro:avro:1.12.1")
39
implementation("io.confluent:kafka-schema-registry-client:7.9.5")
40
0 commit comments