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 {
24
24
// Avro and Schema Registry
25
25
implementation(" org.apache.avro:avro:1.12.0" )
26
26
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.1 " )
28
28
29
29
// JSON processing
30
30
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 {
20
20
implementation(" org.apache.avro:avro:1.12.0" )
21
21
22
22
// 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.1 " )
24
24
implementation(" io.confluent:kafka-avro-serializer:7.9.0" )
25
25
26
26
// Logging
You can’t perform that action at this time.
0 commit comments