Skip to content

Commit

Permalink
Bump opencsv version
Browse files Browse the repository at this point in the history
  • Loading branch information
blootsvoets committed Jun 10, 2020
1 parent 335f675 commit 992bf06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion radar-commons-testing/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ dependencies {
api group: 'org.apache.avro', name: 'avro', version: avroVersion
api group: 'org.radarcns', name: 'radar-schemas-commons', version: radarSchemasVersion

implementation group: 'com.opencsv', name: 'opencsv', version: '5.1'
implementation group: 'com.opencsv', name: 'opencsv', version: '5.2'
implementation group: 'com.fasterxml.jackson.core' , name: 'jackson-databind' , version: jacksonVersion
implementation group: 'org.apache.kafka', name: 'kafka-clients', version: kafkaVersion
implementation (group: 'io.confluent', name: 'kafka-avro-serializer', version: confluentVersion) {
Expand Down

0 comments on commit 992bf06

Please sign in to comment.