Skip to content

Commit 98e1e7d

Browse files
chore(deps): bump io.confluent:kafka-avro-serializer from 8.0.0 to 8.2.0
Bumps [io.confluent:kafka-avro-serializer](https://github.com/confluentinc/schema-registry) from 8.0.0 to 8.2.0. - [Commits](confluentinc/schema-registry@v8.0.0...v8.2.0) --- updated-dependencies: - dependency-name: io.confluent:kafka-avro-serializer dependency-version: 8.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent afef896 commit 98e1e7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ dependencies {
6666
// ---
6767
// The following dependencies are needed only for the structure providers.
6868
// Keep this in mind when extracting them into a separate project.
69-
implementation("io.confluent:kafka-avro-serializer:8.0.0") {
69+
implementation("io.confluent:kafka-avro-serializer:8.2.0") {
7070
exclude group: "org.slf4j"
7171
exclude group: 'org.apache.kafka', module: 'kafka-clients'
7272
exclude group: 'com.fasterxml.jackson.core', module: 'jackson-databind'

0 commit comments

Comments
 (0)