Skip to content

Commit

Permalink
chore(deps): bump org.apache.avro:avro from 1.9.2 to 1.12.0
Browse files Browse the repository at this point in the history
Bumps org.apache.avro:avro from 1.9.2 to 1.12.0.

---
updated-dependencies:
- dependency-name: org.apache.avro:avro
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 1, 2024
1 parent d6213a9 commit 6c23c21
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 @@ -60,7 +60,7 @@ tasks.wrapper {

val moduleName = "io.aiven.kafka.connect.http"

val avroVersion = "1.9.2" // Version 1.9.2 brings Jackson 2.10.2 package for Avro
val avroVersion = "1.12.0" // Version 1.9.2 brings Jackson 2.10.2 package for Avro
val confluentPlatformVersion = "6.0.2" // For compatibility tests use version 6.0.2 to match Kafka 2.6.
// NOTE: Confluent Platform v6.0.3 has a dependency mismatch issue.
val hamcrestVersion = "2.2"
Expand Down

0 comments on commit 6c23c21

Please sign in to comment.