Skip to content

Commit

Permalink
Merge branch 'dev' into sp/#242-kafka-runtime-sink
Browse files Browse the repository at this point in the history
  • Loading branch information
t-ober authored Jun 20, 2022
2 parents 2644cac + 259d209 commit 969bed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ dependencies {
/* Kafka */
implementation group: 'org.apache.kafka', name: 'kafka-clients', version: '3.2.0'
implementation 'io.confluent:kafka-streams-avro-serde:7.1.1'
implementation "com.sksamuel.avro4s:avro4s-core_${scalaVersion}:4.0.13"
implementation "com.sksamuel.avro4s:avro4s-core_${scalaVersion}:4.1.0"

implementation 'org.apache.commons:commons-math3:3.6.1' // apache commons math3
implementation 'org.apache.poi:poi-ooxml:5.2.2' // used for FilenameUtils
Expand Down

0 comments on commit 969bed6

Please sign in to comment.