Skip to content

Commit

Permalink
added record filters
Browse files Browse the repository at this point in the history
  • Loading branch information
jruaux committed Feb 9, 2021
1 parent ee8cfd5 commit 519d9d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions connectors/stream/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ repositories {
dependencies {
implementation 'org.springframework.kafka:spring-kafka'
implementation 'org.apache.avro:avro:1.10.1'
implementation 'io.confluent:kafka-avro-serializer:6.0.1'
implementation 'io.confluent:kafka-protobuf-serializer:6.0.1'
implementation 'io.confluent:kafka-avro-serializer:6.1.0'
implementation 'io.confluent:kafka-protobuf-serializer:6.1.0'
implementation 'org.springframework.boot:spring-boot-autoconfigure'
testImplementation group: 'org.testcontainers', name: 'kafka', version: testcontainers_version
}
Expand Down

0 comments on commit 519d9d3

Please sign in to comment.