Skip to content
This repository has been archived by the owner on Oct 30, 2024. It is now read-only.

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 21, 2023
1 parent 2c0d668 commit 38d0f51
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 @@ -16,7 +16,7 @@ dependencies {
testImplementation(kotlin("test"))

implementation("com.github.navikt:rapids-and-rivers:2022.02.08-20.42.8e24a34a2ecd")
implementation("org.apache.avro:avro:1.11.0")
implementation("org.apache.avro:avro:1.11.3")
implementation("io.confluent:kafka-avro-serializer:5.3.0")
implementation("io.github.microutils:kotlin-logging:2.1.21")
implementation("com.natpryce:konfig:1.6.10.0")
Expand Down

0 comments on commit 38d0f51

Please sign in to comment.