File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
multiple-event-types/kafka/code
serialization/kstreams/code Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ repositories {
45
45
apply plugin : " com.github.johnrengelman.shadow"
46
46
47
47
dependencies {
48
- implementation ' com.google.protobuf:protobuf-java:3.22.0 '
48
+ implementation ' com.google.protobuf:protobuf-java:3.22.2 '
49
49
implementation ' org.apache.avro:avro:1.11.1'
50
50
implementation ' org.slf4j:slf4j-simple:2.0.6'
51
51
implementation " org.apache.kafka:kafka-streams:3.3.1"
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ apply plugin: "com.github.johnrengelman.shadow"
33
33
34
34
dependencies {
35
35
implementation " org.apache.avro:avro:1.11.1"
36
- implementation " com.google.protobuf:protobuf-java:3.22.0 "
36
+ implementation " com.google.protobuf:protobuf-java:3.22.2 "
37
37
implementation " org.slf4j:slf4j-simple:2.0.6"
38
38
implementation " org.apache.kafka:kafka-streams:3.3.1"
39
39
implementation " io.confluent:kafka-streams-avro-serde:7.3.0"
You can’t perform that action at this time.
0 commit comments