Skip to content

Commit

Permalink
Update deserializer to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
blootsvoets committed Jun 10, 2020
1 parent 4b93b03 commit 4f8c7a0
Show file tree
Hide file tree
Showing 2 changed files with 244 additions and 181 deletions.
2 changes: 1 addition & 1 deletion radar-commons-unsafe/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ repositories {
dependencies {
compileOnly group: 'io.confluent', name: 'kafka-avro-serializer', version: confluentVersion
compileOnly group: 'org.apache.kafka', name: 'kafka-clients', version: kafkaVersion
compileOnly group: 'org.apache.kafka', name: 'kafka_2.11', version: kafkaVersion
compileOnly group: 'org.apache.kafka', name: 'kafka_2.12', version: kafkaVersion

}

Expand Down
Loading

0 comments on commit 4f8c7a0

Please sign in to comment.