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 {
23
23
24
24
// Avro and Schema Registry
25
25
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.2 " )
27
27
implementation(" io.confluent:kafka-schema-registry-client:7.9.0" )
28
28
29
29
// JSON processing
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ dependencies {
21
21
22
22
// Dependencies for the Schema Registry
23
23
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.2 " )
25
25
26
26
// Logging
27
27
implementation(" org.slf4j:slf4j-api:2.0.17" )
You can’t perform that action at this time.
0 commit comments