Skip to content

Commit

Permalink
chore(deps): update dependency org.apache.avro:avro to v1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cultureamp-renovate[bot] committed Sep 28, 2024
1 parent 4da5dc4 commit 6314672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies {
implementation("org.apache.kafka:connect-api:$kafkaVersion")
implementation("org.apache.kafka:connect-json:$kafkaVersion")
implementation("org.apache.kafka:connect-transforms:$kafkaVersion")
implementation("org.apache.avro:avro:1.11.3")
implementation("org.apache.avro:avro:1.12.0")

// Use the Kotlin test library.
testImplementation("org.jetbrains.kotlin:kotlin-test")
Expand Down

0 comments on commit 6314672

Please sign in to comment.