Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump io.confluent:kafka-avro-serializer from 7.7.1 to 7.7.2 #3808

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dev-tools/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Use the official AWS CLI image for the first stage
FROM amazon/aws-cli:2.22.5 as awscli
FROM amazon/aws-cli:2.22.6 as awscli

# Use the bitnami/minideb:bookworm as the base image for the second stage
FROM bitnami/minideb:bookworm
Expand Down
4 changes: 2 additions & 2 deletions svc-bie-kafka/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ dependencies {

// avro schema and kafka
implementation 'org.apache.avro:avro:1.12.0'
implementation 'io.confluent:kafka-avro-serializer:7.7.1'
implementation 'org.apache.kafka:connect-api:7.7.1-ce'
implementation 'org.apache.kafka:connect-api:7.7.2-ce'
implementation 'io.confluent:kafka-avro-serializer:7.7.2'
implementation 'org.apache.commons:commons-compress:1.27.1'
implementation 'com.google.guava:guava:33.3.1-jre'
// RabbitMQ
Expand Down