File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ dependencies {
2323
2424 // Avro and Schema Registry
2525 implementation(" org.apache.avro:avro:1.12.0" )
26- implementation(" io.confluent:kafka-avro-serializer:7.9.0 " )
26+ implementation(" io.confluent:kafka-avro-serializer:7.9.5 " )
2727 implementation(" io.confluent:kafka-schema-registry-client:7.9.0" )
2828
2929 // JSON processing
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ dependencies {
2121
2222 // Dependencies for the Schema Registry
2323 implementation(" io.confluent:kafka-schema-registry-client:7.9.0" )
24- implementation(" io.confluent:kafka-avro-serializer:7.9.0 " )
24+ implementation(" io.confluent:kafka-avro-serializer:7.9.5 " )
2525
2626 // Logging
2727 implementation(" org.slf4j:slf4j-api:2.0.17" )
You can’t perform that action at this time.
0 commit comments