Skip to content

Commit

Permalink
Bump org.apache.avro:avro from 1.8.1 to 1.11.3
Browse files Browse the repository at this point in the history
Bumps org.apache.avro:avro from 1.8.1 to 1.11.3.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 1, 2023
1 parent 7eef179 commit 4e5a7dd
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 @@ -114,7 +114,7 @@ ext {
slf4jVersion = "1.7.36"
derbyVersion = "10.16.1.1"

avroVersion = "1.8.1"
avroVersion = "1.11.3"
// Version 1.8.1 brings Jackson 1.9.x/org.codehaus.jackson package for Avro and Confluent Platform 4.1.4.
confluentPlatformVersion = "4.1.4" // For compatibility tests use version 4.1.4.
hamcrestVersion = "2.2"
Expand Down

0 comments on commit 4e5a7dd

Please sign in to comment.