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 @@ -24,7 +24,7 @@ dependencies {
2424 // Avro and Schema Registry
2525 implementation(" org.apache.avro:avro:1.12.0" )
2626 implementation(" io.confluent:kafka-avro-serializer:7.9.0" )
27- implementation(" io.confluent:kafka-schema-registry-client:7.9.0 " )
27+ implementation(" io.confluent:kafka-schema-registry-client:7.9.3 " )
2828
2929 // JSON processing
3030 implementation(" com.fasterxml.jackson.core:jackson-databind:2.19.0" )
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ dependencies {
2020 implementation(" org.apache.avro:avro:1.12.0" )
2121
2222 // Dependencies for the Schema Registry
23- implementation(" io.confluent:kafka-schema-registry-client:7.9.0 " )
23+ implementation(" io.confluent:kafka-schema-registry-client:7.9.3 " )
2424 implementation(" io.confluent:kafka-avro-serializer:7.9.0" )
2525
2626 // Logging
You can’t perform that action at this time.
0 commit comments